Strange stack trace on Windows
Gordon Prieur
Gordon.Prieur@Sun.COM
Sat Sep 29 22:01:00 GMT 2007
Hi,
When I interrupt the debugee on Windows I almost never get a stack trace
with he debuggee information in it. I get similar traces with both MinGW and
Cygwin gdb commands:
> 115where
> 115&"where\n"
> 115~"#0 0x7c90eb94 in ntdll!LdrAccessResource ()\n"
> 115~" from C:\\WINDOWS\\system32\\ntdll.dll\n"
> 115~"#1 0x7c90e3ed in ntdll!ZwRequestWaitReplyPort ()\n"
> 115~" from C:\\WINDOWS\\system32\\ntdll.dll\n"
> 115~"#2 0x7c9132f8 in ntdll!CsrProbeForWrite () from
> C:\\WINDOWS\\system32\\ntdll.dll\n"
> 115~"#3 0x00003fec in ?? ()\n"
> 115~"#4 0x0022fa70 in ?? ()\n"
> 115~"#5 0x0022fa70 in ?? ()\n"
> 115~"#6 0x00000000 in ?? ()\n"
> 115^done
Its not that I'm looking at the wrong thread, I've checked all threads
(and set the current thread to the user thread). Can anybody explain
this and
tell me how to get to user data?
Thanks,
Gordon
More information about the Gdb
mailing list