[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 11:58:08 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=55253
--- shadow/55253 2004-03-10 11:50:23.000000000 -0500
+++ shadow/55253.tmp.20377 2004-03-10 11:58:08.000000000 -0500
@@ -132,6 +132,20 @@
------- Additional Comments From vargaz@freemail.hu 2004-03-10 11:50 -------
We need a new configure check for this. Could you run the attached
test program and tell me the results ? It can be compiled with
gcc altstacktest.c -lpthread.
+
+------- Additional Comments From dave-mono@earth.li 2004-03-10 11:58 -------
+I get:
+
+$ ./a.out
+THREAD: 0x4002 ALTSTACK: 0xbf7fdae4-0xbf7ffae4.
+THREAD: 0x8003 ALTSTACK: 0xbf5fdae4-0xbf5ffae4.
+THREAD: 0x4002 SP: 0xbf7ff770.
+Caught SIGSEGV.
+signal handler stack pointer = 0xbf7ff760
+THREAD: 0x8003 SP: 0xbf5ff770.
+Caught SIGSEGV.
+signal handler stack pointer = 0xbf5ff760
+