Page 1 of 1

[solved] abort (core dumped) on EPS file

Posted: 2019-04-07T00:20:39-07:00
by benoliver999
I'm trying to run this command:

Code: Select all

convert -flop BabyTuX.eps BabyTuX.eps
But I just get a core dump:

Code: Select all

abort (core dumped)  convert -flop BabyTuX.eps BabyTuX.eps
I'm running Arch Linux on a ThinkPad x200. ImageMagick version:

Code: Select all

Version: ImageMagick 7.0.8-38 Q16 x86_64 2019-04-06 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP 
Delegates (built-in): bzlib cairo fontconfig freetype gslib heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps raw rsvg tiff webp wmf x xml zlib
This is the EPS file from the muttprint package.

The command works fine on another PC so I'm worried it's just my old hardware...

Re: abort (core dumped) on EPS file

Posted: 2019-04-07T01:19:49-07:00
by dlemstra
Maybe this is related to this issue: https://github.com/ImageMagick/ImageMagick/pull/1538? Are you using GhostScript 9.27?

Re: abort (core dumped) on EPS file

Posted: 2019-04-07T03:41:39-07:00
by benoliver999
Yes I am! I'll wait for the patch to make it my way.

Re: abort (core dumped) on EPS file

Posted: 2019-04-07T13:21:20-07:00
by benoliver999
Ok, I upgraded to 7.0.8-39 and it's fixed!

Re: [solved] abort (core dumped) on EPS file

Posted: 2019-04-07T13:54:04-07:00
by fmw42
In ImageMagick 7, you should put read the EPS file before -flop. Order is more important for IM 7 than IM 6. Works fine for me on 7.0.8.39 Mac OSX

Code: Select all

magick BabyTuX.eps -flop x.eps