[LLVMbugs] [Bug 4036] New: `opt -verify` crashes on Windows

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Apr 22 12:36:16 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4036

           Summary: `opt -verify` crashes on Windows
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Transformation Utilities
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: foldr at codedgers.com
                CC: asl at math.spbu.ru, llvmbugs at cs.uiuc.edu


Created an attachment (id=2855)
 --> (http://llvm.org/bugs/attachment.cgi?id=2855)
Bitcode file that exhibits this behaviour

Currently on Windows, `opt -verify` crashes even on simplest
input, like the code generated from

int main() {
  return 0;
}

Example:

$ llvm-gcc --emit-llvm simple.c -o simple.bc -c

$ opt -verify simple.bc
Stack dump:
0.      Running pass 'Function Pass Manager' on module 'simple.bc'.
1.      Running pass 'Module Verifier' on function '@main'
0053A735 (0x005624E0 0x53E58955 0x0022F860 0x005F8311)
0053A979 (0x0022F860 0x005624E0 0x53E58955 0x00000002)
0053A9E6 (0x0022F860 0x0081D208 0x0022F5EC 0x005BE250)
0053F421 (0x0022F7D0 0x0081D208 0x0022F848 0x00540987)
005D8AF8 (0x0022F7D0 0x0081D208 0x0022F7F0 0x00000000)
00540987 (0x0081D208 0x0022F860 0x00000000 0x0060AF59)
00540CFF (0x0081D208 0x003FBEEC 0x00000000 0x006383B3)
00672FA4 (0x003FBEEC 0x0081D208 0x0022F8D8 0x003FBEC8)
005D6BED (0x003FBEC8 0x0081D208 0x0022F9B8 0x0054D962)
005D6CF6 (0x003FBEC8 0x0022F980 0x003F885C 0x0081D208)
0054D962 (0x003FBEC8 0x003F885C 0x0022FAC8 0x00548B2D)
0054CFE7 (0x003FBEC8 0x003F885C 0x0022FA48 0x005EC284)
005EC810 (0x003FBEC8 0x003F885C 0x0022FA48 0x00690C68)
005EC284 (0x003FBEC8 0x003F885C 0x003F7260 0x003F7210)
00547169 (0x003FBEC8 0x003F885C 0x0022FAC8 0x005E544C)
005EC5FC (0x003FBEC8 0x003F889C 0x003F8478 0x0060FE85)
005EC005 (0x003FBEC8 0x003F8478 0x0022FB08 0x006638A0)
005EC5AC (0x003FBEC8 0x003F7230 0x003F7230 0x005362B6)
005EC55D (0x003FBEC8 0x003F7210 0x0022FB48 0x0062F61D)
005D6ED0 (0x003FBEC8 0x003F7210 0x003F7210 0x00000004)
00537A6F (0x003F7D08 0x003F7210 0x003F92E0 0x003F7210)
00537BFC (0x003F7D08 0x003F9308 0x003F9308 0x00000005)
00537E27 (0x003F9070 0x003F9308 0x0022FC58 0x00000000)
005381BC (0x003F9DE0 0x003F9308 0x0022FF78 0x004048EE)
0053840F (0x0022FE10 0x003F9308 0x00813E8C 0x00000000)
004048EE (0x00000003 0x003F2D50 0x003F3110 0x00821004)
004010B6 (0x00000001 0x00000009 0x0022FFF0 0x7D4E7D42)
00401148 (0x00000000 0x00000000 0x7EFDE000 0xC0000005)
7D4E7D42 (0x00401130 0x00000000 0x00000000 0x00000000),
BaseProcessInitPostImport()+0141 bytes(s)
E:\code\codedgers\llvm\Debug\bin\opt.exe: could not open file


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list