Projects

Ticket #580 (closed defect: duplicate)

Opened 6 months ago

Last modified 2 months ago

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

Changed 6 months ago by martinlagardette@…

  • status changed from new to closed
  • resolution set to duplicate

Hi!

Thanks for the report. I'm marking this a duplicate of #590 , as Open3#popen3 uses Process/Kernel#spawn that is not implemented.

Changed 2 months ago by kayla.rosebud@…

  • cc kayla.rosebud@… added

Cc Me!

Note: See TracTickets for help on using tickets.