On Tue, 14 Feb 2006 01:09:49 +0200 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> I've just got Msplash.xcf from a friend and tried to view it inline in a default NB> viewer. Can you forward it to me please? NB> BTW, why didn't I get an assert (it exited with Trace/breakpoint trap): NB> NB> Program received signal SIGTRAP, Trace/breakpoint trap. NB> [Switching to Thread -1215617344 (LWP 8630)] NB> 0xb7f97402 in __kernel_vsyscall () NB> (gdb) bt NB> #0 0xb7f97402 in __kernel_vsyscall () NB> #1 0x0083428a in raise () from /lib/libpthread.so.0 NB> #2 0xb7913c13 in wxTrap () at ../wxWindows/src/common/appbase.cpp:599 NB> #3 0x081e1625 in wxMApp::OnAssert (this=0x8f77858, NB> file=0x832cccc "/usr/local/wxWindows.26/include/wx-2.6/wx/string.h", line=394, NB> cond=0x832ccff "pos <= str.length()", msg=0x0) at .src/gui/wxMApp.cpp:649 The code here traps immediately if the bg mutex is locked because it may mean that a c-client operation is in progress and continuing in this case could result in an abort() from inside c-client and we wouldn't get any information at all about the assert. VZ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
