[Mono-bugs] [Bug 55253][Maj] Changed - IndexOf on null string hangs.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 12:40:15 -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@freemail.hu.

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

--- shadow/55253	2004-03-08 12:30:33.000000000 -0500
+++ shadow/55253.tmp.12511	2004-03-08 12:40:15.000000000 -0500
@@ -109,6 +109,15 @@
 Created an attachment (id=6882)
 gzipped trace output of  mono --trace -v -v -v -v
 
 
 ------- Additional Comments From dave-mono@earth.li  2004-03-08 12:30 -------
 I am using Linux, debian sid on Intel.
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-08 12:40 -------
+This might be caused by my changes to NullReferenceException handling.
+Could you comment out the following line:
+
+#define MONO_ARCH_SIGSEGV_ON_ALTSTACK
+
+in mono/mono/mini/mini-x86.h, rebuild, and see if this makes a 
+difference ?