[LLVMbugs] [Bug 24244] New: SEGFAULT in case of TLS mismatch
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 24 03:07:13 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24244
Bug ID: 24244
Summary: SEGFAULT in case of TLS mismatch
Product: lld
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: shridhar.j8 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
llvm linker lld segfaults in case of mismatch of Thread Local Storage (TLS)
variable between reference and definition.
If a variable is defined as TLS and is referenced as non TLS or vice-versa then
lld should emit TLS mismatch error and exit gracefully. At present lld is
causing segmentation fault.
--
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/20150724/c4ce642b/attachment.html>
More information about the llvm-bugs
mailing list