[LLVMbugs] [Bug 7348] New: Compiling a file results in sig11

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 10 12:24:35 PDT 2010


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

           Summary: Compiling a file results in sig11
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: moonshine at kapsi.fi
                CC: llvmbugs at cs.uiuc.edu


With command: clang -O -c kernel.i

The compiler crashes after about two minutes of compilation (clang: error:
clang frontend command failed due to signal 11 (use -v to see invocation)) Gcc
-O2 compiles this same code in 13 seconds (successfully). This is
machine-generated code with only one very large function in the 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