Version: 4.0 branch revision r793299 (using Devel) Installed from: Compiled sources Compiler: 4.1.2 OS: Linux Every time I logout of my kde4 session, klipper crashes. I've managed to save a crash dump: Using host libthread_db library "/lib64/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0x2ac0ab360730 (LWP 3886)] [KCrash handler] #4 0x00002ac0a47f5ab3 in ~URLGrabber (this=0x74afe0) at /usr/src/debug/kdebase--kdebase/workspace/klipper/urlgrabber.cpp:87 #5 0x00002ac0a47f042a in ~Klipper (this=0x747900) at /usr/src/debug/kdebase--kdebase/workspace/klipper/klipper.cpp:210 #6 0x00002ac0a4e4c807 in QObjectPrivate::deleteChildren () from /usr/lib64/libQtCore.so.4 #7 0x00002ac0a4e50b2f in QObject::~QObject () from /usr/lib64/libQtCore.so.4 #8 0x00002ac0a480423b in kdemain (argc=1, argv=<value optimized out>) at /usr/src/debug/kdebase--kdebase/workspace/klipper/tray.h:29 #9 0x00002ac0a4a2a8a4 in __libc_start_main () from /lib64/libc.so.6 #10 0x00000000004005c9 in _start ()
Should mention that this is an x86_64 build.
SVN commit 795575 by uwolfer: Be more careful with deleting QObject. Should hopefully fix the crash reported in 160634. Please try and comment here if there are still problems. (I cannot reproduce this issue.) BUG:160634 M +5 -4 urlgrabber.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=795575
Thanks. That seems to have fixed it. It applies cleanly to the 4.0 branch, can you merge it please?
SVN commit 796437 by uwolfer: Backport: SVN commit 795575 by uwolfer: Be more careful with deleting QObject. Should hopefully fix the crash reported in 160634. Please try and comment here if there are still problems. (I cannot reproduce this issue.) CCBUG:160634 M +5 -4 urlgrabber.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=796437