[Mono-bugs] [Bug 65416][Maj] Changed - Segfaults and hangs with new appdomain
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 21:57:20 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=65416
--- shadow/65416 2004-09-06 21:53:34.000000000 -0400
+++ shadow/65416.tmp.15745 2004-09-06 21:57:20.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 65416
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Segfaults and hangs with new appdomain on SMP box
+Summary: Segfaults and hangs with new appdomain
If I run the following piece of code on an SMP box:
using System;
using System.Threading;
@@ -38,6 +38,10 @@
{
}
}
I get segfaults about 1/4th of the time occasionally, it will hang. I tried
to reproduce this here on a uni-processor box, but was unable to.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-09-06 21:57 -------
+<miguel> Ben, I can repro that on single cpu
+<miguel> segfault, NullRef and hang in less than 10 seconds