ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion
@ 2011-10-10 20:58 Gamaliel Toro
  2011-10-10 21:17 ` [ruby-core:40091] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Gamaliel Toro @ 2011-10-10 20:58 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been reported by Gamaliel Toro.

----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
Priority: Normal
Assignee: 
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40091] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
@ 2011-10-10 21:17 ` Gamaliel Toro
  2011-10-10 21:48 ` [ruby-core:40092] " Eric Hodel
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Gamaliel Toro @ 2011-10-10 21:17 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Gamaliel Toro.


Just Happend in 1.9.2 in 1.9.3-head its ok
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
Priority: Normal
Assignee: 
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40092] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
  2011-10-10 21:17 ` [ruby-core:40091] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
@ 2011-10-10 21:48 ` Eric Hodel
  2011-10-11  8:41 ` [ruby-core:40102] " Kenta Murata
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Eric Hodel @ 2011-10-10 21:48 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Eric Hodel.


On Ruby 1.9.2-p290 compiled with GCC (not LLVM-GCC) OS X 10.7.1 panics when I run your command.
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
Priority: Normal
Assignee: 
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40102] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
  2011-10-10 21:17 ` [ruby-core:40091] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
  2011-10-10 21:48 ` [ruby-core:40092] " Eric Hodel
@ 2011-10-11  8:41 ` Kenta Murata
  2011-10-11  8:42 ` [ruby-core:40103] " Shota Fukumori
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Kenta Murata @ 2011-10-11  8:41 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Kenta Murata.

Assignee set to Kenta Murata


----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40103] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (2 preceding siblings ...)
  2011-10-11  8:41 ` [ruby-core:40102] " Kenta Murata
@ 2011-10-11  8:42 ` Shota Fukumori
  2011-10-11  8:43 ` [ruby-core:40104] " Kenta Murata
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Shota Fukumori @ 2011-10-11  8:42 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Shota Fukumori.


Any kernel panic logs?
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40104] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (3 preceding siblings ...)
  2011-10-11  8:42 ` [ruby-core:40103] " Shota Fukumori
