
On Fri, Feb 29, 2008 at 12:21:42AM +0100, Marcin Floryan wrote:
I still need to do some research on the random crashes bug. I believe it to be some kind of buffer overrun, but I'm having difficulty tracking it down. It doesn't help that I haven't really learned how to use gdb on the command line to detect this sort of thing. But I'll figure it out eventually.
I just found the followin, if it helps at all:
warning: HEAP[inkscape.exe]: warning: Heap block at 128F4D00 modified at 128F4D94 past requested size of 8c
Program received signal SIGTRAP, Trace/breakpoint trap. 0x7c901231 in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll (gdb) list 408 N_("OBJECT-ID")}, 409 410 POPT_AUTOHELP POPT_TABLEEND 411 }; 412 413 static bool needToRecodeParams = true; 414 gchar* blankParam = ""; 415 416 int 417 main(int argc, char **argv) (gdb) bt #0 0x7c901231 in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll #1 0x7c96c943 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #2 0x0022e240 in ?? () #3 0x7c95db9c in ntdll!RtlZeroHeap () from C:\WINDOWS\system32\ntdll.dll #4 0x128f4d00 in ?? () #5 0x128f4d00 in ?? () #6 0x003f0000 in ?? () #7 0x128f4d00 in ?? () #8 0x0022e254 in ?? () #9 0x7c96cd11 in ntdll!RtlpNtMakeTemporaryKey () from C:\WINDOWS\system32\ntdll.dll #10 0x00000000 in ?? ()
and then:
(gdb) continue Continuing. warning: HEAP[inkscape.exe]: warning: Invalid Address specified to RtlFreeHeap( 003F0000, 128F4D08 )
Program received signal SIGTRAP, Trace/breakpoint trap. 0x7c901231 in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
There was no crash this time, but I had problems here before.
Hope it helps,
Regards, -- Marcin Floryan http://marcin.floryan.pl/ [GPG Key ID: 0D5581C5]