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

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


Thad Thompson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Thad Thompson <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to