[Mono-bugs] [Bug 51592][Nor] Changed - libGC is broken on OS X

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Dec 2003 13:53:59 -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 rshade@dvsconsulting.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51592

--- shadow/51592	2003-12-02 13:38:25.000000000 -0500
+++ shadow/51592.tmp.22455	2003-12-02 13:53:58.000000000 -0500
@@ -68,6 +68,15 @@
 thread.c:115
 #2229 0x900247e8 in _pthread_body ()
 
 the ellipsis is there because that line repeats 2219 times.
 
 
+
+------- Additional Comments From rshade@dvsconsulting.com  2003-12-02 13:53 -------
+According to some of the comments on the commits here:
+
+http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/mono/
+
+The gc is fails due to the threads on BSD.  There are some patches there that 
+attempting to fix it by using different signals to control the threads, but it looks like 
+that didn't work out.