[Mono-bugs] [Bug 54694][Nor] Changed - runtime compilation failure (__tls_get_addr) [HELPWANTED]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 21 Feb 2004 14:51:10 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by brunofr@olympum.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54694
--- shadow/54694 2004-02-21 14:49:07.000000000 -0500
+++ shadow/54694.tmp.3030 2004-02-21 14:51:10.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -57,6 +57,17 @@
------- Additional Comments From brunofr@olympum.com 2004-02-21 14:49 -------
Created an attachment (id=6744)
main()
+
+------- Additional Comments From brunofr@olympum.com 2004-02-21 14:51 -------
+gcc test.c -shared -o libtest.so
+gcc testmain.c -L./ -ltest
+./a.out: error while loading shared libraries: libtest.so: cannot
+handle TLS data
+
+[Note: Compiling without a shared library works ...
+gcc test.c testmain.c -o test
+./test ... ok]
+