http://bugzilla.novell.com/show_bug.cgi?id=610587
http://bugzilla.novell.com/show_bug.cgi?id=610587#c2 Kirill Yevstigneev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kirill Yevstigneev <[email protected]> 2010-06-02 06:35:13 UTC --- Hello, Marc here is source code that show this problem, you can compile it and execute and see how long is executed line "Regex.Match("888", "^*8.*");": namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine(DateTime.Now.ToString()); Regex.Match("888", "^*8.*"); Console.WriteLine(DateTime.Now.ToString()); } } } -- 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
