rustc.exe from installer is also crash, here I dump some information from
WinDbg:

0:000> g
(1d50.c1c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=43467590 ebx=00000000 ecx=43467590 edx=015b1470 esi=0115840c
edi=0028fd24
eip=6fc65c3c esp=0028f8b8 ebp=0028f8bc iopl=0         nv up ei pl nz na pe
nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b
efl=00010206
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
d:\MinGW\bin\libstdc++-6.dll -
libstdc___6!ZNKSs7_M_dataEv+0xc:
6fc65c3c 8b00            mov     eax,dword ptr [eax]
 ds:002b:43467590=????????
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
D:\Rust-0.5\bin\rustllvm.dll -
0:000> lmvm libstdc___6
start    end        module name
6fc40000 6fd41000   libstdc___6   (export symbols)
d:\MinGW\bin\libstdc++-6.dll
    Loaded symbol image file: d:\MinGW\bin\libstdc++-6.dll
    Image path: d:\MinGW\bin\libstdc++-6.dll
    Image name: libstdc++-6.dll
    Timestamp:        Tue Oct 16 20:45:19 2012 (507D56DF)
    CheckSum:         00105565
    ImageSize:        00101000
    Translations:     0000.04b0 0000.04e0 0409.04b0 0409.04e0
0:000> k
ChildEBP RetAddr
WARNING: Stack unwind information not available. Following frames may be
wrong.
*0028f8bc 6fc65b6f libstdc___6!ZNKSs7_M_dataEv+0xc*
0028f8c8 6fc8aa98 libstdc___6!ZNKSs6_M_repEv+0x13
0028f908 00f28c22 libstdc___6!ZNSs6assignERKSs+0x14
0028f948 00751167 rustllvm!LLVMMoveToNextSection+0x119fe
0028f988 77a42846 rustllvm+0x1167
0028f9a8 77a42893 ntdll!LdrGetProcedureAddressForCaller+0x1ab
0028f9f0 77a49cb3 ntdll!LdrGetProcedureAddressForCaller+0x1f8
0028fa74 77a49b87 ntdll!RtlIsCriticalSectionLockedByThread+0x1019
0028fa94 77a4abce ntdll!RtlIsCriticalSectionLockedByThread+0xeed
0028fabc 77a4abce ntdll!RtlAllocateActivationContextStack+0xa1
0028fae4 77a4e5b4 ntdll!RtlAllocateActivationContextStack+0xa1
0028fc98 77a4d900 ntdll!vsnwprintf+0xf7e
0028fcf0 77a4aa8f ntdll!vsnwprintf+0x2ca
0028fd00 77a4aa59 ntdll!LdrInitializeThunk+0x46
0028fd10 00000000 ntdll!LdrInitializeThunk+0x10
0:000> lm
start    end        module name
00400000 00409000   image00400000   (deferred)
00750000 014a8000   rustllvm   (export symbols)
D:\Rust-0.5\bin\rustllvm.dll
61900000 61b43000   rustrt     (deferred)
63000000 631c8000   core_c3ca5d77d81b46c1_0_5   (deferred)
63c00000 63f3b000   syntax_84efebcb12c867a2_0_5   (deferred)
66b80000 66d37000   std_4782a756585a81_0_5   (deferred)
6a040000 6aa5c000   rustc_c84825241471686d_0_5   (deferred)
6e940000 6e964000   libgcc_s_dw2_1   (deferred)
6fc40000 6fd41000   libstdc___6   (export symbols)
d:\MinGW\bin\libstdc++-6.dll
75010000 75061000   bcryptPrimitives   (deferred)
75070000 75079000   CRYPTBASE   (deferred)
75080000 7509c000   SspiCli    (deferred)
750a0000 75151000   msvcrt     (deferred)
75320000 753ce000   ADVAPI32   (deferred)
753d0000 76496000   SHELL32    (deferred)
766c0000 766f4000   sechost    (deferred)
76760000 76780000   IMM32      (deferred)
76780000 767c0000   SHLWAPI    (deferred)
76a50000 76b66000   USER32     (deferred)
76c00000 76cac000   RPCRT4     (deferred)
76cb0000 76d00000   WS2_32     (deferred)
76eb0000 76ec2000   IMAGEHLP   (deferred)
77080000 7715d000   MSCTF      (deferred)
77160000 77296000   combase    (deferred)
772a0000 772a6000   PSAPI      (deferred)
77460000 77590000   KERNEL32   (deferred)
77590000 77598000   NSI        (deferred)
775c0000 776bd000   GDI32      (deferred)
77880000 77926000   KERNELBASE   (deferred)
779f0000 77b47000   ntdll      (export symbols)
C:\Windows\SYSTEM32\ntdll.dll


On Fri, Dec 21, 2012 at 6:53 AM, Graydon Hoare <gray...@mozilla.com> wrote:

> Candidate builds are up:
>
> http://static.rust-lang.org/dist/rust-0.5-install.exe
>
> If windows folks want to give that a spin, much appreciated.
>
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to