[Mono-bugs] [Bug 59570][Wis] Changed - Consistent application hang/segfaults with mono-0.95
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 14:40:25 -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 latexer@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=59570
--- shadow/59570 2004-06-03 14:32:30.000000000 -0400
+++ shadow/59570.tmp.31588 2004-06-04 14:40:25.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59570
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Gentoo (with NPTL glibc)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: latexer@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -64,6 +64,14 @@
symbols found)...(no debugging symbols found)...Detaching after fork from
child process 18906.
Program terminated with signal SIGTRAP, Trace/breakpoint trap.
The program no longer exists.
(gdb)
+
+------- Additional Comments From latexer@gentoo.org 2004-06-04 14:40 -------
+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.