Skip to content

Threading segfaults #13

@georgi

Description

@georgi

Are threads supposed to work?

This code triggers a segmentation fault:

t1 = UV::Thread.new do
  puts "Thread 1"
end

t2 = UV::Thread.new do
  puts "Thread 2"
end

t1.join
t2.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