[LLVMbugs] [Bug 1791] New: exception handling broken

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Nov 12 05:25:51 PST 2007


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

           Summary: exception handling broken
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Some recent change has broken exception handling.  Running the
following testcase results in a segmentation fault:

int main()
{
  throw 1;
}

Program received signal SIGSEGV, Segmentation fault.
0x08057ffc in _GLOBAL_OFFSET_TABLE_ ()


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