Search found 4 matches

by RelaxedMaverick
2014-08-22T01:44:58-07:00
Forum: Bugs
Topic: Crash when reading PNG file in IM 6.8.9
Replies: 3
Views: 4351

Re: Crash when reading PNG file in IM 6.8.9

Thanks for the fix.
I hit the same issue on RHEL with IM-6.8.9-6 and updating to IM-6.8.9-7 fixes this.
by RelaxedMaverick
2014-08-03T06:17:19-07:00
Forum: Users
Topic: Seg fault while using Magick api read blob for a SVG image
Replies: 3
Views: 4410

Re: Seg fault while using Magick api read blob for a SVG ima

dlemstra wrote:Can you upgrade to the latest version of ImageMagick and reproduce the same problem?
The Pro tip worked :)
Updated to latest version (ImageMagick-6.8.9-6) and the problem vanishes.
by RelaxedMaverick
2014-05-13T12:46:04-07:00
Forum: Users
Topic: Seg fault while using Magick api read blob for a SVG image
Replies: 3
Views: 4410

Re: Seg fault while using Magick api read blob for a SVG ima

Thanks dlemstra
I can try the upgrade path, but its going to take sometime as we have other modules dependent on IM as well.
Just wanted to check in the forum if this is a known issue or others have seen this before as well.
by RelaxedMaverick
2014-05-13T12:35:17-07:00
Forum: Users
Topic: Seg fault while using Magick api read blob for a SVG image
Replies: 3
Views: 4410

Seg fault while using Magick api read blob for a SVG image

Hi Am using ImageMagick-6.7.3-9 and hit a problem while using void read ( const Blob &blob_ ); The same SVG image works via the other api - void read ( const std::string &imageSpec_ ); My library is wrapped via JNI and hence i pass the image buffer to Magick. Have verified that the blob is i...