[Mono-bugs] [Bug 65416][Maj] Changed - Segfaults and hangs with new appdomain on SMP box

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 21:59:27 -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=65416

--- shadow/65416	2004-09-06 21:57:20.000000000 -0400
+++ shadow/65416.tmp.15766	2004-09-06 21:59:27.000000000 -0400
@@ -11,13 +11,13 @@
 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
+Summary: Segfaults and hangs with new appdomain on SMP box
 
 If I run the following piece of code on an SMP box:
 
 using System;
 using System.Threading;
 
@@ -42,6 +42,23 @@
 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
+
+------- Additional Comments From miguel@ximian.com  2004-09-06 21:59 -------
+I can reproduce on single cpu.
+
+mono$ while true; do date; mono t.exe ; done
+Mon Sep  6 21:35:55 EDT 2004
+Mon Sep  6 21:35:55 EDT 2004
+UNHANDLED IN 412c6b30
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+Mon Sep  6 21:35:58 EDT 2004
+[Hnags here, Control-C]
+mono$ while true; do date; mono t.exe ; done
+Mon Sep  6 21:36:12 EDT 2004
+Segmentation fault
+Mon Sep  6 21:36:13 EDT 2004