Bug 221804 - Klipper crashes when quitting from panel [QHash<QWidget*, QHashDummyValue>::detach, QHash<QWidget*, QHashDummyValue>::insert, QSet<QWidget*>::insert]
Summary: Klipper crashes when quitting from panel [QHash<QWidget*, QHashDummyValue>::d...
Status: RESOLVED DUPLICATE of bug 212857
Alias: None
Product: klipper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Esben Mose Hansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 15:23 UTC by Nikos
Modified: 2010-01-08 18:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos 2010-01-08 15:23:56 UTC
Application: klipper (v0.9.7)
KDE Platform Version: 4.3.85 (KDE 4.3.85 (KDE 4.4 Beta2))
Qt Version: 4.6.0
Operating System: Linux 2.6.31-17-generic-pae i686
Distribution: Ubuntu 9.10

-- Information about the crash:
Klipper crashed with a segmentation fault when "quit" was selected from the context menu of the tray icon.

 -- Backtrace:
Application: Klipper (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#6  QHash<QWidget*, QHashDummyValue>::detach (this=0x81e84b0, parentWidget=0x0, f=...) at ../../include/QtCore/../../src/corelib/tools/qhash.h:299
#7  QHash<QWidget*, QHashDummyValue>::insert (this=0x81e84b0, parentWidget=0x0, f=...) at ../../include/QtCore/../../src/corelib/tools/qhash.h:749
#8  QSet<QWidget*>::insert (this=0x81e84b0, parentWidget=0x0, f=...) at ../../include/QtCore/../../src/corelib/tools/qset.h:176
#9  QWidgetPrivate::init (this=0x81e84b0, parentWidget=0x0, f=...) at kernel/qwidget.cpp:1119
#10 0xb62ca453 in QWidget (this=0x81653c8, dd=..., parent=0x0, f=...) at kernel/qwidget.cpp:1039
#11 0xb670cacb in QMenu (this=0x81653c8, title=..., parent=0x0) at widgets/qmenu.cpp:1373
#12 0xb08da924 in QMultiInputContext (this=0x827e400) at qmultiinputcontext.cpp:88
#13 0xb08dc24e in QMultiInputContextPlugin::create (this=0x82ab378, key=...) at qmultiinputcontextplugin.cpp:83
#14 0xb68be368 in QInputContextFactory::create (key=..., parent=0xbfb5d8c0) at inputmethod/qinputcontextfactory.cpp:160
#15 0xb6268d1a in QApplication::inputContext (this=0xbfb5d8c0) at kernel/qapplication.cpp:5183
#16 0xb62ba6c8 in QWidgetPrivate::inputContext (this=0x82829f8) at kernel/qwidget.cpp:279
#17 0xb62bdc4b in QWidget::inputContext (this=0x8273770) at kernel/qwidget.cpp:298
#18 0xb63156c6 in QWidget::destroy (this=0x8273770, destroyWindow=true, destroySubWindows=true) at kernel/qwidget_x11.cpp:1100
#19 0xb6315413 in QWidget::destroy (this=0x81aa3b0, destroyWindow=true, destroySubWindows=true) at kernel/qwidget_x11.cpp:1050
#20 0xb6276b46 in ~QApplication (this=0xbfb5d8c0, __in_chrg=<value optimized out>) at kernel/qapplication.cpp:1040
#21 0xb701b93a in ~KApplication (this=0xbfb5d8c0, __in_chrg=<value optimized out>) at ../../kdeui/kernel/kapplication.cpp:902
#22 0xb7022e68 in ~KUniqueApplication (this=0xbfb5d8c0, __in_chrg=<value optimized out>) at ../../kdeui/kernel/kuniqueapplication.cpp:372
#23 0xb23ed2f0 in kdemain (argc=1, argv=0x814b608) at ../../klipper/main.cpp:54
#24 0x0804dff7 in launch (argc=<value optimized out>, _name=<value optimized out>, args=<value optimized out>, cwd=0x0, envc=0, envs=0x814b4b1 "", reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8051429 "0") at ../../kinit/kinit.cpp:705
#25 0x0804ec15 in handle_launcher_request (sock=<value optimized out>, who=<value optimized out>) at ../../kinit/kinit.cpp:1197
#26 0x0804f08c in handle_requests (waitForPid=<value optimized out>) at ../../kinit/kinit.cpp:1390
#27 0x0804fe27 in main (argc=4, argv=0xbfb5e274, envp=0xbfb5e288) at ../../kinit/kinit.cpp:1825

This bug may be a duplicate of or related to bug 212857.

Possible duplicates by query: bug 221802, bug 221035, bug 219300, bug 219047, bug 212857.

Reported using DrKonqi
Comment 1 Esben Mose Hansen 2010-01-08 18:19:26 UTC

*** This bug has been marked as a duplicate of bug 212857 ***