[Mono-bugs] [Bug 59901][Cri] New - JIT on OS X crashes when using NUnit. Regression in 0.95
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 17:37:28 -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 mtaylor@alias.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59901
--- shadow/59901 2004-06-09 17:37:28.000000000 -0400
+++ shadow/59901.tmp.7669 2004-06-09 17:37:28.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 59901
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: OS X 10.3.4
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mtaylor@alias.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: JIT on OS X crashes when using NUnit. Regression in 0.95
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+I am trying to use NUnit for unit testing. As of the 0.95 release, mono crashes with the following
+message:
+** ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace): assertion failed: (ji != NULL)
+aborting...
+
+It works fine in the beta 1 release of mono, and it works if I use mint.
+
+Steps to reproduce the problem:
+1. Download http://www.nunit.org/downloads/NUnit-2.1.91-mono.zip
+2. unpack it (I had to use the unzip command manually as stuffit messed up the paths)
+3. in a shell, cd into the NUnit distributions bin directory
+4. edit nunit-console.exe.config and remove the part in the first line about the windows file
+encoding
+5. run NUnit's own tests:
+ mono nunit-console.exe nunit.tests.dll
+
+Actual Results:
+
+** ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace): assertion failed: (ji != NULL)
+aborting...
+
+Expected Results:
+
+Output about which tests pass/fail. You can run this command to see what it should look like:
+
+mint nunit-console.exe nunit.tests.dll
+
+How often does this happen?
+
+Happens 100% of the time.
+
+Additional Information: