[Mono-bugs] [Bug 68134][Maj] Changed - Mono runtime hangs on FreeBSD 4.8
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 15:15:05 -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 cmcclellen@weather.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68134
--- shadow/68134 2004-10-13 17:52:46.000000000 -0400
+++ shadow/68134.tmp.1983 2004-10-14 15:15:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68134
Product: Mono: Runtime
Version: unspecified
OS: other
OS Details: FreeBSD 4.8 stable
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: cmcclellen@weather.com
QAContact: mono-bugs@ximian.com
@@ -132,6 +132,15 @@
That has already been fixed in the 1.0 series (bug 61418).
------- Additional Comments From cmcclellen@weather.com 2004-10-13 17:52 -------
As of Mono 1.0.2, mcs hangs, and we still have hangs in the GC
thread. I was looking in mono 1.0 src, I'll look more into 1.0.2
and see why it is still happening.
+
+------- Additional Comments From cmcclellen@weather.com 2004-10-14 15:15 -------
+Looks like a bug in FreeBSD 4.X's libc_r (thread library). Mutexes
+and condition variables use the same sleep queue, which causes
+pthread_cond_broadcast, etc, to go into infinite loops trying to
+walk them.
+
+We're testing a fix to libc_r now. I'll change state to notabug,
+since it doesn't seem to be Mono at all.