Imagemagick’s convert: ‘Aborted (core dumped)’ with Catalyst

Joaquin L. Pereyra
Avalanche of Sheep
Published in
1 min readJun 30, 2015

I had this problem with Imagemagick’s convert program after I installed Catalyst on my Arch 64 bits system. The solution was pretty straightforward. Simply delete all the files in the Imagemagick configuration folder.

rm ~/.config/ImageMagick/*

--

--