[Mono-bugs] [Bug 464316] eglib: requires support for G_LOCK, or mono_strtod will br broken
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 4 01:19:16 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=464316
http://bugzilla.novell.com/show_bug.cgi?id=464316#c3
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mono-bugs at lists.ximian.com |vargaz at gmail.com
--- Comment #3 from Miguel de Icaza <miguel at novell.com> 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.
More information about the mono-bugs
mailing list