[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 13:35:06 -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 totte@hiddenpeaks.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59193
--- shadow/59193 2004-05-28 08:54:14.000000000 -0400
+++ shadow/59193.tmp.18037 2004-05-28 13:35:06.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59193
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
@@ -51,6 +51,9 @@
------- 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.
+
+------- Additional Comments From totte@hiddenpeaks.com 2004-05-28 13:35 -------
+Fixed in cvs.