Hi everyone,
I upgraded to 15.04 yesterday on my laptop: everything went smoothly.
Then I did the same on my desktop computer, and I'm running into a serious issue.
Basically, my Java IDE (a relatively big piece of software starting lot of threads and stuff) will randomly hang during startup. Then:
- The console from which I started the IDE will hang too (), always. If I used Klauncher, then Klauncher will also becomes unresponsive.
- As well as Firefox, sometimes, when loading new tabs.
- Amarok seems to randomly hangs too.
After some time waiting, the whole display sometimes becomes unresponsive.
CPU is idle, memory is fine. LOSF show no excessive files consumption.
I did a clean reinstall of the whole system (also wiped my whole home folder). It did not help.
The same set of software is working perfectly well on my laptop. So, I fear this is HW related.
I've a Nvidia card, I tried to use both the proprietary drivers and the Nouveau drivers. Same problem.
I spotted some interesting message in my kern.log coming from the kernel scheduler (see gist kern_generic.log): INFO: task java:4509 blocked for more than 120 seconds.
Out of desperation, I installed the low-latency linux image (which is, I assume, using some different scheduling algorithm) and the message did not reappears, but the issue persisted.
I also tried to start a failsafe session SDDM (in order to see if this was somehow Plasma related). I was then confronted to two behaviors:
- simply selecting the choice "Failsafe" make the login manager to freeze.
- After clicking on "login", I see briefly a black screen with a text ("starting version 219"), then I'm back to the login screen.
I'm linking a gist with:
- The complete strace (default print settings) of the Java process.
- My kern.log with the generic and low latency kernel.
https://gist.github.com/anonymous/ad83e170fae184612a2b
I would be extremely thankful if anyone could point me in some direction on how I could debug this issue. I'm currently considering the following options:
- Installing another window manager to see if the problem persist.
- Installing a vanilla kernel from kernel.org.
- Downgrading to 14.10 (I will eventually do that if cannot find a solution quickly enough).
Thanks,
Marc
I upgraded to 15.04 yesterday on my laptop: everything went smoothly.
Then I did the same on my desktop computer, and I'm running into a serious issue.
Basically, my Java IDE (a relatively big piece of software starting lot of threads and stuff) will randomly hang during startup. Then:
- The console from which I started the IDE will hang too (), always. If I used Klauncher, then Klauncher will also becomes unresponsive.
- As well as Firefox, sometimes, when loading new tabs.
- Amarok seems to randomly hangs too.
After some time waiting, the whole display sometimes becomes unresponsive.
CPU is idle, memory is fine. LOSF show no excessive files consumption.
I did a clean reinstall of the whole system (also wiped my whole home folder). It did not help.
The same set of software is working perfectly well on my laptop. So, I fear this is HW related.
I've a Nvidia card, I tried to use both the proprietary drivers and the Nouveau drivers. Same problem.
I spotted some interesting message in my kern.log coming from the kernel scheduler (see gist kern_generic.log): INFO: task java:4509 blocked for more than 120 seconds.
Out of desperation, I installed the low-latency linux image (which is, I assume, using some different scheduling algorithm) and the message did not reappears, but the issue persisted.
I also tried to start a failsafe session SDDM (in order to see if this was somehow Plasma related). I was then confronted to two behaviors:
- simply selecting the choice "Failsafe" make the login manager to freeze.
- After clicking on "login", I see briefly a black screen with a text ("starting version 219"), then I'm back to the login screen.
I'm linking a gist with:
- The complete strace (default print settings) of the Java process.
- My kern.log with the generic and low latency kernel.
https://gist.github.com/anonymous/ad83e170fae184612a2b
I would be extremely thankful if anyone could point me in some direction on how I could debug this issue. I'm currently considering the following options:
- Installing another window manager to see if the problem persist.
- Installing a vanilla kernel from kernel.org.
- Downgrading to 14.10 (I will eventually do that if cannot find a solution quickly enough).
Thanks,
Marc
Comment