Bug 224515 - Kopete always crash on exit - used protocols jabber and groupwise
Summary: Kopete always crash on exit - used protocols jabber and groupwise
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 223346 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-27 19:57 UTC by Tomáš Čech
Modified: 2010-02-11 00:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Čech 2010-01-27 19:57:12 UTC
Application: kopete (1.0.0)
KDE Platform Version: 4.3.95 (KDE 4.3.95 (KDE 4.4 RC2)) "release 214"
Qt Version: 4.6.1
Operating System: Linux 2.6.31.8-0.1-desktop x86_64
Distribution: "openSUSE 11.2 (x86_64)"

-- Information about the crash:
I have two accounts in Kopete - jabber (always offline) and Groupwise (the protocol I use). When I close Kopete, it always segfaults

The crash can be reproduced every time.

 -- Backtrace:
Application: Kopete (kopete), signal: Segmentation fault
[KCrash Handler]
#5  0x0000000100000209 in ?? ()
#6  0x00007f4a62b17d42 in JabberAccount::~JabberAccount (this=0x186d090, __in_chrg=<value optimized out>) at /usr/src/debug/kdenetwork-4.3.95/kopete/protocols/jabber/jabberaccount.cpp:171
#7  0x00007f4a7f3f4b5d in QObject::event (this=0x186d090, e=0x149c790) at kernel/qobject.cpp:1231
#8  0x00007f4a7e52cc9c in QApplicationPrivate::notify_helper (this=0x6a27c0, receiver=0x186d090, e=0x149c790) at kernel/qapplication.cpp:4298
#9  0x00007f4a7e53327b in QApplication::notify (this=0x7fff7a402950, receiver=0x186d090, e=0x149c790) at kernel/qapplication.cpp:4181
#10 0x00007f4a7fd41116 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#11 0x00007f4a7f3e4dfc in QCoreApplication::notifyInternal (this=0x7fff7a402950, receiver=0x186d090, event=0x149c790) at kernel/qcoreapplication.cpp:704
#12 0x00007f4a7f3e7577 in sendEvent (event=<value optimized out>, receiver=<value optimized out>) at kernel/qcoreapplication.h:215
#13 QCoreApplicationPrivate::sendPostedEvents (event=<value optimized out>, receiver=<value optimized out>) at kernel/qcoreapplication.cpp:1345
#14 0x00007f4a7f40e7e3 in sendPostedEvents () at kernel/qcoreapplication.h:220
#15 postEventSourceDispatch () at kernel/qeventdispatcher_glib.cpp:276
#16 0x00007f4a79223dde in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#17 0x00007f4a792277a8 in ?? () from /usr/lib64/libglib-2.0.so.0
#18 0x00007f4a792278d0 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#19 0x00007f4a7f40e323 in QEventDispatcherGlib::processEvents (this=0x647400, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#20 0x00007f4a7e5dadce in QGuiEventDispatcherGlib::processEvents (this=0x14c30f0, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#21 0x00007f4a7f3e3712 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#22 0x00007f4a7f3e3aec in QEventLoop::exec (this=0x7fff7a4028a0, flags=) at kernel/qeventloop.cpp:201
#23 0x00007f4a7f3e783b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#24 0x0000000000415502 in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdenetwork-4.3.95/kopete/kopete/main.cpp:105
Warning: the current language does not match this frame.
The current source language is "auto; currently c".

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

Possible duplicates by query: bug 223346.

Reported using DrKonqi
Comment 1 Roman Jarosz 2010-02-08 00:04:19 UTC
I cannot reproduce this crash, could you send the .kde/share/config/kopeterc (if there are password field you can delete them) and .kde/share/apps/kopete/contactlist.xml to kedgedev (at) gmail.com?
Comment 2 Roman Jarosz 2010-02-08 00:04:30 UTC
*** Bug 223346 has been marked as a duplicate of this bug. ***
Comment 3 Tomáš Čech 2010-02-09 02:06:19 UTC
requested information sent
Comment 4 Roman Jarosz 2010-02-11 00:19:58 UTC
SVN commit 1088486 by rjarosz:

Always use jid.domain() as a key in transport map.

BUG: 224515



 M  +2 -2      jabbertransport.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1088486
Comment 5 Roman Jarosz 2010-02-11 00:21:31 UTC
SVN commit 1088487 by rjarosz:

Backport commit 1088486.
Always use jid.domain() as a key in transport map.

CCBUG: 224515


 M  +2 -2      jabbertransport.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1088487