[Mono-bugs] [Bug 59193][Maj] Changed - Strange crash when costructing object through reflection
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 08:54:14 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=59193
--- shadow/59193 2004-05-27 11:58:26.000000000 -0400
+++ shadow/59193.tmp.11741 2004-05-28 08:54:14.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59193
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -44,6 +44,13 @@
StreamingContext ctx = new StreamingContext (StreamingContextStates.All);
object[] pars = new object[] { info, ctx };
con.Invoke (null, pars);
}
}
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-28 08:54 -------
+This is caused by the 'share runtime wrappers' patch. Runtime wrappers
+for strings and valuetypes should not be shared, since they contain an
+'UNBOX' statement, which creates a dependency on the valuetype class.
+
+