-
Notifications
You must be signed in to change notification settings - Fork 464
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
FATAL ERROR with addon_data.cc test #730
Comments
This looks related to: #729 |
Re: nodejs#730 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
This also fixes some errors which we were letting go before: * There was unhandled promise rejection in `threadsafe_function_sum`. * The garbage collector is now asynchronous, so we must wait a while after gc-ing. Re: nodejs#730 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
Re: nodejs#730 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
@anfilat this is reproduced. |
In today's N-API meeting we discussed that, although nodejs/node#33508 will fix this in core, and will most likely be backported to all LTS versions, we should investigate whether we are able to also fix this in node-addon-api, because folks may not necessarily be running the latest of one of the LTS versions. We need to make sure that declaring an additional |
Re: nodejs#730 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
From the discussion in #729 believe this is fixed, closing |
I added an worker threads test for addon_data.cc:
When I ran
npm run dev:incremental
with node 14.2 it fall on objectwrap test:If skip all test except addon_data-threads it works with node 14. But with node 13 it fall too:
The text was updated successfully, but these errors were encountered: