Bug 291444 - Crash in Soprano::Client::SocketHandler::~SocketHandler
Summary: Crash in Soprano::Client::SocketHandler::~SocketHandler
Status: RESOLVED FIXED
Alias: None
Product: nepomuk
Classification: Miscellaneous
Component: general (show other bugs)
Version: 4.7
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 13:39 UTC by matt
Modified: 2012-11-30 05:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.8


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matt 2012-01-13 13:39:26 UTC
Application: akonadi_nepomuk_calendar_feeder (4.7)
KDE Platform Version: 4.7.2 (4.7.2) "release 5"
Qt Version: 4.7.4
Operating System: Linux 3.1.0-1.2-desktop i686
Distribution: "openSUSE 12.1 (i586)"

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

Apparait systématiquement lors de la fermeture du compte (déconnexion)

The crash can be reproduced every time.

-- Backtrace:
Application: Nepomuk Calendar Feeder (akonadi_nepomuk_calendar_feeder), signal: Segmentation fault
[KCrash Handler]
#6  0xb5be0ac7 in memcpy () from /lib/libc.so.6
#7  0xb50f117a in node_copy (src=0xdf5aeb64, to=<optimized out>, from=<optimized out>, this=<optimized out>) at /usr/include/bits/string3.h:52
#8  detach_helper (alloc=<optimized out>, this=0x81a2818) at /usr/include/QtCore/qlist.h:698
#9  QList<QIODevice*>::detach_helper (this=0x81a2818) at /usr/include/QtCore/qlist.h:712
#10 0xb50f0dd1 in detachShared (this=0x81a2818) at /usr/include/QtCore/qlist.h:132
#11 removeAll (_t=@0x82a0b74, this=0x81a2818) at /usr/include/QtCore/qlist.h:760
#12 Soprano::Client::SocketHandler::~SocketHandler (this=0x82a0b68, __in_chrg=<optimized out>) at /usr/src/debug/soprano-2.7.2/client/clientconnection.cpp:59
#13 0xb50f0ee2 in Soprano::Client::SocketHandler::~SocketHandler (this=0x82a0b68, __in_chrg=<optimized out>) at /usr/src/debug/soprano-2.7.2/client/clientconnection.cpp:61
#14 0xb616fda3 in QThreadStorage<QFontCache*>::deleteData (x=0x82a0b68) at ../../src/corelib/thread/qthreadstorage.h:133
#15 0xb6c0173b in QThreadStorageData::set (this=0x81564d8, p=0x0) at thread/qthreadstorage.cpp:165
#16 0xb616c1ad in qThreadStorage_setLocalData<QFontCache> (d=..., t=<optimized out>) at ../../src/corelib/thread/qthreadstorage.h:92
#17 setLocalData (t=0x0, this=0x81564d8) at ../../src/corelib/thread/qthreadstorage.h:148
#18 QFontCache::cleanup () at text/qfont.cpp:2632
#19 0xb6243584 in QFont::cleanup () at text/qfont_x11.cpp:182
#20 0xb5fadd1f in qt_cleanup () at kernel/qapplication_x11.cpp:2661
#21 0xb5f30969 in QApplication::~QApplication (this=0xbffaacf0, __in_chrg=<optimized out>) at kernel/qapplication.cpp:1180
#22 0xb74dc378 in KApplication::~KApplication (this=0xbffaacf0, __in_chrg=<optimized out>) at /usr/src/debug/kdelibs-4.7.2/kdeui/kernel/kapplication.cpp:894
#23 0x08054181 in int Akonadi::AgentBase::init<Akonadi::NepomukCalendarFeeder>(int, char**) ()
#24 0x0804fd7b in ?? ()
#25 0xb5b81003 in __libc_start_main () from /lib/libc.so.6
#26 0x0804fda1 in _start ()

Reported using DrKonqi
Comment 1 Simeon Bird 2012-11-30 05:47:39 UTC
SocketHandler no longer exists in soprano 2.8, so this was fixed