[#39052] Fwd: [redmine4ruby-lang:253] [Bug #1914] ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0 — Yugui <yugui@...>

Redmine管理用プロジェクトに報告されてしまったので転送します。

12 messages 2009/08/09
[#39264] Re: Fwd: [redmine4ruby-lang:253] [Bug #1914] ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0 — Yutaka Kanemoto <kinpoco@...> 2009/09/08

金本と申します。

[#39107] [Bug #1952] cannot stop with Ctrl+C — Usaku NAKAMURA <redmine@...>

Bug #1952: cannot stop with Ctrl+C

14 messages 2009/08/18

[#39167] [Bug #2000] Change the license to "GPLv2+ or Ruby's original". — Mamoru Tasaka <redmine@...>

Bug #2000: Change the license to "GPLv2+ or Ruby's original".

11 messages 2009/08/26

[#39193] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...>

In article <200908281827.n7SIRbaX003476@ci.ruby-lang.org>,

16 messages 2009/08/29
[#39194] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/29

なかだです。

[#39195] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...> 2009/08/29

In article <4a988633.9553f10a.4496.483e@mx.google.com>,

[#39196] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/29

なかだです。

[#39197] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Tanaka Akira <akr@...> 2009/08/29

In article <4a989f76.1602be0a.3de4.1131@mx.google.com>,

[#39198] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Yukihiro Matsumoto <matz@...> 2009/08/29

まつもと ゆきひろです

[#39206] Re: [ruby-cvs:31917] Ruby:r24699 (trunk): * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. — Nobuyoshi Nakada <nobu@...> 2009/08/31

なかだです。

[ruby-dev:38980] [Bug #1860] 文字列連結でsegfault

From: Yohsuke Ooi <redmine@...>
Date: 2009-08-02 11:33:41 UTC
List: ruby-dev #38980
Bug #1860: 文字列連結でsegfault
http://redmine.ruby-lang.org/issues/show/1860

起票者: Yohsuke Ooi
ステータス: Open, 優先度: Normal
ruby -v: ruby 1.9.2dev (2009-08-02 trunk 24353) [i686-linux]

下記のスクリプトを読みこませるとsegfaultが発生します。

$ cat bug.rb 
path="/opt/"
config = '--config=' \
         "#{path}/.config"

==============
$ ruby19 bug.rb
bug.rb: [BUG] Segmentation fault
ruby 1.9.2dev (2009-08-02 trunk 24353) [i686-linux]

-- control frame ----------
c:0001 p:0000 s:0002 b:0002 l:002324 d:002324 TOP   
---------------------------

-- C level backtrace information -------------------------------------------
/usr/lib/libruby19.so.1.9(rb_vm_bugreport+0x72) [0x273042]
/usr/lib/libruby19.so.1.9 [0x17c8a7]
/usr/lib/libruby19.so.1.9(rb_bug+0x3a) [0x17c94a]
/usr/lib/libruby19.so.1.9 [0x21165d]
[0x130410]
/usr/lib/libruby19.so.1.9(rb_enc_compatible+0x33) [0x14fec3]
/usr/lib/libruby19.so.1.9 [0x1c25cd]
/usr/lib/libruby19.so.1.9 [0x1c28cc]
/usr/lib/libruby19.so.1.9(ruby_yyparse+0x5781) [0x1cba51]
/usr/lib/libruby19.so.1.9 [0x1d754a]
/usr/lib/libruby19.so.1.9(ruby_suppress_tracing+0x113) [0x276343]
/usr/lib/libruby19.so.1.9(rb_parser_compile_file+0x8d) [0x1c12dd]
/usr/lib/libruby19.so.1.9 [0x20f906]
/usr/lib/libruby19.so.1.9(rb_ensure+0x99) [0x17dfc9]
/usr/lib/libruby19.so.1.9 [0x210669]
/usr/lib/libruby19.so.1.9(ruby_process_options+0x5b) [0x210b6b]
/usr/lib/libruby19.so.1.9(ruby_options+0x8d) [0x17fa5d]
ruby19(main+0x6c) [0x804872c]
/lib/libc.so.6(__libc_start_main+0xe5) [0x3696e5]
ruby19 [0x8048621]

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Aborted


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

In This Thread

Prev Next