-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Wrong garbage collection local variable #510
Comments
I'm not getting any error, the program runs without printing anything |
Because of I use this version #498. It set a global hook. I modify code that set hook for every thread manually:
|
must be
You cannot have more than one hook overall, attaching hook to a new thread will disable hook on previous thread. So this code makes little sense. Apart from that the program does not crash. |
Yes, you are right. I close this issue, beacuse this bug is caused by multi hook #489 |
It throw an error:
attempt to index a nil value (local 'd')
I think this issue is related to
set_hook
.The text was updated successfully, but these errors were encountered: