Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run unit tests on Windows #275

Closed
CyberShadow opened this issue Jul 27, 2015 · 1 comment
Closed

Can't run unit tests on Windows #275

CyberShadow opened this issue Jul 27, 2015 · 1 comment
Assignees
Labels

Comments

@CyberShadow
Copy link
Member

Running test.sh fails with an access violation.

Seems to be inside std.allocator's unittests:

    dbghelp.dll!__SEH_prolog4_GS()  + 0x1a bytes    
    dbghelp.dll!LoadSymbols()  - 0x16 bytes 
    dbghelp.dll!_SymFunctionTableAccess64@12()  + 0x4a bytes    
    dbghelp.dll!FunctionTableAccessRoutineLocal()  + 0x13 bytes 
    dbghelp.dll!DbhStackServices::GetFunctionEntry()  + 0x20 bytes  
    dbghelp.dll!DbsX86StackUnwinder::Unwind()  + 0x70 bytes 
    dbghelp.dll!DbsStackUnwinder::DbhUnwind()  + 0xa0 bytes 
    dbghelp.dll!PickX86Walk()  + 0xc1 bytes 
    dbghelp.dll!_StackWalk64@36()  + 0xc8 bytes 
    test.exe!core@sys@windows@stacktrace@StackTrace@traceNoSync()  + 0x298 bytes    C++
    test.exe!core@sys@windows@stacktrace@StackTrace@__ctor()  + 0x2c bytes  C++
    ntdll.dll!ExecuteHandler2@20()  + 0x26 bytes    
    ntdll.dll!ExecuteHandler@20()  + 0x24 bytes 
    ntdll.dll!_RtlDispatchException@8()  + 0xd3 bytes   
    ntdll.dll!_KiUserExceptionDispatcher@8()  + 0xf bytes   
    test.exe!std@allocator@__unittestL3024_36()  Line 3024 + 0xe bytes  C++
>   test.exe!std@allocator@__modtest()  + 0x9e bytes    C++
    test.exe!core@runtime@runModuleUnitTests()  + 0x3f bytes    C++
    test.exe!object@ModuleInfo@opApply()  + 0xf bytes   C++
    test.exe!rt@minfo@moduleinfos_apply()  + 0x34 bytes C++
    test.exe!_runModuleUnitTests()  + 0x24 bytes    C++
    test.exe!rt@dmain2@_d_run_main()  + 0x11 bytes  C++
    test.exe!rt@dmain2@_d_run_main()  + 0x35 bytes  C++
    test.exe!__entrypoint@main(int argc=0x00000001, char * * argv=0x003e03c4)  Line 3 + 0x14 bytes  C++
    test.exe!_mainCRTStartup()  + 0xa9 bytes    C++
    kernel32.dll!@BaseThreadInitThunk@12()  + 0x12 bytes    
    ntdll.dll!___RtlUserThreadStart@8()  + 0x27 bytes   
    ntdll.dll!__RtlUserThreadStart@8()  + 0x1b bytes    
@Hackerpilot Hackerpilot self-assigned this Jul 27, 2015
@Hackerpilot
Copy link
Collaborator

Looks like I need to check if my copy is up to date.

ghost pushed a commit that referenced this issue Jul 27, 2017
@ghost ghost closed this as completed in ce6056d Jul 27, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants