[Mono-bugs] [Bug 58321][Nor] New - Intermittent assertion failure and warning when running remoting examples

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 07:29:12 -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 jns@gellyfish.com.

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

--- shadow/58321	2004-05-11 07:29:12.000000000 -0400
+++ shadow/58321.tmp.17351	2004-05-11 07:29:12.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 58321
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Mandrake 9.2 x86
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jns@gellyfish.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Intermittent assertion failure and warning when running remoting examples
+
+Using the example code from bug 58319 I am getting weird intermittent
+behaviour from both server and
+client code - every once in a while I am getting:
+
+** (process:5787): ERROR (recursed) **: file class.c: line 1272
+(mono_class_init): assertion failed: (class)
+aborting...
+
+from the client code, which appears to hang afterwards - the server
+however behaves as expected.  I am unable to reproduce this at will
+however.
+
+I also am occasionally getting:
+
+ 
+** (server.exe:12805): WARNING **: : unref on 38 called when ref was
+already 0
+ 
+From the server after the remote method has been called - again this is
+intermittent and not reproducible at will.
+
+It also appears that neither the client or the server are cleaning up
+properly as there are parentless processes left behind (which I take to
+be threads - but I never found out how to distinguish processes and
+threads with 'ps' on Linux).