http://bugzilla.novell.com/show_bug.cgi?id=464316
http://bugzilla.novell.com/show_bug.cgi?id=464316#c3 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #3 from Miguel de Icaza <[email protected]> 2010-03-04 06:19:15 UTC --- Zoltan, I forgot about this problem. We probably need to update mono-strtod to use one of our lockign primitives instead of depending on G_LOCK so that the code works. Currently we have a hack in Mono that takes a lock around strtod, but the lock inside strtod is only used in a few cases, so we really should drop my hack from metadata/appdomain.c now that we switched to eglib. -- 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
