From: Yui NARUSE Date: 2012-02-21T10:32:01+09:00 Subject: [ruby-core:42771] [ruby-trunk - Bug #5433] PTY.spawn Kernel panic on macos lion Issue #5433 has been updated by Yui NARUSE. Parent task set to #5076 ---------------------------------------- Bug #5433: PTY.spawn Kernel panic on macos lion https://bugs.ruby-lang.org/issues/5433 Author: Gamaliel Toro Status: Third Party's Issue Priority: Normal Assignee: Kenta Murata Category: Target version: ruby -v: ruby-1.9.2 If you execute a PTY.spawn with a non existing command give a kernel panic. Example require 'pty' PTY.spawn('nonexistent-command') -- http://bugs.ruby-lang.org/