Not quite sure how you got MIDI XML out of that one. Late night? :-) The debug output says: Debug: [Main]: Write track xml, 3
and the backtrace shows it's originating in the library: #2 0x0817e610 in TrackInfoObject::writeToXML (this=0xa0446b8, d...@0xbf980c58, head...@0xbf980b2c) Anyways, yeah, this is a good one. If we could figure out what XML element it was writing out at the time, it would give us a decent hint. Based on the backtrace, I think it's an XML element which originates from a QLinkedList<long>, but I have no idea what that would be. (WaveSummary?) Given no other hints, I'd either guess it's: A) a hidden bug in either the library or that dicey half-homebrew XML code or B) A race introduced by EngineAnalyser (which is what my gut is telling me.) It might not be shutting down safely. It might be worth throwing this in the bug tracker and we'll keep an eye out for any other reports that sound similar. In the meantime, I won't be losing any sleep over it... Thanks, Albert On Sun, May 10, 2009 at 5:04 PM, Sean M. Pappalardo <[email protected]> wrote: > Not sure if this is bug report-worthy: > > Crash on shutdown, looks like it's MIDI XML related: > http://pastebin.com/m174befa5 > > This happened while playing two songs, my Celeron was taxed to the max > (CPU temp alarm was going off :) ,) and I tried to close Mixxx. > > Sean > > <<--------------------------------------------------------------------------------->> > This E-Mail message has been scanned for viruses > and cleared by >>SmartMail<< from Smarter Technology, Inc. > <<--------------------------------------------------------------------------------->> > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
