Ticket #590 (closed task: fixed)
Process.spawn not implemented
| Reported by: | honglilai@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: | cwdinfo@…, kayla.rosebud@… |
Description
Test case:
a, b = IO.pipe
pid = Process.spawn("echo hello world", STDOUT => b)
Process.wait(pid)
b.close
puts a.read
Expecting a.read to return "hello world\n", but somewhere it causes an abort trap.
Change History
Note: See
TracTickets for help on using
tickets.

