Skip to content

Crash: illegal hardware instruction when used inside Ruby Fiber #87

@bmulholland

Description

@bmulholland

ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]

test.rb

require "rjb"

Fiber.new {
  Rjb.import("java.lang.String")
}.resume

% RUBYOPT=-w ruby test.rb
test.rb:4: warning: Rjb::implicit jvm loading
[1] 11701 illegal hardware instruction RUBYOPT=-w ruby test.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions