[Mono-bugs] [Bug 61182][Maj] New - PPC: Runtime crash with SIGILL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jul 2004 18:06:34 -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 sergio.rubio@hispalinux.es.
http://bugzilla.ximian.com/show_bug.cgi?id=61182
--- shadow/61182 2004-07-05 18:06:34.000000000 -0400
+++ shadow/61182.tmp.1204 2004-07-05 18:06:34.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 61182
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: Fedora Core 2 (Rawhide) PPC
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sergio.rubio@hispalinux.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PPC: Runtime crash with SIGILL
+
+Description of Problem:
+Runtime crash with SIGILL 80% of the time. Sometimes works fine an throws a
+GLib.GException
+
+Steps to reproduce the problem:
+Run this,
+
+using Gtk;
+using Gdk;
+public class Test {
+
+
+ public static void Main (string[] args)
+ {
+ Application.Init ();
+ Pixbuf pix = new Pixbuf ("/nonexistant/none.png");
+ Application.Run ();
+ }
+}
+
+Actual Results:
+
+Unhandled Exception: System.ExecutionEngineException: SIGILL
+
+Expected Results:
+
+GLib.GException: Failed to open file '/nonexistant/none.png': No such file
+or directory
+
+How often does this happen?
+
+80% of the times
+
+Comments:
+Fedora Core 2 PPC (Rawhide)
+gcc (GCC) 3.4.0 20040621 (Red Hat Linux 3.4.0-7)
+Linux 2.6.7
+--with-tls=pthread
+Haven't been able to run gdb properly (gdb crash)