[LLVMbugs] [Bug 17042] Sefault on (corrupted ?) input from the ocaml binding

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 28 12:55:40 PDT 2014


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

Peter Zotov <whitequark at whitequark.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |whitequark at whitequark.org
         Resolution|---                         |WONTFIX

--- Comment #1 from Peter Zotov <whitequark at whitequark.org> ---
As discussed elsewhere, this is due to LLVM's design decisions, which is to
assert on invalid inputs in debug builds and segfault in release builds. It
would be perhaps more user-friendly to raise an exception, but it is not
currently feasible, and probably will never be.

-- 
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/20141028/c2552856/attachment.html>


More information about the llvm-bugs mailing list