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 module needs GC callback #80

Open
GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment
Open

Signal module needs GC callback #80

GoogleCodeExporter opened this issue Aug 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

It is currently possible to accident collect a signal handler (JS function) and 
then later try to execute this function.

The signal module should install a GC callback to mark all signal handler 
function values while the C-level signal handlers are still in place or there 
are pending signals.

Original issue reported on code.google.com by wes%page...@gtempaccount.com on 28 Sep 2010 at 2:44

@GoogleCodeExporter
Copy link
Author

Original comment by wes@page.ca on 5 Sep 2012 at 3:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant