[Mono-bugs] [Bug 75480][Wis] Changed - Assertion when executing
/clr:pure C++ application
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 7 13:48:07 EST 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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75480
--- shadow/75480 2005-07-06 10:46:46.000000000 -0400
+++ shadow/75480.tmp.24137 2005-11-07 13:48:07.000000000 -0500
@@ -56,6 +56,20 @@
Someone please look at PureClr.exe to get to know whether this is a
bug in Mono runtime or the file is not standard in fact.
------- Additional Comments From vargaz at gmail.com 2005-07-06 10:46 -------
The assert is fixed but it still doesn't work.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-11-07 13:48 -------
+PureClr.exe probably will not run unless we will provide CRT DLL
+that are compatible with Mono as currently PureClr.exe uses CRT DLLs
+that use MS.NET even when PureClr.exe is executed on Mono and wants
+to pass managed objects between runtimes that is somethint that is
+not likely to be possible.
+
+But currently I got the following assertion that is probably a
+runtime bug:
+
+** ERROR **: file marshal.c: line 6259
+(mono_marshal_emit_native_wrapper): should not be reached aborting...
+
More information about the mono-bugs
mailing list