Bug 345853

Summary: dolphin hangs after PC wakes up
Product: [Applications] dolphin Reporter: Pavel Nedrigailov <pavel.nedr>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: crash CC: emmanuelpescosta099, pavel.nedr
Priority: NOR    
Version: 4.14.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pavel Nedrigailov 2015-04-04 07:23:47 UTC
Actually there is Dolphin 14.12.3 under KDE Dev Platform 4.14.6 running on Plasma 5.2.2 (Fedora 22)

After awaking Dolphin hangs. Only Window decorations rendered and the gray space inside. I can't change its window size and can't just close it. Only sigterm helps.

Please tell me how can I provide additional information.

Reproducible: Sometimes
Comment 1 Pavel Nedrigailov 2015-04-12 00:13:28 UTC
Today I've seen same bug with qbittorrent. So it is can be not the Dolphin's bug...
Comment 2 Frank Reininghaus 2015-04-16 21:08:33 UTC
Thanks for the bug report. In order to find out where in the code it hangs, we need a backtrace. You can get one by running gdb in a Konsole:

gdb attach $(pidof dolphin)

Then enter "thread apply all backtrace", press Enter until there is no more output, and paste the output here.

Thanks for your help!
Comment 3 Pavel Nedrigailov 2015-04-24 07:26:47 UTC
Thank you for reply. 
Last time I see it was about two weeks ago. If it will be again I'll send you backtrace.
Comment 4 Emmanuel Pescosta 2015-04-24 07:30:25 UTC
(In reply to Pavel Nedrigaylov from comment #3)
> Last time I see it was about two weeks ago. If it will be again I'll send
> you backtrace.

Ok thanks! I'll set the status to "needsinfo - backtrace"
Comment 5 Pavel Nedrigailov 2015-07-23 10:25:10 UTC
Haven't see it again. I think we can close this bug.