node-phash icon indicating copy to clipboard operation
node-phash copied to clipboard

CImgIOException killing my process

Open bryanrasmussen opened this issue 10 years ago • 0 comments

I am running a node-resque queue and doing image hashing inside the queue, I get some CImgIOException exceptions which kill my process. I added 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ], and was able to build and not have the problem, sent a build request but travis-cl had some build issues.

bryanrasmussen avatar Sep 17 '15 09:09 bryanrasmussen