[LLVMbugs] [Bug 14227] Exception type not reported in terminate() when destructor throws during stack unwinding
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 12 10:31:56 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14227
John McCall <rjmccall at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rjmccall at apple.com
Resolution|--- |FIXED
--- Comment #5 from John McCall <rjmccall at apple.com> ---
This is fixed in r174940.
Changing the handler type causes you to have an unhandled exception, which
typically aborts the thread (and program) without bothering to unwind. It's a
bit unfortunate that this is reported the same way by your system; consider
filing a bug against your platform maintainers to report unhandled exceptions
differently from handled ones.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130212/af45c26e/attachment.html>
More information about the llvm-bugs
mailing list