Bug 265049 - akonadi_Agent_launcher crashes frequently, valgrind report attached
Summary: akonadi_Agent_launcher crashes frequently, valgrind report attached
Status: RESOLVED DUPLICATE of bug 261788
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 06:38 UTC by Sergio Martins
Modified: 2011-02-01 10:28 UTC (History)
0 users

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 Sergio Martins 2011-02-01 06:38:02 UTC
Version:           unspecified (using Devel) 
OS:                Linux

==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
==18802== 
==18802== 
==18802== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==18802==  Access not within mapped region at address 0x11A090B0
==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)


Reproducible: Always

Steps to Reproduce:
1. start akonadiserver.
2. restart it if you can't reproduce with the first step.
Comment 1 Christophe Marin 2011-02-01 10:28:22 UTC

*** This bug has been marked as a duplicate of bug 261788 ***