EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 231 forks source link

node app hangs every time I try to convert an image to buffer with toBuffer() #251

Closed figalex closed 8 years ago

figalex commented 8 years ago

Im using node v5.6.0, and when I try to use toBuffer() function on an image my app hangs and it does not to anything. I try to debug using node-inspector but even with that when a put a breakpoint inside the toBuffer() callback my app gets frozen and I'm not even able to log on console the value of the returned buffer. I'm not getting any errors, it just stops working.

figalex commented 8 years ago

Issue was not related with lwip.