[Mono-bugs] [Bug 74822][Wis] Changed - prelink on /usr/bin/mono fails with "NOBITS section followed by non-NOBITS section in the same segment"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 11:04:31 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74822
--- shadow/74822 2005-05-04 10:18:03.000000000 -0400
+++ shadow/74822.tmp.27636 2005-05-05 11:04:31.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Gentoo 2005.0 x86
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: christophe@saout.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -127,6 +127,12 @@
[40] .strtab STRTAB 00000000 31f9f0 01a75b 0 0
0 1
I don't know much about this, but I would guess that this has something to
do with this .tbss section. Perhaps this could simply be fixed with a
linking script?
+
+------- Additional Comments From vargaz@gmail.com 2005-05-05 11:04 -------
+This seems to be more of a problem with prelink than with mono.
+The mono runtime uses thread-local variables, which are put by the
+linker into the .tbss section. Seems that prelink can't handle it.
+