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

Unhandled exception on DoString kills the app process #340

Closed
esionov opened this issue Dec 10, 2019 · 2 comments
Closed

Unhandled exception on DoString kills the app process #340

esionov opened this issue Dec 10, 2019 · 2 comments

Comments

@esionov
Copy link

esionov commented Dec 10, 2019

Hello.

Current behaviour: executing a code sample under the try/catch block kills the process instead of throwing an exception.
Expected result: exception is thrown.

I prepared a project to demonstrate what's happening.
LuaTest.zip

Could you help me resolving this problem. I assume if something wrong with a script, we should get a message over the exception (process must live).

viniciusjarina added a commit that referenced this issue Dec 11, 2019
* Related with #340 it seems .NET Core is crashing the process when there is a exception with native/manage frames.
viniciusjarina added a commit that referenced this issue Dec 11, 2019
* Related with #340 it seems .NET Core is crashing the process when there is a exception with native/manage frames.
@lichutinm
Copy link

I'm also waiting for fix :)

@viniciusjarina
Copy link
Member

Hi this issue was a probem with enumeration array access and was fixed here https://github.com/NLua/NLua/releases/tag/v1.4.26

If you still can create a small program that kill the dotnet core process let me know.

I am leaving the issue open in case anyone still have any 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

No branches or pull requests

3 participants