https://bugzilla.novell.com/show_bug.cgi?id=654883
https://bugzilla.novell.com/show_bug.cgi?id=654883#c1 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Gonzalo Paniagua Javier <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
