General

Profile

rudolf (r stu3)

  • Login: rudolf
  • Registered on: 03/16/2010
  • Last sign in: 04/26/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/26/2012

03:24 AM Ruby Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
naruse (Yui NARUSE) wrote:
> Following patch to NetBSD fixes this issue.
> ...
[...]
I've tested the patch and can no more reproduce the problem. Thanks!
rudolf (r stu3)

04/24/2012

06:27 PM Ruby Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
I am not sure if the following information are relevant, but I want you to have a complete picture.
I've tried to bring this issue on NetBSD maillist and I've got the following reply (http://mail-index.netbsd.org/current-users/2012/04...
rudolf (r stu3)
03:36 AM Ruby Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
kosaki (Motohiro KOSAKI) wrote:
> I think this is a kind of documentation issue. If you use C, you can't use both thread and fork. It's obvious.
> ...
Yes, I agree it will help if the documentation will mention that. But the sole exist...
rudolf (r stu3)
03:32 AM Ruby Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
mame (Yusuke Endoh) wrote:
> rudolf (r stu3) wrote:
> ...
Thanks, i was not aware of that. I'll respect that.
> FYI, we have Kernel#spawn already.
I didn't know that, thanks.
rudolf (r stu3)
12:16 AM Ruby Bug #6341: SIGSEGV: Thread.new { fork { GC.start } }.join
Thanks for the comment. I am sorry, but I don't understand the sentence "NetBSD is not supported". I can see NetBSD-related statements in configure.in, so that means, that the build infrastructure has support for NetBSD (and indeed, it b... rudolf (r stu3)

04/22/2012

11:27 PM Ruby Bug #6341 (Third Party's Issue): SIGSEGV: Thread.new { fork { GC.start } }.join
When running ruby (ruby-lang.org) test suite, I am able to provoke a segfault using a test from bootstraptest/test_thread.rb:
begin
Thread.new { fork { GC.start } }.join
pid, status = Process.wait2
$result = status.success? ? :...
rudolf (r stu3)

Also available in: Atom