Skip to content

Another thread can not read main thread class and modules at mruby 3.0 #68

@jakitliang

Description

@jakitliang

When in child thread do some code with:

class AAA; end

Thread.new do
   a = AAA.new
end

Will tiggers:

undefined class/module 'AAA'

Maybe symbols are not beeing migrate?

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