[Mono-bugs] [Bug 59570][Wis] Changed - Consistent application hang/segfaults with mono-0.95
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 01:10:15 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59570
--- shadow/59570 2004-06-04 14:40:25.000000000 -0400
+++ shadow/59570.tmp.4124 2004-06-07 01:10:15.000000000 -0400
@@ -72,6 +72,17 @@
Upon further inspection, this seems to be related to threading. Using
a non-NPTL glibc with NPTL disabled from mono, blam isn't hanging at
all (muine still freaks out though). After recompiling glibc with NPTL
support and recompiling mono with said support, the hangs showed up
again. The threading stuff is fairly out of my league, but if someone
wants to point to a means of debugging this, i'll be more than happy to.
+
+------- Additional Comments From miguel@ximian.com 2004-06-07 01:10 -------
+There were two issues posted on the list:
+
+a) Hangs might be related to a libgc bug (use CVS to check if this is
+still the case).
+
+b) Crashes might be due to the fact that now we free strings that
+before were leaked.
+
+I have followed up with the Muine folks.