[Bug 261788] akonadi_agent_launcher segfaults when stopping the Akonadi server

Sergio Martins iamsergio at gmail.com
Mon Sep 12 13:11:25 BST 2011


https://bugs.kde.org/show_bug.cgi?id=261788





--- Comment #42 from Sergio Martins <iamsergio gmail com>  2011-09-12 12:11:25 ---
Git commit c8e45b10c32679bf070af5b7ad9a22b91eb9a02c by Sergio Martins.
Committed on 12/09/2011 at 14:48.
Pushed by smartins into branch '1.6'.

Fix crash on agent_launcher exit.

Don't unload plugins here. They will be unloaded on application exit,
so it's redundant.

Seems they are being unloaded too early, before QThreadStorage
cleanup occurs:

==18802== Invalid read of size 8
==18802==    at 0x53178AE: QThreadStorage<QFontCache*>::deleteData(void*) (in
/data/installation/qt/qt-4.7/lib/libQtGui.so.4.7.1)
==18802==    by 0x5E8F8CF: QThreadStorageData::set(void*)
(qthreadstorage.cpp:165)
==18802==    by 0x5317940: void
qThreadStorage_setLocalData<QFontCache>(QThreadStorageData&, QFontCache**)
(qthreadstorage.h:92)
==18802==    by 0x53165BA:
QThreadStorage<QFontCache*>::setLocalData(QFontCache*) (qthreadstorage.h:148)
==18802==    by 0x531407A: QFontCache::cleanup() (qfont.cpp:2632)
==18802==    by 0x5406536: QFont::cleanup() (qfont_x11.cpp:182)
==18802==    by 0x5104E35: qt_cleanup() (qapplication_x11.cpp:2647)
==18802==    by 0x50603B2: QApplication::~QApplication()
(qapplication.cpp:1172)
==18802==    by 0x41B1F6: main (agentlauncher.cpp:28)
==18802==  Address 0x11a090b0 is not stack'd, malloc'd or (recently) free'd

CCBUG: 261788

M  +1    -6    agentserver/agentpluginloader.cpp
M  +1    -1    agentserver/agentpluginloader.h

http://commits.kde.org/akonadi/c8e45b10c32679bf070af5b7ad9a22b91eb9a02c

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list