[Mono-bugs] [Bug 66614][Maj] Changed - apparent deadlock in runtime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 18:39:06 -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 david.mitchell@telogis.com.

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

--- shadow/66614	2004-09-22 15:27:34.000000000 -0400
+++ shadow/66614.tmp.25501	2004-09-22 18:39:06.000000000 -0400
@@ -49,6 +49,20 @@
 I'm running the latest mono-1-0 from CVS.
 
 ------- Additional Comments From dick@ximian.com  2004-09-22 15:27 -------
 That is the gc finalizer thread.  Try running with GC_DONT_GC=1 and
 see if it still deadlocks.
 
+
+------- Additional Comments From david.mitchell@telogis.com  2004-09-22 18:39 -------
+The other thing is that this has been found before but primarily on
+NPTL systems. Are you running with NPTL? To find out:
+
+# /lib/libc.so.6
+
+Look for a line that says either
+
+        linuxthreads-0.10 by Xavier Leroy
+
+or
+
+        Native POSIX Threads Library by Ulrich Drepper et al