Summary: | Crash at close | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | BRULE Herman <alpha_one_x86> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, ivan, kde, leh, mtadeunet |
Priority: | NOR | ||
Version: | 1.0.80 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.11 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
BRULE Herman
2010-09-14 17:42:27 UTC
[Comment from a bug triager] This is a "new" version of bug 204083 (replacing KSystemTrayIcon with KStatusNotifierItem).. Should them be merged ? What do you think Nicolas ? *** Bug 263654 has been marked as a duplicate of this bug. *** (In reply to comment #2) > [Comment from a bug triager] > This is a "new" version of bug 204083 (replacing KSystemTrayIcon with > KStatusNotifierItem).. Should them be merged ? What do you think Nicolas ? Not sure, as in this backtrace there's an event loop being run in GoogleTalk::logout() (see frame #41), and such (mis)use of event loops usually causes havoc. Created attachment 57774 [details]
New crash information added by DrKonqi
kopete (1.0.80) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.0
- What I was doing when the application crashed:
1. quit Kopete from the system tray.
2. wait a while (~5 seconds).
3. seeing that the Kopete icon is still in the system tray, wondering if i actually quit it, right-click the system tray icon again.
- Unusual behavior I noticed:
1. at first, the context menu doesn't display, and the Kopete system tray icon remains in a highlighted state for a few seconds.
2. Kopete crashes.
3. Plasma crashes.
-- Backtrace (Reduced):
#6 KStatusNotifierItem::actionCollection (this=0x0) at ../../kdeui/notifications/kstatusnotifieritem.cpp:447
#7 0x0000000000419067 in KopeteWindow::slotTrayAboutToShowMenu (this=0x8ac9f0, popup=0xa85740) at ../../../kopete/kopete/kopetewindow.cpp:1217
#8 0x0000000000423951 in KopeteWindow::qt_metacall (this=0x8ac9f0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff81f583b0) at ./kopetewindow.moc:179
[...]
#10 0x00000000004162bd in KopeteSystemTray::aboutToShowMenu (this=0x0, _t1=0xa85740) at ./systemtray.moc:107
#11 0x0000000000417284 in KopeteSystemTray::qt_metacall (this=0x8f84b0, _c=QMetaObject::InvokeMetaMethod, _id=-2114616408, _a=0x7fff81f584a0) at ./systemtray.moc:88
Created attachment 58432 [details]
New crash information added by DrKonqi
kopete (1.0.80) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.3
- What I was doing when the application crashed:
Kopete crashed when close program via systray.
-- Backtrace (Reduced):
#6 KStatusNotifierItem::actionCollection (this=0x0) at /usr/src/debug/kdelibs-4.6.1/kdeui/notifications/kstatusnotifieritem.cpp:448
#7 0x000000000041c787 in KopeteWindow::slotTrayAboutToShowMenu (this=0x70c530, popup=0x83f3e0) at /usr/src/debug/kdenetwork-4.6.1/kopete/kopete/kopetewindow.cpp:1217
#8 0x00000000004222f9 in KopeteWindow::qt_metacall (this=0x70c530, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff670e3940) at /usr/src/debug/kdenetwork-4.6.1/build/kopete/kopete/kopetewindow.moc:179
[...]
#10 0x00000000004172fd in KopeteSystemTray::aboutToShowMenu (this=<optimized out>, _t1=0x83f3e0) at /usr/src/debug/kdenetwork-4.6.1/build/kopete/kopete/systemtray.moc:107
#11 0x00000000004179b4 in KopeteSystemTray::qt_metacall (this=0x7c8670, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff670e3a10) at /usr/src/debug/kdenetwork-4.6.1/build/kopete/kopete/systemtray.moc:88
*** Bug 309202 has been marked as a duplicate of this bug. *** Removing from subscription list per abuse report. SVN commit 1356757 by pali: Fix crashing Kopete compiled with jabber google talk support when exiting Related: bug 319215 Related: bug 265295 FIXED-IN: 4.11 M +8 -1 googletalk.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1356757 |