@ 2011-10-11  8:43 ` Kenta Murata
  2011-10-11  8:44 ` [ruby-core:40105] [Ruby 1.9 - Bug #5433][Feedback] " Kenta Murata
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Kenta Murata @ 2011-10-11  8:43 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Kenta Murata.


Gamaliel, please give us the precise information of "ruby -v".
Moreover, please tell us what compiler you use for compiling your ruby.

----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Open
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40105] [Ruby 1.9 - Bug #5433][Feedback] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (4 preceding siblings ...)
  2011-10-11  8:43 ` [ruby-core:40104] " Kenta Murata
@ 2011-10-11  8:44 ` Kenta Murata
  2011-10-11 10:47 ` [ruby-core:40106] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Kenta Murata @ 2011-10-11  8:44 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Kenta Murata.

Status changed from Open to Feedback


----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Feedback
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40106] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (5 preceding siblings ...)
  2011-10-11  8:44 ` [ruby-core:40105] [Ruby 1.9 - Bug #5433][Feedback] " Kenta Murata
@ 2011-10-11 10:47 ` Gamaliel Toro
  2011-10-12  8:50 ` [ruby-core:40112] [Ruby 1.9 - Bug #5433][Third Party's Issue] " Nobuyoshi Nakada
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Gamaliel Toro @ 2011-10-11 10:47 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Gamaliel Toro.


ok in this 2 i have the issue

ruby 1.9.2p312 (2011-08-11 revision 32926) [x86_64-darwin11.0.1]
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin11.0.1]

Both installed with RVM compiler is gcc-4.2

Im going to force again the fail, so i can send you the log.

----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.ruby-lang.org/issues/5433

Author: Gamaliel Toro
Status: Feedback
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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40112] [Ruby 1.9 - Bug #5433][Third Party's Issue] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (6 preceding siblings ...)
  2011-10-11 10:47 ` [ruby-core:40106] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
@ 2011-10-12  8:50 ` Nobuyoshi Nakada
  2011-10-12 11:51 ` [ruby-core:40114] [Ruby 1.9 - Bug #5433] " Motohiro KOSAKI
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nobuyoshi Nakada @ 2011-10-12  8:50 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Nobuyoshi Nakada.

Status changed from Feedback to Third Party's Issue

Obviously, kernel bug.
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40114] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (7 preceding siblings ...)
  2011-10-12  8:50 ` [ruby-core:40112] [Ruby 1.9 - Bug #5433][Third Party's Issue] " Nobuyoshi Nakada
@ 2011-10-12 11:51 ` Motohiro KOSAKI
  2011-10-12 12:09 ` [ruby-core:40115] " Shyouhei Urabe
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Motohiro KOSAKI @ 2011-10-12 11:51 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Motohiro KOSAKI.


> Obviously, kernel bug.

Even if so, we need workaround. isn't it?

----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40115] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (8 preceding siblings ...)
  2011-10-12 11:51 ` [ruby-core:40114] [Ruby 1.9 - Bug #5433] " Motohiro KOSAKI
@ 2011-10-12 12:09 ` Shyouhei Urabe
  2011-10-12 13:20 ` [ruby-core:40118] " Gamaliel Toro
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Shyouhei Urabe @ 2011-10-12 12:09 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Shyouhei Urabe.


Motohiro KOSAKI wrote:
> > Obviously, kernel bug.
> 
> Even if so, we need workaround. isn't it?

It is an Apple's fault.
The first thing to be done is to blame Apple, not to report here.
You are a customer of Apple, not us.

However if you are not a customer but an employee of Apple, and you insist us to give a workaround, we can.  If it is the case please give us a more detailed background of how to achieve it.
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40118] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (9 preceding siblings ...)
  2011-10-12 12:09 ` [ruby-core:40115] " Shyouhei Urabe
@ 2011-10-12 13:20 ` Gamaliel Toro
  2011-10-12 13:41 ` [ruby-core:40119] " Shyouhei Urabe
  2012-02-21  1:32 ` [ruby-core:42771] [ruby-trunk " Yui NARUSE
  12 siblings, 0 replies; 14+ messages in thread
From: Gamaliel Toro @ 2011-10-12 13:20 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Gamaliel Toro.


So i have a question if is kernel bug why give a kernel error in 1.9.2 and not 1.9.3.
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:40119] [Ruby 1.9 - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (10 preceding siblings ...)
  2011-10-12 13:20 ` [ruby-core:40118] " Gamaliel Toro
@ 2011-10-12 13:41 ` Shyouhei Urabe
  2012-02-21  1:32 ` [ruby-core:42771] [ruby-trunk " Yui NARUSE
  12 siblings, 0 replies; 14+ messages in thread
From: Shyouhei Urabe @ 2011-10-12 13:41 UTC (permalink / raw
  To: ruby-core


Issue #5433 has been updated by Shyouhei Urabe.


@argami_toro It seems there may be some circumstances for Lion kernel to panic.
It is not always. 1.9.3 happen to hit that.

When Apple disclose that exact condition, we are possible to workaround.
----------------------------------------
Bug #5433: PTY.spawn Kernel panic on macos lion
http://redmine.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://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [ruby-core:42771] [ruby-trunk - Bug #5433] PTY.spawn Kernel panic on macos lion
  2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
                   ` (11 preceding siblings ...)
  2011-10-12 13:41 ` [ruby-core:40119] " Shyouhei Urabe
@ 2012-02-21  1:32 ` Yui NARUSE
  12 siblings, 0 replies; 14+ messages in thread
From: Yui NARUSE @ 2012-02-21  1:32 UTC (permalink / raw
  To: ruby-core


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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-02-21  1:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 20:58 [ruby-core:40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion Gamaliel Toro
2011-10-10 21:17 ` [ruby-core:40091] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
2011-10-10 21:48 ` [ruby-core:40092] " Eric Hodel
2011-10-11  8:41 ` [ruby-core:40102] " Kenta Murata
2011-10-11  8:42 ` [ruby-core:40103] " Shota Fukumori
2011-10-11  8:43 ` [ruby-core:40104] " Kenta Murata
2011-10-11  8:44 ` [ruby-core:40105] [Ruby 1.9 - Bug #5433][Feedback] " Kenta Murata
2011-10-11 10:47 ` [ruby-core:40106] [Ruby 1.9 - Bug #5433] " Gamaliel Toro
2011-10-12  8:50 ` [ruby-core:40112] [Ruby 1.9 - Bug #5433][Third Party's Issue] " Nobuyoshi Nakada
2011-10-12 11:51 ` [ruby-core:40114] [Ruby 1.9 - Bug #5433] " Motohiro KOSAKI
2011-10-12 12:09 ` [ruby-core:40115] " Shyouhei Urabe
2011-10-12 13:20 ` [ruby-core:40118] " Gamaliel Toro
2011-10-12 13:41 ` [ruby-core:40119] " Shyouhei Urabe
2012-02-21  1:32 ` [ruby-core:42771] [ruby-trunk " Yui NARUSE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).