[Mono-bugs] [Bug 430464] New: Process: Exited / HasExited not always fired/set

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 28 04:00:17 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=430464


           Summary: Process: Exited / HasExited not always fired/set
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: dick at novell.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Sometimes the Process.Exited event is not fired and/or WaitForExit returns
false while HasExited returns true.

To reproduce, compile and run the attached source code.

Expected result:

No output.

Actual result:

(results may vary)
..
Exit count mismatch: 0 (63)
Exit count mismatch: 0 (65)
Exit count mismatch: 0 (68)
Exit count mismatch: 0 (70)
Exit count mismatch: 0 (72)
WaitForExit (75)
Exit count mismatch: 0 (76)
Exit count mismatch: 0 (79)
Exit count mismatch: 0 (80)
Exit count mismatch: 0 (82)
Exit count mismatch: 0 (85)
Exit count mismatch: 0 (87)
Exit count mismatch: 0 (89)
Exit count mismatch: 0 (90)
Exit count mismatch: 0 (91)
Exit count mismatch: 0 (93)
Exit count mismatch: 0 (95)
Exit count mismatch: 0 (96)
Exit count mismatch: 0 (98)
Exit count mismatch: 0 (100)
Exit count mismatch: 0 (101)
Exit count mismatch: 0 (102)
Exit count mismatch: 0 (103)
Exit count mismatch: 0 (104)
Exit count mismatch: 0 (105)
Exit count mismatch: 0 (106)
Exit count mismatch: 0 (108)
Exit count mismatch: 0 (109)
Exit count mismatch: 0 (110)
Exit count mismatch: 0 (111)
Exit count mismatch: 0 (112)
Exit count mismatch: 0 (113)
Exit count mismatch: 0 (115)
Exit count mismatch: 0 (116)
Exit count mismatch: 0 (117)
Exit count mismatch: 0 (118)
WaitForExit (119)
Exit count mismatch: 0 (119)
Exit count mismatch: 0 (120)
Exit count mismatch: 0 (121)
Exit count mismatch: 0 (122)
Exit count mismatch: 0 (123)
Exit count mismatch: 0 (124)
WaitForExit (125)
Exit count mismatch: 0 (126)
Exit count mismatch: 0 (127)
Exit count mismatch: 0 (128)
Exit count mismatch: 0 (129)
Exit count mismatch: 0 (130)
Exit count mismatch: 0 (131)
..


-- 
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