[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18189] Re: [Ruby 1.9 - Bug #345] 1.9 racc appears to seg fault

From: Nobuyoshi Nakada <nobu@...>
Date: 2008-08-08 03:42:29 UTC
List: ruby-core #18189
Hi,

At Fri, 8 Aug 2008 02:01:42 +0900,
Roger Pack wrote in [ruby-core:18171]:
> It now no longer segfaults.
> irb(main):002:0>   RubyParser.new.parse "1+1"
> NoMethodError: undefined method `old_initialize' for #<StringIO:0x618cd0>
> 	from /Users/rogerpack/dev/ruby_19_installed/lib/ruby/gems/1.9.0/gems/ruby_parser-1.0.0/lib/ruby_lexer.rb:2617:in `old_initialize'
> 	from /Users/rogerpack/dev/ruby_19_installed/lib/ruby/gems/1.9.0/gems/ruby_parser-1.0.0/lib/ruby_lexer.rb:2617:in `initialize'
> 	from /Users/rogerpack/dev/ruby_19_installed/lib/ruby/gems/1.9.0/gems/ruby_parser-1.0.0/lib/ruby_lexer.rb:48:in `new'
> 	from /Users/rogerpack/dev/ruby_19_installed/lib/ruby/gems/1.9.0/gems/ruby_parser-1.0.0/lib/ruby_lexer.rb:48:in `parse'
> 	from (irb):2
> 	from /Users/rogerpack/dev/ruby_19_installed/bin/irb19:12:in `<main>'
> 
> But may have revealed another bug. Should I file another bug report?

It's different story.
`super' calls ancestor's method of the called name, whereas the
defined name is used in 1.8

-- 
Nobu Nakada

In This Thread