Was able to pull a tiny bit more information by using GDB, ^C after the second thread message, and then step 100:
***************************************************** (gdb) file inkscape.exe inkscape.dbg Reading symbols from C:\progs\inkscape6\build/inkscape.exe...(no debugging symbols found)...done. Reading symbols from C:\progs\inkscape6\build/inkscape.dbg...done. (gdb) run Starting program: C:\progs\inkscape6\build/inkscape.exe [New thread 3568.0xdc0] [New thread 3568.0x684] Quit (expect signal SIGINT when the program is resumed) (gdb) step 100 Single stepping until exit from function ntdll!DbgUiConnectToDbg, which has no line number information. Single stepping until exit from function ntdll!ZwMapViewOfSection, which has no line number information. Single stepping until exit from function snwprintf, which has no line number information. Single stepping until exit from function ntdll!RtlInitAnsiString, which has no line number information. Single stepping until exit from function ntdll!RtlAppendStringToString, which has no line number information. Single stepping until exit from function strchr, which has no line number information. Single stepping until exit from function ntdll!RtlAppendStringToString, which has no line number information. [New thread 3568.0x804]
Program exited with code 03.
***********************************************
It doesn't tell me anything useful though.
David Mathog mathog@...1176... Manager, Sequence Analysis Facility, Biology Division, Caltech