Skip to content
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

abort trap error #54

Closed
jonathanong opened this issue Jun 4, 2014 · 3 comments
Closed

abort trap error #54

jonathanong opened this issue Jun 4, 2014 · 3 comments
Labels

Comments

@jonathanong
Copy link
Contributor

to be fair, i think this is a node error, like many things:

> sharp('/Users/jong/Downloads/We0opiV.jpg').resize(50).toFile('test.jpg', function (){})
{ options: 
   { width: 50,
     height: -1,
     canvas: 'c',
     angle: 0,
     withoutEnlargement: false,
     sharpen: false,
     progressive: false,
     sequentialRead: false,
     quality: 80,
     compressionLevel: 6,
     output: '__jpeg',
     fileIn: '/Users/jong/Downloads/We0opiV.jpg' } }
> Assertion failed: (enter->IsFunction()), function MakeDomainCallback, file ../src/node.cc, line 1027.
Abort trap: 6

This is when i execute it in the REPL.
OS X 10.9.3
Node 0.11.13

@lovell
Copy link
Owner

lovell commented Jun 4, 2014

Definitely not seen that one before. Do you know any Node.js core committers who could help?

@lovell lovell added the triage label Jun 4, 2014
@lovell
Copy link
Owner

lovell commented Aug 27, 2014

As this seems to only affect v0.11 unstable (I can't reproduce this with Node.js v0.10 stable) I plan to wait until v0.12 stable is available before investigating further.

@lovell
Copy link
Owner

lovell commented Jan 23, 2015

I can no longer reproduce this problem using the latest unstable Node.js v0.11.15. Feel free to re-open if the error shows up again.

@lovell lovell closed this as completed Jan 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants