Created
August 26, 2011 18:36
-
-
Save marijnh/1174086 to your computer and use it in GitHub Desktop.
win32 rust backtrace (stage2 with new vec representation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) run -c -o stage2/lib/glue.o --glue | |
Starting program: e:\rust/stage2/rustc.exe -c -o stage2/lib/glue.o --glue | |
[New Thread 980.0x910] | |
Program received signal SIGSEGV, Segmentation fault. | |
0x00ffffff in ?? () | |
(gdb) bt | |
#0 0x00ffffff in ?? () | |
#1 0x63cb4ad2 in __do_global_ctors () from e:\rust\stage2\std.dll | |
#2 0x63c41167 in DllMainCRTStartup@12 () from e:\rust\stage2\std.dll | |
#3 0x7c90118a in ntdll!LdrSetAppCompatDllRedirectionCallback () from C:\WINDOWS\system32\ntdll.dll | |
#4 0x63c40000 in ?? () | |
#5 0x7c91b5d2 in ntdll!LdrHotPatchRoutine () from C:\WINDOWS\system32\ntdll.dll | |
#6 0x7c91fbdc in ntdll!RtlMapGenericMask () from C:\WINDOWS\system32\ntdll.dll | |
#7 0x7c91fad7 in ntdll!RtlMapGenericMask () from C:\WINDOWS\system32\ntdll.dll | |
#8 0x7c90e457 in ntdll!LdrCreateOutOfProcessImage () from C:\WINDOWS\system32\ntdll.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment