[#31320] Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...>

-----BEGIN PGP SIGNED MESSAGE-----

124 messages 2007/08/01
[#31321] Re: Import RubyGems to Ruby 1.9 — Nobuyoshi Nakada <nobu@...> 2007/08/01

なかだです。

[#31329] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/08/01

-----BEGIN PGP SIGNED MESSAGE-----

[#31918] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/09/30

-----BEGIN PGP SIGNED MESSAGE-----

[#31970] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/08

-----BEGIN PGP SIGNED MESSAGE-----

[#32023] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/10/11

まつもと ゆきひろです

[#32062] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/15

-----BEGIN PGP SIGNED MESSAGE-----

[#32066] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/10/15

まつもと ゆきひろです

[#32068] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/15

-----BEGIN PGP SIGNED MESSAGE-----

[#32069] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/10/15

まつもと ゆきひろです

[#32070] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/15

-----BEGIN PGP SIGNED MESSAGE-----

[#32073] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/10/15

まつもと ゆきひろです

[#32079] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/16

-----BEGIN PGP SIGNED MESSAGE-----

[#32080] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/10/16

まつもと ゆきひろです

[#32132] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/23

-----BEGIN PGP SIGNED MESSAGE-----

[#32081] Re: Import RubyGems to Ruby 1.9 — Takahiro Kambe <taca@...> 2007/10/16

In message <471447D5.5050902@sarion.co.jp>

[#32087] Re: Import RubyGems to Ruby 1.9 — "Akinori MUSHA" <knu@...> 2007/10/17

 Rubygems は、基本的に他のパッケージシステムから包みやすい作り

[#32104] Re: Import RubyGems to Ruby 1.9 — akira yamada <akira@...> 2007/10/20

Tuesday 16 October 2007 14:09:13 に NAKAMURA, Hiroshi さんは書きました:

[#32109] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/10/20

-----BEGIN PGP SIGNED MESSAGE-----

[#31332] Re: Import RubyGems to Ruby 1.9 — Tadayoshi Funaba <tadf@...> 2007/08/01

> ちなみに「ruby/1.9.1の標準添付からどのライブラリを外すか?」という議論も

[#31858] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/09/25

-----BEGIN PGP SIGNED MESSAGE-----

[#31872] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/09/27

-----BEGIN PGP SIGNED MESSAGE-----

[#31905] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/09/29

-----BEGIN PGP SIGNED MESSAGE-----

[#31906] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/09/29

まつもと ゆきひろです

[#31910] Re: Import RubyGems to Ruby 1.9 — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/09/30

-----BEGIN PGP SIGNED MESSAGE-----

[#31920] Re: Import RubyGems to Ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/09/30

まつもと ゆきひろです

[#31323] Bignum#to_s の Karatsuba 基数変換による高速化 — "Kenta Murata" <muraken@...>

むらけんです.

16 messages 2007/08/01
[#31326] Re: Bignum#to_s の Karatsuba 基数変換による高速化 — Yukihiro Matsumoto <matz@...> 2007/08/01

まつもと ゆきひろです

[#31327] Re: Bignum#to_s の Karatsuba 基数変換による高速化 — "Kenta Murata" <muraken@...> 2007/08/01

むらけんです.

[#31328] Re: Bignum#to_s の Karatsuba 基数変換による高速化 — Yukihiro Matsumoto <matz@...> 2007/08/01

まつもと ゆきひろです

[#31525] いくつかのバグ報告と提案(5点) — eklerni <eklerni@...>

From:eklerni

13 messages 2007/08/20

[#31539] strtod の精度 — Satoshi Nakagawa <snakagawa@...>

中川といいます。

27 messages 2007/08/20
[#31542] Re: strtod の精度 — Yukihiro Matsumoto <matz@...> 2007/08/20

まつもと ゆきひろです

[ruby-dev:31492] SEGV: def m() yield [] end; m(&lambda {|*v| p v})

From: Tanaka Akira <akr@...>
Date: 2007-08-18 15:59:16 UTC
List: ruby-dev #31492
以下のようにすると SEGV になります。

% RUBY_DEBUG=gc_stress ./ruby -e 'def m() yield [] end; m(&lambda {|*v| p v})'
-e:1: -- control frame ----------
c:0007 p:---- s:0016 b:0016 l:000015 d:000015 CFUNC  :inspect
c:0006 p:---- s:0014 b:0014 l:000013 d:000013 CFUNC  :p
c:0005 p:0010 s:0010 b:0010 l:000e6c d:000009 BLOCK  -e:1
c:0004 p:0005 s:0008 b:0008 l:000007 d:000007 METHOD -e:1
c:0003 p:0019 s:0005 b:0005 l:000e6c d:000e6c TOP    -e:1
c:0002 p:---- s:0003 b:0003 l:000002 d:000002 FINISH :inherited
c:0001 p:---- s:0001 b:-001 l:000000 d:000000 ------ 
---------------------------
DBG> : "-e:1:in `p'"
DBG> : "-e:1:in `block in <main>'"
DBG> : "-e:1:in `m'"
DBG> : "-e:1:in `<main>'"
-- backtrace of native function call (Use addr2line) --
0x80db025
0x80f45e3
0x80f46ab
0x80b21f0
0xb7f8f420
0x80576e4
0x8057733
0x8059c07
0x805a156
0x8076786
0x80e2631
0x80ded7b
0x80e2596
0x80d9ee1
0x8059c68
0x805a156
0x8076786
0x8064001
0x806b81c
0x80d182e
0x80d34b4
0x80d6193
0x80d98e4
0x80d9c1b
0x8059339
0x805c93d
0x8056f76
0xb7df8ea8
0x8056e91
-------------------------------------------------------
[BUG] Segmentation fault
ruby 1.9.0 (2007-08-18) [i686-linux]

% RUBY_DEBUG=gc_stress,core ./ruby -e 'def m() yield [] end; m(&lambda {|*v| p v})'
zsh: segmentation fault (core dumped)  RUBY_DEBUG=gc_stress,core ./ruby -e 
% gdb ruby core.27446
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "i486-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".


warning: Can't read pathname for load map: Input/output error.
Reading symbols from /lib/tls/libpthread.so.0...done.
Loaded symbols for /lib/tls/libpthread.so.0
Reading symbols from /lib/tls/libdl.so.2...done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/tls/libcrypt.so.1...done.
Loaded symbols for /lib/tls/libcrypt.so.1
Reading symbols from /lib/tls/libm.so.6...done.
Loaded symbols for /lib/tls/libm.so.6
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `./ruby -e def m() yield [] end; m(&lambda {|*v| p v})'.
Program terminated with signal 11, Segmentation fault.
#0  st_lookup (table=0x0, key=800, value=0xbfd32c18) at st.c:245
245         hash_val = do_hash(key, table);
(gdb) bt
#0  st_lookup (table=0x0, key=800, value=0xbfd32c18) at st.c:245
#1  0x080576e4 in search_method (klass=3084384680, id=800, klassp=0x0) at eval_method.ci:204
#2  0x08057733 in rb_get_method_body (klass=3084384680, id=800, idp=0xbfd32ca8) at eval_method.ci:231
#3  0x08059c07 in rb_call (klass=3084384680, recv=3084384700, mid=0, argc=0, argv=0x0, scope=3) at eval.c:1365
#4  0x0805a156 in rb_funcall (recv=<value optimized out>, mid=800, n=0) at eval.c:1524
#5  0x08076786 in rb_inspect (obj=3084384700) at object.c:263
#6  0x080e2631 in inspect_ary (ary=3084388200, dummy=0, recur=0) at array.c:1351
#7  0x080ded7b in rb_exec_recursive (func=0x80e25b0 <inspect_ary>, obj=3084388200, arg=0) at thread.c:2564
#8  0x080e2596 in rb_ary_inspect (ary=0) at array.c:1373
#9  0x080d9ee1 in vm_call0 (th=0x8157160, klass=3084547620, recv=3084388200, id=800, oid=0, argc=0, argv=0x0, 
    body=0xb7da74bc, nosuper=0) at vm.c:453
#10 0x08059c68 in rb_call (klass=3084547620, recv=3084388200, mid=800, argc=0, argv=0x0, scope=3) at eval.c:1416
#11 0x0805a156 in rb_funcall (recv=<value optimized out>, mid=800, n=0) at eval.c:1524
#12 0x08076786 in rb_inspect (obj=3084388200) at object.c:263
#13 0x08064001 in rb_p (obj=3084388200) at io.c:3966
#14 0x0806b81c in rb_f_p (argc=1, argv=0xb7db4034, self=3084588640) at io.c:3994
#15 0x080d182e in call_cfunc (func=0x806b7f0 <rb_f_p>, recv=3084588640, len=0, argc=0, argv=0xb7db4034) at insnhelper.ci:277
#16 0x080d34b4 in vm_call_method (th=0x8157160, cfp=0xb7e33ef0, num=1, blockptr=0x1, flag=8, id=5048, mn=0xb7da2c50, 
    recv=3084588640, klass=3084588620) at insnhelper.ci:366
#17 0x080d6193 in vm_eval (th=0x8157160, initial=0) at insns.def:1113
#18 0x080d98e4 in vm_eval_body (th=0x8157160) at vm.c:1170
#19 0x080d9c1b in rb_iseq_eval (iseqval=3084384980) at vm.c:1379
#20 0x08059339 in ruby_exec_node (n=0xb7d7fb10, file=0x818b8a9 "-e") at eval.c:231
#21 0x0805c93d in ruby_run_node (n=0xb7d7fb10) at eval.c:256
#22 0x08056f76 in main (argc=Cannot access memory at address 0x0
) at main.c:46
(gdb) 
-- 
[田中 哲][たなか あきら][Tanaka Akira]

In This Thread

Prev Next