Bug 321924 - ktp-c-l crashes on right clicking a contact
Summary: ktp-c-l crashes on right clicking a contact
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: contactlist (show other bugs)
Version: git-latest
Platform: openSUSE Linux
: NOR crash
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2013-07-03 19:21 UTC by Hrvoje Senjan
Modified: 2013-07-03 20:14 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 Hrvoje Senjan 2013-07-03 19:21:35 UTC
Application: ktp-contactlist (0.6.2)
KDE Platform Version: 4.10.90 "release 5"
Qt Version: 4.8.5
Operating System: Linux 3.9.8-1.gf3348a8-desktop x86_64
Distribution: "openSUSE 13.1 Milestone 2 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:

As summarized. Using libkpeople. tp-gabble account, when doing right click on a contact, ktp-c-l always crashes...

The crash can be reproduced every time.

-- Backtrace:
Application: KDE Telepathy Contact List (ktp-contactlist), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f65c2be2840 (LWP 6564))]

Thread 4 (Thread 0x7f65abe6d700 (LWP 6565)):
#0  0x00007f65be8c69f3 in select () from /lib64/libc.so.6
#1  0x00007f65c060a5f2 in ?? () from /usr/lib64/libQtCore.so.4
#2  0x00007f65c052ed0c in ?? () from /usr/lib64/libQtCore.so.4
#3  0x00007f65bc35ae0e in start_thread () from /lib64/libpthread.so.0
#4  0x00007f65be8cdb9d in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f65aac80700 (LWP 6568)):
#0  0x00007f65be8c4c4d in poll () from /lib64/libc.so.6
#1  0x00007f65bb14105c in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f65bb141184 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f65aac87e9d in ?? () from /usr/lib64/gio/modules/libdconfsettings.so
#4  0x00007f65bb1655f5 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x00007f65bc35ae0e in start_thread () from /lib64/libpthread.so.0
#6  0x00007f65be8cdb9d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f65aa47f700 (LWP 6569)):
#0  0x00007f65be8c4c4d in poll () from /lib64/libc.so.6
#1  0x00007f65bb14105c in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f65bb14153a in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f65bac188c6 in ?? () from /usr/lib64/libgio-2.0.so.0
#4  0x00007f65bb1655f5 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x00007f65bc35ae0e in start_thread () from /lib64/libpthread.so.0
#6  0x00007f65be8cdb9d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f65c2be2840 (LWP 6564)):
[KCrash Handler]
#5  ref (this=0x454545454545454c) at /usr/include/QtCore/qatomic_x86_64.h:121
#6  QString (other=..., this=0x7fff3a33afd0) at /usr/include/QtCore/qstring.h:726
#7  KPeopleActionsPlugin::actionsForPerson (this=0x26aae90, personData=..., parent=0x2733f70) at /usr/src/debug/ktp-common-internals-0.5.60.git.1372805058/kpeople/actionsplugin/kpeople-actions-plugin.cpp:103
#8  0x00007f65c0fe3b65 in KPeople::PersonPluginManager::actionsForPerson (person=..., parent=0x2733f70) at /usr/src/debug/libkpeople-0.60.1372871891/src/personpluginmanager.cpp:71
#9  0x000000000042d10f in _start ()

Reported using DrKonqi
Comment 1 Martin Klapetek 2013-07-03 19:42:18 UTC
Do you have latest git of common-internals? There was one crash on this line which is now fixed.
Comment 2 Hrvoje Senjan 2013-07-03 19:56:57 UTC
I'll update and let you know
Comment 3 Hrvoje Senjan 2013-07-03 20:14:18 UTC
Thanks Martin, indeed fixed :-)