[Mono-bugs] [Bug 72824][Nor] Changed - [PPC] SIGILL on G3 compiling Microsoft.VisualBasic.dll

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 11:23:57 -0500 (EST)


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 lupus@ximian.com.

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

--- shadow/72824	2005-03-07 11:20:53.000000000 -0500
+++ shadow/72824.tmp.5283	2005-03-07 11:23:57.000000000 -0500
@@ -226,6 +226,14 @@
 ---
 
 
 
 ------- Additional Comments From jeffrey.knight@gmail.com  2005-03-07 11:20 -------
 I can replicate Kangaroo's test case, and am trying to fix this.
+
+------- Additional Comments From lupus@ximian.com  2005-03-07 11:23 -------
+Note that disas should not be used, especially on osx, to disassemble
+code. Use, instead:
+x/Ni address
+where N is the number of instructions to disassemble.
+It's always useful to disassemble a few instructions before
+the instruction address as well.