#913 test_thread.rb:219:in `<top (required)>':
    open("zzz.rb", "w") do |f|
      f.puts <<-END
        begin
          Thread.new { fork { GC.start } }.join
          pid, status = Process.wait2
          $result = status.success? ? :ok : :ng
        rescue NotImplementedError
          $result = :ok
        end
      END
    end
    require "zzz.rb"
    $result
 #=> "" (expected "ok")

Uh?

#916 test_thread.rb:254:in `<top (required)>':
    STDERR.reopen(STDOUT)
    exec "/"
 #=> killed by signal 32

Same: uh? What's signal 32 on FreeBSD?

It is internal to threading library, similarly to linuxthreads.

What the "fork { GC.start }" should do ?

Petr



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to