Skip to content

Can I call Array.new in Thread block? #15

@bggd

Description

@bggd

This code is not work(segfault).

th = Thread.new do
  Array.new
end

a = th.join

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