[#35789] [Ruby 1.9 - Bug #407] (Open) String#<< — Shyouhei Urabe <redmine@...>

チケット #407 が報告されました。 (by Shyouhei Urabe)

13 messages 2008/08/06

[#35845] [Bug #437] test_strftime(TestTime) fails on Solaris — Shugo Maeda <redmine@...>

Bug #437: test_strftime(TestTime) fails on Solaris

24 messages 2008/08/13
[#35855] Re: [Bug #437] test_strftime(TestTime) fails on Solaris — "Shugo Maeda" <shugo@...> 2008/08/15

前田です。

[#35856] Re: [Bug #437] test_strftime(TestTime) fails on Solaris — SATOH Fumiyasu <fumiyas@...> 2008/08/15

さとうふみやす @ OSS テクノロジです。

[#35857] Re: [Bug #437] test_strftime(TestTime) fails on Solaris — Yukihiro Matsumoto <matz@...> 2008/08/15

まつもと ゆきひろです

[#35870] Re: [Bug #437] test_strftime(TestTime) fails on Solaris — "Shugo Maeda" <shugo@...> 2008/08/18

前田です。

[#35863] Refactoring of enumerating prime numbers — "Yugui (Yuki Sonoda)" <yugui@...>

Yuguiです。

20 messages 2008/08/16
[#35865] Re: Refactoring of enumerating prime numbers — keiju@... (keiju ISHITSUKA) 2008/08/17

けいじゅ@いしつかです.

[#35867] Re: Refactoring of enumerating prime numbers — "Yugui (Yuki Sonoda)" <yugui@...> 2008/08/17

Yuguiです。

[#35875] Re: Refactoring of enumerating prime numbers — keiju@... (keiju ISHITSUKA) 2008/08/19

けいじゅ@いしつかです.

[#35877] Re: Refactoring of enumerating prime numbers — Nobuyoshi Nakada <nobu@...> 2008/08/19

なかだです。

[#35882] Re: Refactoring of enumerating prime numbers — keiju@... (石塚圭樹) 2008/08/20

けいじゅ@いしつかです.

[#35904] [Feature:1.9] pack format 'm' based on RFC 4648 — "Yusuke ENDOH" <mame@...>

遠藤です。

14 messages 2008/08/21
[#36442] [Feature #471] pack format 'm' based on RFC 4648 — Yuki Sonoda <redmine@...> 2008/09/22

チケット #471 が更新されました。 (by Yuki Sonoda)

[#35906] %N for Time#strftime — "Shugo Maeda" <shugo@...>

前田です。

13 messages 2008/08/21

[#35986] 1.9と1.8で、delegateのインスタンスのクラス名の違う — Fujioka <fuj@...>

xibbarこと藤岡です。

17 messages 2008/08/26
[#35987] Re: 1.9と1.8で、delegateのインスタンスのクラス名の違う — Yukihiro Matsumoto <matz@...> 2008/08/26

まつもと ゆきひろです

[#35991] Re: 1.9と1.8で、delegateのインスタンスのクラス名の違う — keiju@... (石塚圭樹) 2008/08/26

けいじゅ@いしつかです.

[#35994] Re: 1.9と1.8で、delegateのインスタンスのクラス名の違う — Fujioka <fuj@...> 2008/08/27

藤岡です。

[#35998] Re: 1.9と1.8で、delegateのインスタンスのクラス名の違う — keiju@... (石塚圭樹) 2008/08/27

けいじゅ@いしつかです.

[#36066] Numeric#scalar? — Tadayoshi Funaba <tadf@...>

1.9 の Numeric#scalar? について、適当でないのでは (real? などのほうがい

24 messages 2008/08/31
[#36069] Re: Numeric#scalar? — Shin-ichiro HARA <sinara@...> 2008/08/31

原です。

[#36104] Re: Numeric#scalar? — Tadayoshi Funaba <tadf@...> 2008/09/02

> やはり、scalar? はずれているんじゃないかな。real? の方がいい

[#36122] Re: Numeric#scalar? — Shin-ichiro HARA <sinara@...> 2008/09/03

原です。

[#36133] Re: Numeric#scalar? — Tadayoshi Funaba <tadf@...> 2008/09/03

> ここで、scalar? を疑問視する理由を復習すると、たとえば、「複

[#36173] Re: Numeric#scalar? — Tadayoshi Funaba <tadf@...> 2008/09/05

1.9.1 までに時間がないので scalar? だけ何とかしたいと思っていましたが、

[#36183] Re: Numeric#scalar? — "Shugo Maeda" <shugo@...> 2008/09/06

前田です。

[#36186] Re: Numeric#scalar? — Shin-ichiro HARA <sinara@...> 2008/09/06

原です。

[ruby-dev:36028] [Bug #513] Tempfile yields [BUG] Stack consistency error

From: Shyouhei Urabe <redmine@...>
Date: 2008-08-28 02:18:26 UTC
List: ruby-dev #36028
Bug #513: Tempfile yields [BUG] Stack consistency error
http://redmine.ruby-lang.org/issues/show/513

起票者: Shyouhei Urabe
ステータス: Open, 優先度: Normal
担当者: Koichi Sasada, カテゴリ: YARV

zsh % gdb --args ~/target/trunk/bin/ruby -rtempfile -ve
 Tempfile.open("") do |f|
   f.write "\n";
   f.rewind;
   g = Tempfile.new "";
   f.each {break};
   g.rewind;
 end   
 '
 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 "x86_64-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
 
 (gdb) run
 Starting program: /home/shyouhei/target/trunk/bin/ruby -rtempfile -ve \
 Tempfile.open\(\"\"\)\ do\ \|f\|\
 \ f.write\ \"\\n\"\;\
 \ f.rewind\;\
 \ g\ =\ Tempfile.new\ \"\"\;\
 \ f.each\ \{break\}\;\
 \ g.rewind\;\
 end\
 
 [Thread debugging using libthread_db enabled]
 [New Thread 47466447361456 (LWP 21474)]
 [New Thread 1073756512 (LWP 21477)]
 ruby 1.9.0 (2008-08-28 revision 17576) [x86_64-linux]
 -e:1: [BUG] Stack consistency error (sp: 16, bp: 15)
 ruby 1.9.0 (2008-08-28 revision 17576) [x86_64-linux]
 
 -- control frame ----------
 c:0005 p:0070 s:0016 b:0015 l:000148 d:0001d8 BLOCK  -e:1
 c:0004 p:0035 s:0011 b:0011 l:000010 d:000010 METHOD /home/shyouhei/target/trunk/lib/ruby/1.9.0/tempfile.rb:186
 c:0003 p:0017 s:0006 b:0006 l:000148 d:000148 TOP    -e:1
 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH :private_class_method
 c:0001 p:0000 s:0002 b:0002 l:000001 d:000001 TOP
 ---------------------------
 DBG> : "-e:1:in `block in <main>'"
 DBG> : "/home/shyouhei/target/trunk/lib/ruby/1.9.0/tempfile.rb:186:in `open'"
 DBG> : "-e:1:in `<main>'"
 -- backtrace of native function call (Use addr2line) --
 0x4f5b51
 0x51fa2f
 0x51fb1f
 0x4ee38f
 0x4f2b2d
 0x4f3337
 0x41682f
 0x4168de
 0x415007
 0x316ca1c4ca
 0x414f1a
 -------------------------------------------------------
 
 Program received signal SIGABRT, Aborted.
 [Switching to Thread 47466447361456 (LWP 21474)]
 0x000000316ca2f07b in raise () from /lib/libc.so.6
 (gdb) bt
 #0  0x000000316ca2f07b in raise () from /lib/libc.so.6
 #1  0x000000316ca3084e in abort () from /lib/libc.so.6
 #2  0x000000000051fb24 in rb_bug (fmt=0x564d80 "Stack consistency error (sp: %ld, bp: %ld)") at /home/shyouhei/ruby/trunk/error.c:226
 #3  0x00000000004ee38f in vm_eval (th=0x6f0110, initial=0) at /home/shyouhei/ruby/trunk/insns.def:1061
 #4  0x00000000004f2b2d in vm_eval_body (th=0x6f0110) at /home/shyouhei/ruby/trunk/vm.c:1062
 #5  0x00000000004f3337 in rb_iseq_eval (iseqval=10262960) at /home/shyouhei/ruby/trunk/vm.c:1267
 #6  0x000000000041682f in ruby_exec_node (n=0x9c99b0, file=0x0) at /home/shyouhei/ruby/trunk/eval.c:217
 #7  0x00000000004168de in ruby_run_node (n=0x9c99b0) at /home/shyouhei/ruby/trunk/eval.c:245
 #8  0x0000000000415007 in main (argc=4, argv=0x7fff05ef52b8) at /home/shyouhei/ruby/trunk/main.c:34
 (gdb)


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

In This Thread

Prev Next