[Mono-bugs] [Bug 27885][Maj] New - Marshaling code crash.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Jul 2002 05:30:00 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27885
--- shadow/27885 Wed Jul 17 01:30:00 2002
+++ shadow/27885.tmp.31447 Wed Jul 17 01:30:00 2002
@@ -0,0 +1,31 @@
+Bug#: 27885
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: dietmar@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Marshaling code crash.
+
+The new marshaling code has a bug, I get this when I try
+to run phonic 0.5.1:
+
+mono$ mono phonic.exe ~/ogg/pop/12-wake_up_dead_man.ogg
+
+** ERROR **: file marshal.c: line 1865 (mono_marshal_get_native_wrapper):
+should not be reached
+aborting...
+Aborted
+
+t->byref = 1
+
+Miguel