[Mono-bugs] [Bug 22504] New - g_assert occurs in mono_class_get_field

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Mar 2002 05:58:57 -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=22504

--- shadow/22504	Tue Mar 26 00:58:57 2002
+++ shadow/22504.tmp.16956	Tue Mar 26 00:58:57 2002
@@ -0,0 +1,28 @@
+Bug#: 22504
+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: g_assert occurs in mono_class_get_field
+
+When running a win32 compiled gtk-hello-world.exe with non-gc mint on
+linux, I get an assert out of mono_class_get_field because the
+MonoTokenType returned by the sanity check is MONO_TOKEN_MEMBER_REF.  The
+class involved is GtkSharp.boolObjectEventAnySignal which is a generated
+signal marshalling helper class.  Let me know if I can provide any more
+info, but please keep in mind that I'm gdb impaired.  I can attach or mail
+a tarball of gtk-hello-world.exe and associated gtk# dlls if it would
+assist in debugging.
+
+mono and mcs compiled from cvs 23:30 CST 3/25/02.