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
nodejs totally freezed not responding to end task also its parent cmd process did not respond.
there was no convert.exe running, node was using only one thread and 73mb memory and zero cpu..
i could still copy text but it did not responded to any attempt to interrupt.
the script was
converting images to webp using imagemagick executable(static 64bit version with config files copied from installed version)
after it converted 21,162 of about 30,000 files it freezed.
windows 7
C:\Users\USER>node --version
v4.1.2
nodejs totally freezed not responding to end task also its parent cmd process did not respond.
there was no convert.exe running, node was using only one thread and 73mb memory and zero cpu..
i could still copy text but it did not responded to any attempt to interrupt.
the script was
converting images to webp using imagemagick executable(static 64bit version with config files copied from installed version)
after it converted 21,162 of about 30,000 files it freezed.
code dump: http://www.filedropper.com/node
(i don't need solutions it was one time run script, just a bug report)
The text was updated successfully, but these errors were encountered: