[Mono-bugs] [Bug 34859][Nor] Changed - WaitHandle.WaitAny and WaitAll don't wait.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Dec 2002 17:52:30 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=34859

--- shadow/34859	Mon Dec  2 12:01:34 2002
+++ shadow/34859.tmp.10994	Wed Dec  4 12:52:30 2002
@@ -1,15 +1,15 @@
 Bug#: 34859
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -68,6 +68,17 @@
 All the time.
 
 Additional Information:
 
 WaitHandle.WaitOne appears to work fine.  The problem also occurs if 
 AutoResetEvent are used.
+
+------- Additional Comments From lupus@ximian.com  2002-12-04 12:52 -------
+The program crahes for me when run with the current cvs on linux:
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 16384 (LWP 1502)]
+0x0814f087 in _wapi_handle_test_capabilities (handle=0x81b6d80, 
+    caps=WAPI_HANDLE_CAP_WAIT) at handles.c:790
+790		type=_wapi_shared_data->handles[idx].type;
+(gdb) p idx
+$1 = 136015232
+It works with mono on windows but it gives the wrong resulsts as reported.