You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a large number of canvases, the process crashes with the error message:
node: symbol lookup error: /path/to/project/node_modules/canvas/build/Release/canvas.node:
undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv
When testing with a standalone file that does nothing but creating canvases, it crashes after creating 100 canvases, but in my real application it crashes after creating the 3rd canvas. I'm guessing that it has to do with the total memory used by the process (as the error kind of indicate)s, which is much higher in my real application than in the standalone file.
I'm on Linux, and this error only happens when the cairo package is not installed. When it's installed everything works well.