[Mono-bugs] [Bug 59901][Cri] Changed - JIT on PPC crashes when using NUnit.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Aug 2004 23:35:36 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59901
--- shadow/59901 2004-08-02 15:34:46.000000000 -0400
+++ shadow/59901.tmp.2071 2004-08-02 23:35:36.000000000 -0400
@@ -10,12 +10,13 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mtaylor@alias.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc: grompf@sublimeintervention.com,umuff@quark.com
Summary: JIT on PPC crashes when using NUnit.
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
@@ -247,6 +248,22 @@
Which appears to be a duplicate of 60766 (stack (un)winding bug).
------- Additional Comments From lupus@ximian.com 2004-08-02 15:34 -------
This should be fixed in HEAD.
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-08-02 23:35 -------
+Running todays HEAD (confirmed XSP working first) nunit is still failing with a different JIT
+error now;
+
+<snip>
+.....GC Warning: Finalization cycle involving 2a70348
+.thunk failed for 0x2bd31e8 from 0x32ff0
+
+** ERROR **: file mini-ppc.c: line 2156 (handle_thunk): assertion failed: (pdata.found ==
+1)
+aborting...
+Abort trap
+
+Is this now a seperate bug?
+