[Mono-bugs] [Bug 54265][Min] Changed - spurious error message with regex matching
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 06:40:18 -0400 (EDT)
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 liyul@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54265
--- shadow/54265 2004-06-21 13:47:07.000000000 -0400
+++ shadow/54265.tmp.14251 2004-06-30 06:40:18.000000000 -0400
@@ -228,6 +228,16 @@
------- Additional Comments From jackson@ximian.com 2004-05-14 17:21 -------
Could you please post a test case?
------- Additional Comments From jackson@ximian.com 2004-06-21 13:47 -------
Marking as NEEDINFO, I really need a test case before I can continue
on this.
+
+------- Additional Comments From liyul@hotmail.com 2004-06-30 06:40 -------
+I marked it as spurious because I got it only when I was debugging
+xsp with mingw gdb under windows. It seemed to be minor issue but
+were always there (happen during processing vanilla http requests)
+but fine if I extract the regex inputs and tested with isolated cases.
+
+I guess that you can put break point or trace there and see whether
+any of your aspx projects can trigger it. If cannot be reproduced,
+then it could actually have been fixed during these four months.