[Mono-bugs] [Bug 55253][Maj] Changed - IndexOf on null string hangs.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Mar 2004 15:50:06 -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-10 11:58:08.000000000 -0500
+++ shadow/55253.tmp.23551 2004-03-10 15:50:06.000000000 -0500
@@ -146,6 +146,13 @@
Caught SIGSEGV.
signal handler stack pointer = 0xbf7ff760
THREAD: 0x8003 SP: 0xbf5ff770.
Caught SIGSEGV.
signal handler stack pointer = 0xbf5ff760
+
+------- Additional Comments From vargaz@freemail.hu 2004-03-10 15:50 -------
+It would be good if somebody could track down what is wrong with
+using sigaltstack in the runtime, and produce a test case which we
+could use at configure time. In the meantime, there is a new
+switch to configure: --with-sigaltstack=no can be used to turn off
+sigaltstack usage.