Skip to content

fix segfault in wrap #42

Open
Open
@starius

Description

@starius

Lua errors and C++ exceptions should not be thrown across each other. Lua errors should not unwind C++ try and C++ exception should not unwind Lua pcall. Current wrap solves the latter but not the former problem.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions