[LLVMbugs] [Bug 4834] New: opt and jit crashes at -O2 for simple code.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Aug 30 13:33:36 PDT 2009


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

           Summary: opt and jit crashes at -O2 for simple code.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Interprocedural Optimizations
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ofv at wanadoo.es
                CC: llvmbugs at cs.uiuc.edu


The attached bitecode file causes opt to crash at -O2.

0.      Running pass 'CallGraph Pass Manager' on module 'code.bc'.
segmentation fault

If I run my jit with assert-enabled LLVM it outputs (I have no access to an
assert-enabled opt):

Assertion failed: Begin + idx < End, file
D:\dev\llvm\head\include/llvm/ADT/SmallVector.h, line 129


-- 
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