DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=16628>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=16628 ------- Additional Comments From [EMAIL PROTECTED] 2005-07-19 16:32 ------- This problem, I believe, is being caused by the recursive nature of the function mathString(). The stack overflow occurs at different points (depending on the alotted stack size for the running system). The only way to remove such an issue would be a rewrite of the matchString function to use an iterative method for validating a regular expression. This is a serious issue/limitation that I believe needs to be resolved immediately. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
