[#46329] [ruby-trunk - Feature #7252][Assigned] version number of 2.0 release — "usa (Usaku NAKAMURA)" <usa@...>

26 messages 2012/11/01

[#46350] RubySpecメンテナ — Yukihiro Matsumoto <matz@...>

まつもと ゆきひろです

15 messages 2012/11/02

[#46414] [ruby-trunk - Bug #7287][Open] please rename atomic.h which conflicts with /usr/include/atomic.h in Solaris10 — "ngoto (Naohisa Goto)" <ngotogenome@...>

10 messages 2012/11/06

[#46434] トラップハンドラで許されない操作はなにか — KOSAKI Motohiro <kosaki.motohiro@...>

小崎です

9 messages 2012/11/06

[#46440] [ruby-trunk - Bug #7300][Open] Hash#[] の挙動が 1.9.3 と異なっている — "hsbt (Hiroshi SHIBATA)" <shibata.hiroshi@...>

12 messages 2012/11/07

[#46477] Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...>

refinement を導入するときの性能に対する excuse が「method cache に殆どあ

20 messages 2012/11/11
[#46480] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/11

前田です。

[#46488] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

 ささだです.

[#46491] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46493] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

 ささだです.

[#46495] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46497] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — SASADA Koichi <ko1@...> 2012/11/12

(2012/11/12 18:20), Shugo Maeda wrote:

[#46501] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Shugo Maeda <shugo@...> 2012/11/12

前田です。

[#46513] Re: Fwd: [ruby-changes:25559] shugo:r37616 (trunk): * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): — Nobuyoshi Nakada <nobu@...> 2012/11/14

なかだです。

[#46509] [ruby-trunk - Bug #7344][Open] gem pristine bigdecimal が失敗してしまう — "hsbt (Hiroshi SHIBATA)" <shibata.hiroshi@...>

31 messages 2012/11/13

[#46520] [ruby-trunk - Bug #7356][Open] ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化 — "yanoh (Yutaka Yanoh)" <yutaka@...>

11 messages 2012/11/15

[#46647] [ruby-trunk - Bug #7452][Assigned] Main thread is stopped after running finalizers if the main thread has a finalizer — "mrkn (Kenta Murata)" <muraken@...>

8 messages 2012/11/28

[ruby-dev:46617] [ruby-trunk - Bug #953] 深い入れ子の配列の取り扱いで落ちる

From: "ko1 (Koichi Sasada)" <redmine@...>
Date: 2012-11-25 23:59:41 UTC
List: ruby-dev #46617
Issue #953 has been updated by ko1 (Koichi Sasada).

Target version changed from 2.0.0 to next minor

タイムアップとして次に回します.
----------------------------------------
Bug #953: 深い入れ子の配列の取り扱いで落ちる
https://bugs.ruby-lang.org/issues/953#change-33892

Author: tadf (tadayoshi funaba)
Status: Feedback
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: 
Target version: next minor
ruby -v: ruby 1.9.1 (2008-12-30 patchlevel-5000 trunk 21202) [i686-linux]


=begin
 以下のスクリプトを実行すると Segmentation fault で落ちました。
 
 $ cat ./nest.rb 
 a = [0]
 10000.times do
   a = [a]
 end
 p a
 
 $ ./ruby -v ./nest.rb 
 ruby 1.9.1 (2008-12-30 patchlevel-5000 trunk 21202) [i686-linux]
 Segmentation fault
 
 (gdb) bt
 #0  0x08111407 in vm_get_ruby_level_next_cfp (th=0x81ae758, cfp=0xb7c734a8)
     at vm.c:131
 #1  0x0811159b in rb_sourceline () at vm.c:757
 #2  0x0814ead7 in rb_bug (fmt=0x81737d3 "Segmentation fault") at error.c:230
 #3  0x080d49e6 in sigsegv (sig=11, info=0x82152fc, ctx=0x821537c)
     at signal.c:600
 #4  <signal handler called>
 #5  frame_func_id (cfp=0xb7c734a8) at eval.c:730
 #6  0x0812696a in rb_exec_recursive (func=0x812d040 <inspect_ary>, 
     obj=135994660, arg=0) at thread.c:3237
 #7  0x0812d01a in rb_ary_inspect (ary=4) at array.c:1574
 #8  0x0811d854 in vm_call0 (th=0x81ae758, klass=136124880, recv=135994660, 
     id=760, oid=760, argc=0, argv=0x0, body=0x81d1818, nosuper=0)
     at vm_eval.c:70
 #9  0x0811ddb2 in rb_funcall (recv=<value optimized out>, mid=760, n=0)
     at vm_eval.c:248
 #10 0x080840aa in rb_inspect (obj=135994660) at object.c:312
 #11 0x0812d0f3 in inspect_ary (ary=135994500, dummy=0, recur=0) at array.c:1550
 #12 0x08126b5f in rb_exec_recursive (func=0x812d040 <inspect_ary>, 
     obj=135994500, arg=0) at thread.c:3273
 #13 0x0812d01a in rb_ary_inspect (ary=4) at array.c:1574
 #14 0x0811d854 in vm_call0 (th=0x81ae758, klass=136124880, recv=135994500, 
     id=760, oid=760, argc=0, argv=0x0, body=0x81d1818, nosuper=0)
 ---Type <return> to continue, or q <return> to quit---
=end



-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next