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.
Search found 4 matches
- 2014-08-22T01:44:58-07:00
- Forum: Bugs
- Topic: Crash when reading PNG file in IM 6.8.9
- Replies: 3
- Views: 4557
- 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: 4503
Re: Seg fault while using Magick api read blob for a SVG ima
The Pro tip workeddlemstra wrote:Can you upgrade to the latest version of ImageMagick and reproduce the same problem?
Updated to latest version (ImageMagick-6.8.9-6) and the problem vanishes.
- 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: 4503
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.
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.
- 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: 4503
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 intact ...