-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
InternalFieldCount assertion error #131
Comments
Will look into that. Thanks for reporting. |
actually this seems to be problematic only with the pre-built gyp files. it does not occur after a build from source (guess the assertions are skipped in release build?) |
The assert are still there, do you remember the node.js version you were using? If you could share a piece of code that has this problem it would be really great, I could not reproduce it on my end. |
as mentioned in the post:
|
Working on prerelease of v2 Sample code:
|
when using any of time or strings.time from https://github.com/JCMais/node-libcurl/blob/develop/api.md#node-libcurlcurlfileinfo--object during e.g. CHUNK_BGN_FUNCTION, an assertion error is thrown under Windows showing a MSVC++ RT lib dialog with this content:
btw: running node 9.4
The text was updated successfully, but these errors were encountered: