[Mono-bugs] [Bug 76105][Min] New - klass == NULL at
emit_marshal_object() marshal.c line 4793
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 14 17:51:09 EDT 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76105
--- shadow/76105 2005-09-14 17:51:09.000000000 -0400
+++ shadow/76105.tmp.31864 2005-09-14 17:51:09.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 76105
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: atsushi at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Summary: klass == NULL at emit_marshal_object() marshal.c line 4793
+
+I ran mono with gdb and noticed that it stops at marshal.c line 4793 where
+in this case klass (line 4783) seems NULL.
+
+Sadly I have no idea how to make this repro to small one, but anyways
+here is the step:
+
+- Apply attached patch to mcs/class/Managed.Windows.Forms
+- build system.windows.forms.dll
+- run svn trunk/winforms/textboxes/swf-examples.exe
+
+Actual Results:
+
+I'm attaching output from gdb.
+
+Expected Results:
+
+well, what is the expected result? ;-)
+
+How often does this happen?
+
+consistently.
More information about the mono-bugs
mailing list