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

lua stack overflow #2

Open
oPiZiL opened this issue Aug 18, 2022 · 1 comment
Open

lua stack overflow #2

oPiZiL opened this issue Aug 18, 2022 · 1 comment

Comments

@oPiZiL
Copy link

oPiZiL commented Aug 18, 2022

lua_yield from hook will cause "stack overflow" error

@evg-zhabotinsky
Copy link
Owner

I can't even try to guess what could be wrong unless you provide more info.

What is the Lua version? Built from source, prebuilt binaries, from repositories, bundled with some program? Which OS/distribution?

Do "normal" (non-yielding) debug hooks work without this lib? With this lib? Does the test.lua included with this lib work? Also note that hook yielding from LUA is done by returning a true value from the hook, instead of using coroutine.yield in it.

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

2 participants