Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix segfault in wrap #42

Open
starius opened this issue Mar 11, 2016 · 0 comments · May be fixed by #47
Open

fix segfault in wrap #42

starius opened this issue Mar 11, 2016 · 0 comments · May be fixed by #47
Assignees

Comments

@starius
Copy link
Member

starius commented Mar 11, 2016

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.

zer0main added a commit to zer0main/luawt that referenced this issue Aug 17, 2016
@zer0main zer0main linked a pull request Aug 17, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants