[Mono-bugs] [Bug 24297] New - ** ERROR **: file handles.c: line 277 (_wapi_handle_unref): should not be reached

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 May 2002 17:48:51 -0000


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 mkestner@speakeasy.net.

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

--- shadow/24297	Mon May  6 13:48:51 2002
+++ shadow/24297.tmp.9579	Mon May  6 13:48:51 2002
@@ -0,0 +1,38 @@
+Bug#: 24297
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@speakeasy.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary:  ** ERROR **: file handles.c: line 277 (_wapi_handle_unref): should not be reached
+
+When executing the Gtk# code generator without MONO_DISABLE_SHM set on
+linux, I get the above assert.  Complete debug to console is:
+
+mono ./codegen.exe gtkapi.xml && touch generated-stamp
+545 types parsed.
+
+(process:6054): ** WARNING **: _wapi_handle_unref: bogus daemon response,
+type 135185696
+
+(process:6054): ** ERROR **: file handles.c: line 277 (_wapi_handle_unref):
+should not be reached
+aborting...
+make[1]: *** [generated-stamp] Error 134
+
+Error is reproducible via autogen.sh;make in the current gtk-sharp cvs
+image.  mono and mcs are via cvs update 22:00 CDT 5/5/02 and make clean was
+run prior to mono build.
+
+Let me know if I can provide any further info.  DISABLE_SHM workaround
+makes this a non-blocking problem.