[Mono-bugs] [Bug 69346][Nor] Changed - mcs.exe aborts on amd64 when using JIT

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Nov 2004 11:53:51 -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 vargaz@gmail.com.

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

--- shadow/69346	2004-11-21 11:37:34.000000000 -0500
+++ shadow/69346.tmp.17719	2004-11-22 11:53:51.000000000 -0500
@@ -69,6 +69,16 @@
 Looks like it's a problem in Boehm GC. Problem doesn't occur if I use
 mint instead of mini to run mcs.
 
 Let me know if you need any more info.
 
 -- jeek
+
+------- Additional Comments From vargaz@gmail.com  2004-11-22 11:53 -------
+Could you run the failing program with the env variable GC_DONT_GC set
+to 1 and see if it also fails ? Also, the failure under gdb is caused
+by Boehm GC getting confused by gdb handling the SIGPWR signal. Could
+you try running it under gdb with the following gdb options set:
+
+handle SIGPWR noprint nostop
+handle SIGXCPU noprint nostop
+