[#30995] [Bug #3523] win32 exception c0000029 on exit using fibers — B Kelly <redmine@...>

Bug #3523: win32 exception c0000029 on exit using fibers

19 messages 2010/07/02

[#31100] [rubysoc] Queue C-extension patch to come — Ricardo Panaggio <panaggio.ricardo@...>

Hello,

26 messages 2010/07/07
[#31148] Re: [rubysoc] Queue C-extension patch to come — Roger Pack <rogerdpack2@...> 2010/07/09

> As this it my first patch to Ruby, I don't know where to begin with.

[#31320] Re: [rubysoc] Queue C-extension patch to come — Ricardo Panaggio <panaggio.ricardo@...> 2010/07/16

Sorry for leaving this thread for so long. I've tried to finish the

[#31322] Re: [rubysoc] Queue C-extension patch to come — Aaron Patterson <aaron@...> 2010/07/16

On Sat, Jul 17, 2010 at 06:55:35AM +0900, Ricardo Panaggio wrote:

[#31324] Re: [rubysoc] Queue C-extension patch to come — Caleb Clausen <vikkous@...> 2010/07/17

NB: I am Ricardo's mentor for this project.

[#31331] Re: [rubysoc] Queue C-extension patch to come — Benoit Daloze <eregontp@...> 2010/07/17

On 17 July 2010 06:00, Caleb Clausen <vikkous@gmail.com> wrote:

[#31332] Re: [rubysoc] Queue C-extension patch to come — Caleb Clausen <vikkous@...> 2010/07/17

On 7/17/10, Benoit Daloze <eregontp@gmail.com> wrote:

[#31138] Why is there no standard way of creating a String from a char *? — Nikolai Weibull <now@...>

Hi!

14 messages 2010/07/08
[#31146] Re: Why is there no standard way of creating a String from a char *? — Urabe Shyouhei <shyouhei@...> 2010/07/09

(2010/07/09 7:04), Nikolai Weibull wrote:

[#31149] Re: Why is there no standard way of creating a String from a char *? — Nikolai Weibull <now@...> 2010/07/09

On Fri, Jul 9, 2010 at 06:20, Urabe Shyouhei <shyouhei@ruby-lang.org> wrote:

[#31150] Re: Why is there no standard way of creating a String from a char *? — Urabe Shyouhei <shyouhei@...> 2010/07/09

(2010/07/09 18:28), Nikolai Weibull wrote:

[#31217] [Bug #3562] regression in respond_to? — Aaron Patterson <redmine@...>

Bug #3562: regression in respond_to?

14 messages 2010/07/12

[#31269] [Bug #3566] memory leak when spawning+joining Threads in a loop — Eric Wong <redmine@...>

Bug #3566: memory leak when spawning+joining Threads in a loop

14 messages 2010/07/13

[#31399] [Backport #3595] Theres no encoding to differentiate a stream of Binary data from an 8-Bit ASCII string — Dreamcat Four <redmine@...>

Backport #3595: Theres no encoding to differentiate a stream of Binary data from an 8-Bit ASCII string

17 messages 2010/07/21

[#31459] [Bug #3607] [trunk/r28731] Gem.path has disappeared? — Ollivier Robert <redmine@...>

Bug #3607: [trunk/r28731] Gem.path has disappeared?

22 messages 2010/07/23

[#31519] [Bug #3622] Net::HTTP does not wait to send request body with Expect: 100-continue — Eric Hodel <redmine@...>

Bug #3622: Net::HTTP does not wait to send request body with Expect: 100-continue

9 messages 2010/07/28

[ruby-core:31030] [Backport #3532] Segfault/infinite loop/GC bug when a thread aborts on an exception whose to_s method uses a block

From: Shyouhei Urabe <redmine@...>
Date: 2010-07-03 14:04:55 UTC
List: ruby-core #31030
Issue #3532 has been updated by Shyouhei Urabe.


seems this is a real bug of 1.8.7. 1.8.8dev has no problem here.

zsh % gdb --args ~/target/ruby_1_8_7/bin/ruby crash.rb
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/shyouhei/target/ruby_1_8_7/bin/ruby...done.
(gdb) run
Starting program: /home/shyouhei/target/ruby_1_8_7/bin/ruby crash.rb
[Thread debugging using libthread_db enabled]
crash.rb:14
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7abf566 in scope_dup (scope=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:8432
8432        scope->flags |= SCOPE_DONT_RECYCLE;
(gdb) bt
#0  0x00007ffff7abf566 in scope_dup (scope=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:8432
#1  0x00007ffff7abf969 in blk_copy_prev (block=0x6626f0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:8518
#2  0x00007ffff7ac06fd in proc_alloc (klass=140737353936720, proc=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:8745
#3  0x00007ffff7ac08ee in rb_block_proc () at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:8801
#4  0x00007ffff7aad9c0 in rb_eval (self=140737353920280, n=0x7ffff7fcbb98) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:3769
#5  0x00007ffff7ab6e7e in rb_call0 (klass=140737353920800, recv=140737353920280, id=10929, oid=10929, argc=0, argv=0x0, body=0x7ffff7fcbb98, flags=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6079
#6  0x00007ffff7ab7699 in rb_call (klass=140737353920800, recv=140737353920280, mid=10929, argc=0, argv=0x0, scope=1, self=140737353920280) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6176
#7  0x00007ffff7aac028 in rb_eval (self=140737353920280, n=0x7ffff7fcb800) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:3521
#8  0x00007ffff7aaa339 in rb_eval (self=140737353920280, n=0x7ffff7fcb760) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:3236
#9  0x00007ffff7ab6e7e in rb_call0 (klass=140737353920800, recv=140737353920280, id=3137, oid=3137, argc=0, argv=0x0, body=0x7ffff7fcb760, flags=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6079
#10 0x00007ffff7ab7699 in rb_call (klass=140737353920800, recv=140737353920280, mid=3137, argc=0, argv=0x0, scope=1, self=6) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6176
#11 0x00007ffff7ab7a18 in vafuncall (recv=140737353920280, mid=3137, n=0, ar=0x7fffffffc4e0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6253
#12 0x00007ffff7ab7b30 in rb_funcall (recv=140737353920280, mid=3137, n=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6270
#13 0x00007ffff7a9ce07 in exc_to_str (exc=140737353920280) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/error.c:425
#14 0x00007ffff7ab52b5 in call_cfunc (func=0x7ffff7a9cda0 <exc_to_str>, recv=140737353920280, len=0, argc=0, argv=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5781
#15 0x00007ffff7ab6282 in rb_call0 (klass=140737354040240, recv=140737353920280, id=5049, oid=5049, argc=0, argv=0x0, body=0x7ffff7fe81d0, flags=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5928
#16 0x00007ffff7ab7699 in rb_call (klass=140737354040240, recv=140737353920280, mid=5049, argc=0, argv=0x0, scope=1, self=6) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6176
#17 0x00007ffff7ab7a18 in vafuncall (recv=140737353920280, mid=5049, n=0, ar=0x7fffffffcaf0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6253
#18 0x00007ffff7ab7b30 in rb_funcall (recv=140737353920280, mid=5049, n=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6270
#19 0x00007ffff7aa35a2 in error_print () at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:1277
#20 0x00007ffff7acb434 in rb_thread_start_0 (fn=0x7ffff7acb549 <rb_thread_yield>, arg=0x7ffff7fcafb8, th=0x660820) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:12510
#21 0x00007ffff7acb903 in rb_thread_initialize (thread=140737353920680, args=140737353920440) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:12630
#22 0x00007ffff7ab527d in call_cfunc (func=0x7ffff7acb79b <rb_thread_initialize>, recv=140737353920680, len=-2, argc=0, argv=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5775
#23 0x00007ffff7ab6282 in rb_call0 (klass=140737354036280, recv=140737353920680, id=2961, oid=2961, argc=0, argv=0x0, body=0x7ffff7fe7370, flags=2) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5928
#24 0x00007ffff7ab7699 in rb_call (klass=140737354036280, recv=140737353920680, mid=2961, argc=0, argv=0x0, scope=1, self=6) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6176
#25 0x00007ffff7ab7e30 in rb_funcall2 (recv=140737353920680, mid=2961, argc=0, argv=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6312
#26 0x00007ffff7abcfa2 in rb_obj_call_init (obj=140737353920680, argc=0, argv=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:7825
#27 0x00007ffff7acb72a in rb_thread_s_new (argc=0, argv=0x0, klass=140737354036280) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:12584
#28 0x00007ffff7ab529e in call_cfunc (func=0x7ffff7acb6ad <rb_thread_s_new>, recv=140737354036280, len=-1, argc=0, argv=0x0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5778
#29 0x00007ffff7ab6282 in rb_call0 (klass=140737354036240, recv=140737354036280, id=3361, oid=3361, argc=0, argv=0x0, body=0x7ffff7fe73c0, flags=0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:5928
#30 0x00007ffff7ab7699 in rb_call (klass=140737354036240, recv=140737354036280, mid=3361, argc=0, argv=0x0, scope=0, self=140737354060440) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:6176
#31 0x00007ffff7aabcbf in rb_eval (self=140737354060440, n=0x7ffff7fcb558) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:3506
#32 0x00007ffff7aaa339 in rb_eval (self=140737354060440, n=0x7ffff7fcb238) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:3236
#33 0x00007ffff7aa40a0 in eval_node (self=140737354060440, node=0x7ffff7fcb238) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:1449
#34 0x00007ffff7aa4cc6 in ruby_exec_internal () at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:1654
#35 0x00007ffff7aa4d84 in ruby_exec () at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:1674
#36 0x00007ffff7aa4ddf in ruby_run () at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/eval.c:1684
#37 0x000000000040095b in main (argc=2, argv=0x7fffffffe898, envp=0x7fffffffe8b0) at /home/shyouhei/ruby.devel.svn/branches/ruby_1_8_7/main.c:48
(gdb)

----------------------------------------
http://redmine.ruby-lang.org/issues/show/3532

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

In This Thread