[Mono-bugs] [Bug 36921][Nor] Changed - mono crashes with segfault in mono_marshal_get_native_wrapper
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 31 Jan 2003 10:13:23 -0500 (EST)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36921
--- shadow/36921 Sat Jan 18 06:08:10 2003
+++ shadow/36921.tmp.15904 Fri Jan 31 10:13:23 2003
@@ -1,14 +1,14 @@
Bug#: 36921
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,9 @@
Paolo had me change line 2186 in marshal.c to
if (t->data.klass && t->data.klass->delegate) {
and that fixed the problem.
+
+------- Additional Comments From lupus@ximian.com 2003-01-31 10:13 -------
+Fixed in cvs, now the object type is handled with a difference case.