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

signal handler doesn't work in latest version. #254

Closed
IdWV opened this issue Dec 6, 2024 · 0 comments
Closed

signal handler doesn't work in latest version. #254

IdWV opened this issue Dec 6, 2024 · 0 comments

Comments

@IdWV
Copy link
Contributor

IdWV commented Dec 6, 2024

in vm.c, line 168, the ! is vanished compared to older versions. It was
if (!vm->config->setup_signal_handlers)
and is now
if (vm->config->setup_signal_handlers)

@jow- jow- closed this as completed in a362263 Dec 6, 2024
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

1 participant