Ticket #5946 (closed bug: fixed)
getAnyProcessStatus signals an exception
| Reported by: | toc | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.2 |
| Component: | libraries/unix | Version: | 7.0.4 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | x86_64 (amd64) |
| Type of failure: | Runtime crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Steps to reproduce:
$ ghci-7.0.4 Prelude> import System.Posix Prelude System.Posix> getAnyProcessStatus False False
Expected result:
Nothing
Actual result:
*** Exception: getGroupProcessStatus: does not exist (No child processes)
Tested on 6.12.1 and 7.0.4, Mac OS X 10.7 and Ubuntu 10.04.4 LTS.
Change History
Note: See
TracTickets for help on using
tickets.
