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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77581 --- shadow/77581 2006-02-17 15:19:54.000000000 -0500 +++ shadow/77581.tmp.8705 2006-02-17 15:19:54.000000000 -0500 @@ -0,0 +1,45 @@ +Bug#: 77581 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: 040 One week +Priority: Major +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Failed assertion when loading an assembly + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. build an assembly using C++/CLI with /pure option containing a single +main method whose body is empty. +2. load it by mono (mono Assembly.exe) + +Actual Results: + +WARNING **: return type 0x1b unknown + +** ERROR **: file marshal.c: line 6275 (mono_marshal_emit_native_wrapper): +should not be reached +aborting... + +Expected Results: + +Successful load or some more useful error report if it is not possible. + +How often does this happen? + +Always. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
