[Mono-bugs] [Bug 675360] New: Named EventWaitHandles are not Set across processes (Regression from 2.7)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 25 19:34:00 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=675360
https://bugzilla.novell.com/show_bug.cgi?id=675360#c0
Summary: Named EventWaitHandles are not Set across processes
(Regression from 2.7)
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: io-layer
AssignedTo: lupus at novell.com
ReportedBy: tom.philpot at logos.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=416399)
--> (http://bugzilla.novell.com/attachment.cgi?id=416399)
Event Wait Handle test code
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b11)
Gecko/20100101 Firefox/4.0b11
Create a named event wait handle, e.g. "Local\EventWaitHandleMonoTest" in one
process and wait on it. Set in another process. The waiting process is never
signaled.
See attached code which demonstrates the bug. This code worked fine in 2.6.7
Reproducible: Always
Steps to Reproduce:
1. Compile the attached code
2. Run "mono EventWaitHandleTest listen" (in one process)
3. Run "mono EventWaitHandleTest signal" (in another process)
Actual Results:
The first process which is waiting is not signaled.
Expected Results:
The first process should be signaled.
--
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