Displaying 3 results from an estimated 3 matches for "4478029a".
2011 Nov 09
2
[LLVMdev] LLVM: segfault while modifying a thread-local global variable
Hi, guys.
Really strange situation: when I modify a thread-local GlobalVariable I get
a segfault. It seems to be a bug, doesn't it? Can u suggest me some
solution?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111109/679b7808/attachment.html>
2011 Nov 09
0
[LLVMdev] LLVM: segfault while modifying a thread-local global variable
Hi Semion,
> Really strange situation: when I modify a thread-local GlobalVariable I get a
> segfault. It seems to be a bug, doesn't it? Can u suggest me some solution?
build LLVM with assertions enabled. Then you may well get an assertion failure
with a helpful error message rather than an obscure crash.
Ciao, Duncan.
2011 Nov 09
2
[LLVMdev] LLVM: segfault while modifying a thread-local global variable
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111109/4478029a/attachment.html>