[Mono-bugs] [Bug 654883] mono loops in sem_wait() unless a signal is sent
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 19 11:42:00 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=654883
https://bugzilla.novell.com/show_bug.cgi?id=654883#c1
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gonzalo at novell.com
--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-11-19 16:41:59 UTC ---
I think I've seen this before: sem_wait() is not interruptible in OpenBSD. The
easiest thing to try is to add a "#undef MONO_HAS_SEMAPHORES" after all the
#includes in metadata/gc.c. Can you try this and see if it works? If it does, I
might switch a few other things that use sem_wait() on OpenBSD to just use the
default io-layer WaitForSingleObject* instead.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list