The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12517 
====================================================================== 
Reported By:                bmn
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12517
Category:                   CTest
Reproducibility:            always
Severity:                   crash
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2011-10-14 04:54 EDT
Last Modified:              2011-10-14 04:54 EDT
====================================================================== 
Summary:                    CTest crash
Description: 
I have a perfectly reproducible crash on my setup. 


Steps to Reproduce: 
Run "ctest -S script.cmake" with the following script:

ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}")

Additional Information: 
Unhandled exception at 0x005da0c5 in ctest.exe: 0xC0000005: Access violation
reading location 0x00000000.

Disassembly of nearby code:

005DA0BB  int         3    
005DA0BC  int         3    
005DA0BD  int         3    
005DA0BE  int         3    
005DA0BF  int         3    
005DA0C0  push        edi  
005DA0C1  mov         edi,dword ptr [esp+8] 
005DA0C5  mov         cl,byte ptr [edi] 
005DA0C7  cmp         cl,2Fh 
005DA0CA  jne         005DA0D1 
005DA0CC  cmp         byte ptr [edi+1],cl 
005DA0CF  je          005DA0DB 
005DA0D1  cmp         cl,5Ch 
005DA0D4  jne         005DA0F3 
005DA0D6  cmp         byte ptr [edi+1],cl 
005DA0D9  jne         005DA0F3 
005DA0DB  mov         ecx,dword ptr [esp+0Ch] 
005DA0DF  test        ecx,ecx 
005DA0E1  je          005DA0EE 
005DA0E3  push        675558h 
005DA0E8  call        dword ptr ds:[657280h] 
005DA0EE  lea         eax,[edi+2] 
005DA0F1  pop         edi  
005DA0F2  ret              
005DA0F3  cmp         cl,2Fh 
005DA0F6  je          005DA1F1 

Call stack:
>       ctest.exe!005da0c5()    
        [Frames below may be incorrect and/or missing, no symbols loaded for
ctest.exe]      
        ctest.exe!005dc978()    
        ctest.exe!005dd5d3()    
        ctest.exe!005c0073()    
        kernel32.dll!7d4dee14()         
        kernel32.dll!7d4decef()         
        kernel32.dll!7d4ded02()         
        ctest.exe!005c005a()    
        ctest.exe!005dd7ad()    
        msvcp90.dll!78484f2a()  
        msvcp90.dll!7848522b()  
        msvcp90.dll!784859be()  
        msvcp90.dll!78486396()  
        msvcp90.dll!78485ead()  
        ctest.exe!004984f9()    
        ctest.exe!004146f4()    
        ctest.exe!00495a78()    
        msvcp90.dll!78484f2a()  
        msvcp90.dll!7848beba()  
        msvcp90.dll!784863a1()  
        msvcr90.dll!78583c1b()  
        msvcr90.dll!78543600()  
        ctest.exe!00624a62()    
        ctest.exe!00624c4c()    
        kernel32.dll!7d4e7d42()         

EAX = 00000000 EBX = 00000000 ECX = 010AE538 EDX = 010AE534 ESI = 00000000 EDI =
00000000 
EIP = 005DA0C5 ESP = 010AE4CC EBP = 03349978 EFL = 00010202 
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-10-14 04:54 bmn            New Issue                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to