-
Notifications
You must be signed in to change notification settings - Fork 184
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
MagickCoreSignature assertion while CoalesceImages #169
Comments
Much appreciated for including all the necessary details as well as a great repro. I was able to reproduce this as well on ImageMagick 6.9.9-35 using go 1.11 on ubuntu 16. However, this does not crash when tested against the oldest v2 version we support, 6.9.0-2. This means its entirely related to some kind of ImageMagick bug and not the Go imagick bindings. Maybe you could try this against one of the most recent 6.9.x releases to see if it is fixed? Or you can try a slightly older 6.9.x |
@justinfx I get crash with |
Well like I said, it didn't crash with 6.9.0-2 so the variable seems to be the version of ImageMagick |
@justinfx I was able to reproduce panic at 6.9.0-2. I ran docker container ubuntu xenial, downloaded sources from https://launchpad.net/imagemagick/main/6.9.0-2/+download/ImageMagick-6.9.0-2.tar.gz, built it and after 1000+ iterations (outer |
I can take another look at this when I have some time. But I wonder, can you reproduce this for other formats besides gif? |
Hi,
I've got panic by SIGABRT while making
ThumbnailImage()
withCoalesceImages()
and gif-files.It seems that image blob was corrupted.
My environment:
OS:
fedora 28
Go:
go version go1.10.3 linux/amd64
ImageMagick:
ImageMagick-6.9.9.38-1.fc28.x86_64
Panic stacktrace:
Test tool for reproducing, it may be required to run tool up to 10 times to get panic. Gif is attached to issue.
The text was updated successfully, but these errors were encountered: