[Mono-bugs] [Bug 470827] [Regression] System.Text.RegularExpressions.RxInterpreter.EvalByteCode throws StackOverflow

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 3 17:05:16 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=470827

http://bugzilla.novell.com/show_bug.cgi?id=470827#c14


Thad Thompson <tthompson at nucsafe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tthompson at nucsafe.com

--- Comment #14 from Thad Thompson <tthompson at nucsafe.com> 2010-02-03 22:05:14 UTC ---
Sorry Miguel, I was in the middle of crunch last week and the exception was
coming out of a third party library. After digging into their code it seems the
following line caused the problem:

Regex matchRuleRegex = new Regex (@"(\w+)\s*=\s*'((\\\\|\\'|[^'\\])*)'",
RegexOptions.Compiled);

After wrapping this in a test program, it looks like it works fine on desktop
Linux but fails running it on my ARM machine. If I can get time I'll try to dig
around on it some more...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list