[#3861] super — ts <decoux@...>
[#3862] Marshal.dump'ing OpenStruct objects — Mauricio Fern疣dez <batsman.geo@...>
Hi,
[#3881] mkdir, mkdir_p in FileUtils and mode — Florian Frank <flori@...>
Hello,
[#3907] Obtaining mode information on an IO object — Jos Backus <jos@...>
The attached patch implements IO#mode. This method returns the mode the IO
Hi,
On Tue, Dec 07, 2004 at 09:25:13AM +0900, nobu.nokada@softhome.net wrote:
Jos Backus wrote:
Hi,
On Thu, Dec 09, 2004 at 10:47:48AM +0900, nobu.nokada@softhome.net wrote:
On Thu, Dec 09, 2004 at 02:40:33PM +0900, James Britt wrote:
[#3914] Pathname needs a makeover — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
[#3922] Incorrect escaping in strings produced by String::inspect — noreply@...
Bugs item #1173, was opened at 2004-12-08 17:35
[#3966] unknown node type 0 — Andrew Walrond <andrew@...>
I still get this happening a lot with my Rubyx linux ruby script.
This is a long standing bug in Ruby, and has been reported hundreds of times
Hi,
[#3975] Patches to test/unit — Ryan Davis <ryand-ruby@...>
I believe these are the minimal patches needed to make it possible to
[#3982] Win32: rb_sys_fail() - errno == 0 — Florian Gro<florgro@...>
Moin!
[#4000] 1.8.2 preview4 — Yukihiro Matsumoto <matz@...>
Hello,
[#4009] cgi.rb -- more GET/POST stuff — mde@...26.com
First of all, I think it would be great, as Eustaquio suggests, to
GETs and POSTs are defined to be fairly different actions. I'd read
-----BEGIN PGP SIGNED MESSAGE-----
Francis Hwang wrote:
-----BEGIN PGP SIGNED MESSAGE-----
First of all, the entire discussion of when GET is appropriate
mde@state26.com wrote:
[#4027] Allowing custom number literal suffixes? — Florian Gro<florgro@...>
Moin!
Hi,
Mathieu Bouchard wrote:
Mathieu Bouchard wrote:
I'm not sure I would advocate making Ruby's grammar even more
>
Brent Roman wrote:
> Brent Roman wrote:
Brent Roman wrote:
> Florian Gross wrote:
Mathieu Bouchard wrote:
Mathieu Bouchard wrote:
[#4033] Garbage collection trouble — Christian Neukirchen <chneukirchen@...>
Hello,
>>>>> "C" == Christian Neukirchen <chneukirchen@gmail.com> writes:
ts <decoux@moulon.inra.fr> writes:
>>>>> "C" == Christian Neukirchen <chneukirchen@gmail.com> writes:
[#4040] Extensions, Internal — Jgen Mangler <juergen.mangler@...>
Hi,
YAML::Syck::Loader#transfer dumps core
Ruby dumps core as follows.
% ./ruby -ryaml -e '
YAML::Syck::Loader.new.transfer(0, 0)'
-e:2: [BUG] Segmentation fault
ruby 1.9.0 (2004-12-23) [i686-linux]
zsh: abort ./ruby -ryaml -e ' YAML::Syck::Loader.new.transfer(0, 0)'
% gdb ruby core
GNU gdb 6.1-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/libthread_db.so.1".
warning: exec file is newer than core file.
Core was generated by `./ruby -ryaml -e
YAML::Syck::Loader.new.transfer(0, 0)'.
Program terminated with signal 6, Aborted.
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /home/akr/ruby/head-ruby/lib/ruby/1.9/i686-linux/syck.so...done.
Loaded symbols for /home/akr/ruby/head-ruby/lib/ruby/1.9/i686-linux/syck.so
#0 0x4009e6b1 in kill () from /lib/libc.so.6
(gdb) bt
#0 0x4009e6b1 in kill () from /lib/libc.so.6
#1 0x4009e435 in raise () from /lib/libc.so.6
#2 0x4009f978 in abort () from /lib/libc.so.6
#3 0x080d5926 in rb_bug (fmt=0x0) at error.c:205
#4 0x080b28e2 in sigsegv (sig=11) at signal.c:445
#5 0x0804e7e9 in ?? ()
#6 0xbfffef48 in ?? ()
#7 <signal handler called>
#8 0x401e3c42 in syck_loader_transfer (self=1075796152, type=1, val=1) at rubyext.c:1071
#9 0x0806ae3a in call_cfunc (func=0x401e3c20 <syck_loader_transfer>, recv=1075796152, len=2, argc=2, argv=0xbffff188)
at eval.c:5418
#10 0x0805eab2 in rb_call0 (klass=1075585836, recv=1075796152, id=10761, oid=1, argc=2, argv=0xbffff188, body=0x401c20c0,
nosuper=0) at eval.c:5559
#11 0x0805ed78 in rb_call (klass=1075585836, recv=1075796152, mid=10761, argc=2, argv=0xbffff188, scope=0) at eval.c:5781
#12 0x0805989a in rb_eval (self=1075673536, n=0x1) at ruby.h:635
#13 0x08055e6d in ruby_exec_internal () at eval.c:1470
#14 0x08055e86 in ruby_exec () at eval.c:1488
#15 0x08055ed0 in ruby_run () at eval.c:1505
#16 0x08053ed5 in main (argc=1, argv=0x1, envp=0xbffff968) at main.c:38
(gdb)
--
[田中 哲][たなか あきら][Tanaka Akira]