Summary: | [4.4.73] Dolphin crashes on closing | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Johannes Obermayr <johannesobermayr> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, benderamp, kde, kernelcruncher, null, schtiago, sven.burmeister, utgarda, xbonio |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Johannes Obermayr
2010-04-26 10:16:01 UTC
Created attachment 43057 [details]
New crash information added by DrKonqi
dolphin (1.4) on KDE Platform 4.4.73 (KDE 4.4.73 (KDE 4.5 >= 20100422)) "release 2" using Qt 4.6.3
- Custom settings of the application: The last folder opened was a video folder with MPLAYER previews.
-- Backtrace (Reduced):
#18 0x0804dfbf in launch (argc=5, _name=<value optimized out>, args=<value optimized out>, cwd=0x0, envc=1, envs=0x80962e4 "DISPLAY=:0.0", reset_env=false, tty=0x0, avoid_loops=false,
startup_id_str=0x80962f5 "linux-zzn7;1272335468;657942;3235_TIME2134630") at /usr/src/debug/kdelibs-4.4.73svn1117443/kinit/kinit.cpp:722
#19 0x0804ec57 in handle_launcher_request (sock=<value optimized out>, who=<value optimized out>) at /usr/src/debug/kdelibs-4.4.73svn1117443/kinit/kinit.cpp:1214
#20 0x0804f0a4 in handle_requests (waitForPid=<value optimized out>) at /usr/src/debug/kdelibs-4.4.73svn1117443/kinit/kinit.cpp:1407
#21 0x0804fe57 in main (argc=4, argv=0xbfe32504, envp=0xbfe32518) at /usr/src/debug/kdelibs-4.4.73svn1117443/kinit/kinit.cpp:1855
The issue is that Strigi uses std::basic_string, and this somewhere installs a global exit delete handler, which causes Dolphin to crash on exit. Not sure if this is a Strigi bug, or a libstdc++ bug, because calling delete on 0 ptr should not crash (see #13 0xb6279f4f in operator delete (ptr=0x0)) *** Bug 241631 has been marked as a duplicate of this bug. *** *** Bug 241475 has been marked as a duplicate of this bug. *** *** Bug 240197 has been marked as a duplicate of this bug. *** *** Bug 232602 has been marked as a duplicate of this bug. *** Still the same with the .86 snapshots. Created attachment 48413 [details]
New crash information added by DrKonqi
dolphin (1.5) on KDE Platform 4.4.90 (KDE 4.4.90 (KDE 4.5 RC1)) "release 2" using Qt 4.6.3
- What I was doing when the application crashed:
Still occurs in RC 1. I closed the Dolphin and then crashed.
-- Backtrace (Reduced):
#13 0x0000000000407a1f in launch (argc=5, _name=<value optimized out>, args=<value optimized out>, cwd=<value optimized out>, envc=40, envs=<value optimized out>, reset_env=false, tty=0x0,
avoid_loops=false, startup_id_str=0x673721 "szotsaki;1277723873;391148;11381_TIME20948889") at /usr/src/debug/kdelibs-4.4.90/kinit/kinit.cpp:723
#14 0x00000000004086d0 in handle_launcher_request (sock=7, who=<value optimized out>) at /usr/src/debug/kdelibs-4.4.90/kinit/kinit.cpp:1215
#15 0x0000000000408b81 in handle_requests (waitForPid=0) at /usr/src/debug/kdelibs-4.4.90/kinit/kinit.cpp:1408
#16 0x0000000000409852 in main (argc=2, argv=<value optimized out>, envp=<value optimized out>) at /usr/src/debug/kdelibs-4.4.90/kinit/kinit.cpp:1892
*** Bug 243052 has been marked as a duplicate of this bug. *** I still have it in RC2 (openSuSE RPMs, 32 bit). *** Bug 238412 has been marked as a duplicate of this bug. *** Is it still valid for anyone? On my systems (openSUSE_11.3 based) only Bug 238412 (Lokalize) is valid (4.5.2 and 4.5.73). If not we should close this bug and reopen Bug 238412. I have not seen any Dolphin crashes lately. Closing this based on comment #12 and comment #13. I did not face an issue like bug 238412, so I cannot judge whether that bug should be reopened. I'm still encountering it in KDE "4.5.6" on openSUSE 11.2 @Angel Blue01: There is no KDE version 4.5.6 - do you probably mean 4.5.2? [Comment from a bug triager] Just to separate the cases until we are sure it is the same issue, I have created a new main bug report for this kind of crashes at bug 257944. Bug 254249 seems to be related to Strigi > 0.7.2 (as downgrading to that version fixed the crash on exit). Additionally, bug 257909 looks related but under a different situation. May be this report is the same as the crashes above and it should be reopened and merged.. that needs to be investigated Regards *** This bug has been marked as a duplicate of bug 257944 *** |