Converting jpg to mpc results in core dumped

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Starefossen
Posts: 2
Joined: 2015-04-08T11:28:19-07:00
Authentication code: 6789

Converting jpg to mpc results in core dumped

Post by Starefossen »

Command:

Code: Select all

convert -quiet -regard-warnings input.jpg output.mpc
Output:

Code: Select all

convert: magick/blob.c:4020: WriteBlob: Assertion `data != (const unsigned char *) ((void *)0)' failed.
Aborted (core dumped)
Test Image:

https://s3-eu-west-1.amazonaws.com/jotu ... G_5299.jpg

Versions:

ImageMagick 6.7.7-10 2014-03-06 Q16 (Ubuntu 14.04 64 bit)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting jpg to mpc results in core dumped

Post by fmw42 »

Your image converts to MPC format perfectly fine under IM 6.9.1.1 Q16 Mac OSX. Version 6.7.7.10 is over 130 versions old. I doubt the IM developers will patch such an old version. You would be advised to upgrade. But I will defer to the IM developers.
Starefossen
Posts: 2
Joined: 2015-04-08T11:28:19-07:00
Authentication code: 6789

Re: Converting jpg to mpc results in core dumped

Post by Starefossen »

Thanks for the confirmation that this works in latest version of IM. My installation of IM is through aptitude - I'll have to install from source then :)
Post Reply