-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Node process exits trying to load image #1285
Comments
Unable to reproduce the issue using Windows 10 64-bit, Node.js v8.5.0 and node-canvas 2.0.1 built from master. Observed message What is the output of |
|
Thanks. This issue may not be related to node-canvas directly. According to MSDN, the error
Also try to download the image using a browser and load it locally in node-canvas. |
Disabled antivirus and set UAC to 0, also downloaded the image and attempted to load it locally, with the issue and same error level |
I found one Google result that happened to have the same error code from Node.js that might be the annoying (See also #1284 and linked issue.) |
Sorry, too early for me. ☕️ That might be the "procedure not found" bug vs. the "symbol not found" bug. The former could be node-gfx/node-canvas-prebuilt#55, which seems to only happen with prebuilds in some scenarios that I haven't narrowed down yet. |
Wow, good catch - that fixed it! Thanks to both of you. |
Issue or Feature
node.js process exits with no error after attempting to load an image. I think it's a memory issue but there is no error message.
Steps to Reproduce
Run the code below. In theory, you should see "image loaded" and "keeping the process alive" every second, however neither of these happen and the process exits with no error.
Your Environment
The text was updated successfully, but these errors were encountered: