[LLVMbugs] [Bug 1982] New: Stack backtraces in exceptions not supported

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 4 12:24:16 PST 2008


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

           Summary: Stack backtraces in exceptions not supported
           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


The Ada -E binder option stores a stack traceback in the exception.
This doesn't work with llvm-gcc.  Testcase:

procedure Trace is
begin
   raise Program_Error;
end;

$ gnatmake trace.adb -bargs -E
gcc -c trace.adb
gnatbind -aO./ -E -I- -x trace.ali
gnatlink trace.ali
$ ./trace
Segmentation fault (core dumped)


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