[Mono-bugs] [Bug 74596][Maj] New - Semi-random mono crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 16:34:58 -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 thunder@ximian.com.

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

--- shadow/74596	2005-04-13 16:34:58.000000000 -0400
+++ shadow/74596.tmp.30818	2005-04-13 16:34:58.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 74596
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: GC
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: thunder@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Semi-random mono crash
+
+We are seeing a somewhat random crash that looks like this:
+
+build-3:/ # /opt/novell/zenworks/bin/rug ping
+ERROR: ZMD does not appear to be running.
+build-3:/ # /opt/novell/zenworks/bin/rug ping
+ERROR: ZMD does not appear to be running.
+ 
+(rug.exe:5556): GLib-CRITICAL **: file ghash.c: line 225
+(g_hash_table_lookup): assertion `hash_table != NULL' failed
+ 
+(rug.exe:5556): GLib-CRITICAL **: file ghash.c: line 225
+(g_hash_table_lookup): assertion `hash_table != NULL' failed
+Segmentation fault
+
+(notice the first time the command returned ok)
+
+I can reproduce this fairly easily by just running a command (such as rug)
+over and over again.  It happens about 20% of the time, I'd say.
+
+I will attempt to gather more info, if possible.