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

Caman is throwing fatal error #229

Open
nirewen opened this issue Sep 13, 2018 · 0 comments
Open

Caman is throwing fatal error #229

nirewen opened this issue Sep 13, 2018 · 0 comments

Comments

@nirewen
Copy link

nirewen commented Sep 13, 2018

Issue:
Caman is giving fatal error

Expected result:
Everything should be working fine

Actual result:
A fatal error is thrown and the process crashes

Thrown error:

#
# Fatal error in ../deps/v8/src/deoptimizer.cc, line 721
# Check failed: catch_handler_frame_index < count.
#

Code:

Caman(buffer, function() {
    this.brightness(0);
    this.contrast(100);
    this.sharpen(800);
    this.saturation(300);
    this.render(function() {
        // do something with this.canvas.toBuffer()
    });
});

I'm running NodeJS and passing a Buffer to Caman to manipulate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant