[Mono-bugs] [Bug 524567] New: WaitHandle.WaitAny is not working at all
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 23 07:09:17 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=524567
Summary: WaitHandle.WaitAny is not working at all
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: prince0 at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1.1)
Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
Exception:
WARNING **: Missing method
System.Threading.WaitHandle::WaitAny(WaitHandle[],int) in assembly
C:\PROGRA~1\Mono-2.4\
lib\mono\2.0\mscorlib.dll, referenced in assembly
C:\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe
Unhandled Exception: System.MissingMethodException: Method not found:
'System.Threading.WaitHandle.WaitAny'.
Reproducible: Always
Steps to Reproduce:
EventWaitHandle evt = new EventWaitHandle(false, EventResetMode.AutoReset);
WaitHandle[] handles = new WaitHandle[1];
handles[0] = evt;
int = Mutex.WaitAny(handles, 50);
Actual Results:
Exception (method is missing in runtime)
Expected Results:
No exception should occur
--
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