Ticket #580 (closed defect: duplicate)
popen3 causes abort trap
| Reported by: | cwdinfo@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | MacRuby | Keywords: | |
| Cc: | kayla.rosebud@… |
Description
irb(main):003:0> require 'open3'
=> true
irb(main):004:0> Open3.popen3('ls') { |stdin, stdout, stderr| puts stdout.read}
Abort trap
Change History
Note: See
TracTickets for help on using
tickets.

