[llvm-bugs] [Bug 34718] New: r314087 - SignalHandler() calls illegal API
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 25 12:12:14 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34718
Bug ID: 34718
Summary: r314087 - SignalHandler() calls illegal API
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: jeremyhu at apple.com
CC: llvm-bugs at lists.llvm.org
Created attachment 19199
--> https://bugs.llvm.org/attachment.cgi?id=19199&action=edit
crash log indicating illegal API usage in signal handler
LLVM's SignalHandler() calls malloc. This is not legal from the context of a
signal handler.
--
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/20170925/8b253e65/attachment.html>
More information about the llvm-bugs
mailing list