[#29911] [Bug #3231] Digest Does Not Build — Charlie Savage <redmine@...>

Bug #3231: Digest Does Not Build

19 messages 2010/05/01

[#29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless — Benoit Daloze <redmine@...>

Feature #3232: Loops (while/until) should return last statement value if any, like if/unless

9 messages 2010/05/01

[#29997] years in Time.utc — Xavier Noria <fxn@...>

Does anyone have a precise statement about the years supported by

13 messages 2010/05/04

[#30010] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly — Luis Lavena <redmine@...>

Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly

9 messages 2010/05/05

[#30226] [Bug #3288] Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88 — Szymon Jeż <redmine@...>

Bug #3288: Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88

10 messages 2010/05/13

[#30358] tk doesn't startup well in doze — Roger Pack <rogerdpack2@...>

Currently with 1.9.x and tk 8.5,the following occurs

12 messages 2010/05/22

[ruby-core:30419] [Bug #3342] segfault when calling aliased attr_writer's method and multiple arguments

From: Lucas DiCioccio <redmine@...>
Date: 2010-05-25 13:42:06 UTC
List: ruby-core #30419
Bug #3342: segfault when calling aliased attr_writer's method and multiple arguments
http://redmine.ruby-lang.org/issues/show/3342

Author: Lucas DiCioccio
Status: Open, Priority: Normal
ruby -v: ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]

I experience a segfault when calling an aliased method (which has been created with attr_accessor or attr_writer) with multiple arguments.
The bug doesn't appear with manually defined methods that accept any number of arguments (i.e., with splat).
I'm using Archlinux's official build.


bug.rb:10: [BUG] Stack consistency error (sp: 7, bp: 6)
ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux]

-- control frame ----------
c:0003 p:0108 s:0007 b:0006 l:00036c d:001bec EVAL   bug.rb:10
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:00036c d:00036c TOP   
---------------------------
-- Ruby level backtrace information-----------------------------------------
bug.rb:10:in `<main>'

-- C level backtrace information -------------------------------------------
0xb77f2340 /usr/lib/libruby.so.1.9(rb_vm_bugreport+0x60) [0xb77f2340]
0xb770d401 /usr/lib/libruby.so.1.9(+0x46401) [0xb770d401]
0xb770d49a /usr/lib/libruby.so.1.9(rb_bug+0x3a) [0xb770d49a]
0xb77e79fc /usr/lib/libruby.so.1.9(+0x1209fc) [0xb77e79fc]
0xb77e810b /usr/lib/libruby.so.1.9(+0x12110b) [0xb77e810b]
0xb77e837b /usr/lib/libruby.so.1.9(rb_iseq_eval_main+0xab) [0xb77e837b]
0xb770f7a7 /usr/lib/libruby.so.1.9(ruby_exec_node+0xb7) [0xb770f7a7]
0xb7710db6 /usr/lib/libruby.so.1.9(ruby_run_node+0x56) [0xb7710db6]
0x80486a8 ruby(main+0x68) [0x80486a8]
0xb757ab96 /lib/libc.so.6(__libc_start_main+0xe6) [0xb757ab96]
0x80485a1 ruby() [0x80485a1]


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

In This Thread

Prev Next