In the continuing saga... I tried to check for memory leaks using valgrind. At the point of crashing, it reported:
==21380== Process terminating with default action of signal 11 (SIGSEGV) ==21380== Access not within mapped region at address 0x4 ==21380== at 0x529203A: (within /usr/lib/libQtScript.so.4.4.3) ==21380== by 0x5292E1A: (within /usr/lib/libQtScript.so.4.4.3) ==21380== by 0x432DD6A: QMetaCallEvent::placeMetaCall(QObject*) (in /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x432F8E0: QObject::event(QEvent*) (in /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x454079B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.4.3) ==21380== by 0x454861D: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.4.3) ==21380== by 0x43200D0: QCoreApplication::notifyInternal(QObject*, QEvent*) (in /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x4320D54: QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (in /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x4320F4C: QCoreApplication::sendPostedEvents(QObject*, int) (in /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x434A98E: (within /usr/lib/libQtCore.so.4.4.3) ==21380== by 0x57001B7: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.1600.6) ==21380== by 0x5703852: (within /usr/lib/libglib-2.0.so.0.1600.6) Does that give anyone any further clues as to what is going on? Sincerely, Sean M. Pappalardo P.S. As further evidence a redesign is necessary: ==21380== More than 10000000 total errors detected. I'm not reporting any more. ==21380== Final error counts will be inaccurate. Go fix your program! ...and these all came during initialization!! I didn't even load a song! ==21380== ERROR SUMMARY: 10000000 errors from 114 contexts (suppressed: 357 from 5) ==21380== malloc/free: in use at exit: 57,668,526 bytes in 111,397 blocks. ==21380== malloc/free: 700,196 allocs, 588,799 frees, 394,355,675 bytes allocated. ==21380== For counts of detected errors, rerun with: -v ==21380== searching for pointers to 111,397 not-freed blocks. ==21380== checked 120,535,256 bytes. ==21380== ==21380== LEAK SUMMARY: ==21380== definitely lost: 17,330 bytes in 783 blocks. ==21380== possibly lost: 11,501,320 bytes in 1,118 blocks. ==21380== still reachable: 46,149,876 bytes in 109,496 blocks. ==21380== suppressed: 0 bytes in 0 blocks. <<--------------------------------------------------------------------------------->> This E-Mail message has been scanned for viruses and cleared by >>SmartMail<< from Smarter Technology, Inc. <<--------------------------------------------------------------------------------->> ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
