[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Re: [ ruby-Bugs-1120 ] Segmentation fault with StringIO#puts and StringIO#rewind

From: nobu.nokada@...
Date: 2004-11-29 07:11:18 UTC
List: ruby-core #3847
Hi,

At Sat, 27 Nov 2004 22:38:11 +0900,
noreply@rubyforge.org wrote in [ruby-core:03836]:
> require 'stringio'
> stringio = StringIO.new
> responses = [ '', 'CS 5480/6480 Class Schedule' ]
> responses.each { |resp|
>   stringio.puts( resp )
>   stringio.rewind
> }
> 
> $ ruby ~/Desktop/test_stringio.rb 
> /Users/francis/Desktop/test_stringio.rb:5: [BUG] Segmentation fault
> ruby 1.9.0 (2004-10-29) [powerpc-darwin7.5.0]

Thank you for reporting.  Fixed now.

-- 
Nobu Nakada

In This Thread

Prev Next