[Mono-bugs] [Bug 75056][Blo] Changed - [SPARC] "mono --debug" dumps core.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 26 19:39:22 EDT 2005


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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75056

--- shadow/75056	2005-05-26 19:10:14.000000000 -0400
+++ shadow/75056.tmp.14874	2005-05-26 19:39:22.000000000 -0400
@@ -36,6 +36,17 @@
 Bus error (core dumped)
 >mono --debug test.exe
 Bus error (core dumped)
 
 How often does this happen? 
 Every time.
+
+------- Additional Comments From vargaz at gmail.com  2005-05-26 19:39 -------
+This is because of lines like this in mono-debug.c:
+
+	* ((gpointer *) ptr) = klass;
+	ptr += sizeof (gpointer);
+
+This will crash on machines which do not allow unaligned access
+(like the sparc), and it will be slow on machines that allow it
+(x86).
+


More information about the mono-bugs mailing list