[#3682] x86_64 -- warning and errors — ts <decoux@...>
4 messages
2004/11/02
[#3687] lib/ostruct.rb 1.12 - wrong commit? — Eivind Eklund <eivind@...>
The above mentioned commit makes OpenStructs into singletons, which
4 messages
2004/11/04
[#3694] Ruby 1.8.2 preview3 — Yukihiro Matsumoto <matz@...>
Hello,
10 messages
2004/11/07
[#3696] Re: Ruby 1.8.2 preview3 — Yukihiro Matsumoto <matz@...>
Hi,
5 messages
2004/11/08
[#3711] Converting nil to NULL — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
5 messages
2004/11/11
[#3716] possible bug in method dictionary — Ryan Davis <ryand@...>
NOTE: to repro this bug as written, you must have RubyInline 3.1.0
6 messages
2004/11/12
[#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 --
[#3819] Re: Fixnum#clone and Float#clone raise different exceptions
— "David A. Black" <dblack@...>
2004/11/25
Hi --
[#3821] Re: Fixnum#clone and Float#clone raise different exceptions
— Gavin Sinclair <gsinclair@...>
2004/11/25
On Thursday, November 25, 2004, 10:55:53 PM, David wrote:
[#3825] Re: Fixnum#clone and Float#clone raise different exceptions
— Yukihiro Matsumoto <matz@...>
2004/11/25
Hi,
[#3733] Core dump with latest Ruby from CVS — Johan Holmberg <holmberg@...>
9 messages
2004/11/15
[#3734] Re: Core dump with latest Ruby from CVS
— Yukihiro Matsumoto <matz@...>
2004/11/15
Hi,
[#3735] Re: Core dump with latest Ruby from CVS
— Ryan Davis <ryand-ruby@...>
2004/11/15
[#3756] Windows build problems (1.8.2preview3) — Nathaniel Talbott <nathaniel@...>
I'm having some very strange build problems on Windows, and thought
4 messages
2004/11/17
[#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
[#3789] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling
— Yukihiro Matsumoto <matz@...>
2004/11/23
Hi,
[#3790] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling
— Johan Holmberg <holmberg@...>
2004/11/23
[#3791] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling
— ts <decoux@...>
2004/11/23
>>>>> "J" == Johan Holmberg <holmberg@iar.se> writes:
[#3792] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling
— Yukihiro Matsumoto <matz@...>
2004/11/23
Hi,
[#3806] current ruby 1.8.2 cvs has inconsistent string handling (null char in string error) — noreply@...
Bugs item #1095, was opened at 2004-11-24 16:48
3 messages
2004/11/24
[#3809] Ruby does not compile on Red Hat Entreprise Linux 3. — noreply@...
Bugs item #1107, was opened at 2004-11-24 15:25
6 messages
2004/11/24
[#3810] Re: [ ruby-Bugs-1107 ] Ruby does not compile on Red Hat Entreprise Linux 3.
— nobu.nokada@...
2004/11/24
Hi,
[#3812] Re: [ ruby-Bugs-1107 ] Ruby does not compile on Red Hat Entreprise Linux 3.
— Johan Holmberg <holmberg@...>
2004/11/25
[#3814] Re: [ ruby-Bugs-1107 ] Ruby does not compile on Red Hat Entreprise Linux 3.
— Johan Holmberg <holmberg@...>
2004/11/25
[#3842] convert_type() uses rb_respond_to() — Florian Gro<florgro@...>
Moin!
6 messages
2004/11/28
[#3843] Re: [BUG?] convert_type() uses rb_respond_to()
— Yukihiro Matsumoto <matz@...>
2004/11/28
Hi,
[#3846] REXML::Functions.name == nil — Ryan Davis <ryand-ruby@...>
I found this oddity while running ParseTree over every .rb file in the
6 messages
2004/11/29
[ ruby-Bugs-1028 ] ruby crash while installing rake gem
From:
noreply@...
Date:
2004-11-07 18:22:35 UTC
List:
ruby-core #3693
Bugs item #1028, was opened at 2004-11-07 10:22
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1028&group_id=426
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matt Armsrong (matta)
Assigned to: Nobody (None)
Summary: ruby crash while installing rake gem
Initial Comment:
1) setup a Debian linux system :-)
2) Build ruby from CVS (I tested ruby 1.9.0 (2004-11-06) [i686-linux])
3) Download rubygems and "ruby install.rb" rubygems
4) type "gem install rake"
We crash in st_lookup. It looks like table->type is bogus in st_lookup:
(gdb) print *table->type
$9 = {compare = 0x401afc88 <__after_morecore_hook+864>,
hash = 0x401afc88 <__after_morecore_hook+864>}
Here is more of the backtrace:
(gdb) bt
#0 0x401afc99 in __after_morecore_hook () from /lib/tls/libc.so.6
#1 0x080b48b7 in st_lookup (table=0x81d3168, key=2969, value=0xbfff50a8)
at st.c:258
#2 0x080545d3 in search_method (klass=1079450916, id=2969, origin=0xbfff50d4)
at eval.c:380
#3 0x08054629 in rb_get_method_body (klassp=0xbfff5130, idp=0xbfff5114,
noexp=0xbfff5118) at eval.c:401
#4 0x0805e96a in rb_call (klass=1079450916, recv=1079450976, mid=2969,
argc=1, argv=0xbfff5184, scope=1) at eval.c:5703
#5 0x0805ee3a in rb_funcall2 (recv=136130920, mid=1075453187,
argc=1075453187, argv=0x401a1d03) at ruby.h:633
#6 0x08061618 in rb_obj_call_init (obj=1075453187, argc=1075453187,
argv=0x401a1d03) at eval.c:7148
#7 0x401e9b8d in syck_parser_new (argc=1075453187, argv=0x401a1d03,
class=1075453187) at rubyext.c:800
#8 0x0806a81a in call_cfunc (func=0x401e9ae0 <syck_parser_new>,
recv=1075532812, len=136130920, argc=135260600, argv=0x0) at eval.c:5365
#9 0x0805e767 in rb_call0 (klass=1075532792, recv=1075532812, id=3377,
oid=1075453187, argc=0, argv=0x0, body=0x401b51a0, nosuper=0)
at eval.c:5506
#10 0x0805ea18 in rb_call (klass=1075532792, recv=1075532812, mid=3377,
argc=0, argv=0x0, scope=0) at eval.c:5727
#11 0x08059888 in rb_eval (self=1075536212, n=0x401a1d03) at ruby.h:633
#12 0x0805975b in rb_eval (self=1075536212, n=0x401a1d03) at eval.c:3194
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1028&group_id=426