Re: [Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-12-08 Thread Tom Philpot
I¹ve finally gotten around to creating a Bugzilla case for this: https://bugzilla.novell.com/show_bug.cgi?id=561792 Thanks, Tom On 11/25/09 3:59 PM, Tom Philpot tom.phil...@logos.com wrote: Zoltan, Would it help if I created a Mac OS specific bugzilla? Is there someone else that can test

[Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-11-25 Thread Tom Philpot
We've written a small test case against Mono 2.7 (r146315) that confirms that WaitAny() does not return in a consistent amount of time, or sometimes at all when waiting on more than one WaitHandle. It also appears that there are no test cases in Mono for this case. Our attached program takes 2

Re: [Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-11-25 Thread Zoltan Varga
Hi, This seems to work fine on linux. Zoltan On Thu, Nov 26, 2009 at 12:01 AM, Tom Philpot tom.phil...@logos.com wrote: We've written a small test case against Mono 2.7 (r146315) that confirms that WaitAny() does not return in a consistent amount of time, or sometimes

Re: [Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-11-25 Thread Tom Philpot
Zoltan, Would it help if I created a Mac OS specific bugzilla? Is there someone else that can test this on Mac? (Geoff N, perhaps)? This behavior is the same (i.e., consistently inconsistent) on 10.5 and 10.6 for what it¹s worth. Tom On 11/25/09 3:55 PM, Zoltan Varga var...@gmail.com wrote:

Re: [Mono-dev] WaitAny does not consistently return when waiting on more than one WaitHandle

2009-11-25 Thread Michael Hutchinson
On Wed, Nov 25, 2009 at 6:59 PM, Tom Philpot tom.phil...@logos.com wrote: Zoltan, Would it help if I created a Mac OS specific bugzilla? Is there someone else that can test this on Mac? (Geoff N, perhaps)? This behavior is the same (i.e., consistently inconsistent) on 10.5 and 10.6 for what