https://bugs.kde.org/show_bug.cgi?id=370646
--- Comment #3 from RJVB <rjvber...@gmail.com> --- I ran kontact through valgrind to get another angle. I think in the end it just confirms what I already thought: ``` --72548-- run: /usr/bin/dsymutil "/opt/local/lib/kde4/kcm_knote.so" --72548-- run: /usr/bin/dsymutil "/opt/local/lib/libknotesprivate.4.14.21.dylib" --72548-- run: /usr/bin/dsymutil "/opt/local/lib/libnoteshared.4.14.21.dylib" --72548-- run: /usr/bin/dsymutil "/opt/local/lib/libkdnssd.4.14.21.dylib" warning: (x86_64) /tmp/lto.o unable to open object file warning: no debug symbols in executable (-arch x86_64) ==72548== Invalid read of size 8 ==72548== at 0xCA796B9: Akonadi::AttributeFactory::registerAttribute(Akonadi::Attribute*) (attributefactory.cpp:148) ==72548== by 0x19ED63DE: global constructors keyed to a (attributefactory.h:61) ==72548== by 0x7FFF5FC11C6D: ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC11DF9: ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC0EAA1: ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC0EA2A: ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC0EA2A: ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC0E935: ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC04B0D: dyld::runInitializers(ImageLoader*) (in /usr/lib/dyld) ==72548== by 0x7FFF5FC0B80E: dlopen (in /usr/lib/dyld) ==72548== by 0x90657ED: dlopen (in /usr/lib/system/libdyld.dylib) ==72548== by 0x38F8AFC: QLibraryPrivate::load_sys() (in /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore) ==72548== Address 0x1a48cd40 is not stack'd, malloc'd or (recently) free'd ==72548== *** KMail got signal 11 (Exiting) *** Dead letters dumped. KCrash: Application 'kontact' crashing... KCrash: Attempting to start /opt/local/lib/kde4/libexec/drkonqi.app/Contents/MacOS/drkonqi directly ``` -- You are receiving this mail because: You are watching all bug changes.