General

Profile

ibc (Iñaki Baz Castillo)

  • Login: ibc
  • Email: ibc@aliax.net
  • Registered on: 07/29/2009
  • Last sign in: 07/06/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

07/06/2012

05:53 PM Ruby master Bug #6699: rb_barrier_wait() gets blocked when running within a Thread.new { }
Thanks for the clarification. ibc (Iñaki Baz Castillo)

07/04/2012

07:52 PM Ruby master Bug #6699 (Closed): rb_barrier_wait() gets blocked when running within a Thread.new { }
In my Ruby C extension I use rb_barrier_wait(MY_BARRIER) in a method. It works perfectly but I've realized of a case ... ibc (Iñaki Baz Castillo)

06/14/2012

11:59 PM Ruby master Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Thanks, that's more or less the workaround I've applied in my code: if rb_protect() detects an error and rb_errinfo()... ibc (Iñaki Baz Castillo)

06/13/2012

09:47 PM Ruby master Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
BTW, is Ruby-head (ruby 2.0.0dev (2012-06-13 trunk 36062) [x86_64-linux]) stable enough?
Running my C extension (w...
ibc (Iñaki Baz Castillo)
09:29 PM Ruby master Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi, I've installed rvm and ruby-head, which is retrieved from https://github.com/ruby/ruby/. Unfortunately the patch ... ibc (Iñaki Baz Castillo)
07:01 AM Ruby master Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Hi, if this is the expected behavior I would really appreciate a confirmation :) ibc (Iñaki Baz Castillo)

06/12/2012

08:32 AM Ruby master Bug #6550: crash 1.9.3
drbrain (Eric Hodel) wrote:
> =begin
> I have reproduced it and created a minimal test case (without rspec):
>
>...
ibc (Iñaki Baz Castillo)

06/11/2012

08:27 PM Ruby master Bug #6575 (Rejected): Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
Using rb_protect() I've realized that when the thread is killed by other thread using Thread#kill, the error_tag pass... ibc (Iñaki Baz Castillo)

06/08/2012

09:09 AM Ruby master Bug #6558: Crash in garbage collection - using caller inside finalizer method
It does not crash for me using Ruby 1.9.3p0. I've also added a thread on top of the above script:... ibc (Iñaki Baz Castillo)
06:33 AM Ruby master Feature #6557: Make rb_hash_clear() public
Well, I have a C extension (a reactor based on libuv) in which I would like to perform the "loop release" within a si... ibc (Iñaki Baz Castillo)

Also available in: Atom