On 18-3-2012 23:27, alvinpenner wrote:
sorry, still getting the same type of gdb crash in rev 11098,
Alvin
....................................................................................
C:\InkscapeBZR\inkscape>gdb inkscape GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... (no debugging symbols found) (gdb) symbol-file inkscape.dbg Reading symbols from C:\InkscapeBZR\inkscape/inkscape.dbg...done. (gdb) run Starting program: C:\InkscapeBZR\inkscape/inkscape.exe [New thread 3492.0x9c8] [New thread 3492.0x890] [New thread 3492.0xd68] warning: HEAP[inkscape.exe]: warning: HEAP: Free Heap block 43ea3e8 modified at 43ea568 after it was freed
Program received signal SIGTRAP, Trace/breakpoint trap. 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll (gdb) bt #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c96e139 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #2 0x7c94b0aa in ntdll!LdrFindEntryForAddress () from C:\WINDOWS\system32\ntdll.dll
I can run Inkscape fine from gdb, but when I quit the program, I get " warning: HEAP[inkscape.exe]: warning: HEAP: Free Heap block 6b55988 modified at 6b55b08 after it was freed
Program received signal SIGTRAP, Trace/breakpoint trap. 0x778d04e5 in ntdll!TpWaitForAlpcCompletion () from C:\Windows\system32\ntdll.dll "
Ciao, Johan