Re: gm convert bla.jpg bla.pdf multiplies SEVENFOLD the file's size !

Bob Friesenhahn <[email protected]> Sun, 9 Dec 2018 17:19:44 -0600 (CST)
Newsgroups gmane.comp.video.graphicsmagick.bugs
Message-ID <[email protected]>
On Sun, 9 Dec 2018, Mehdi wrote:

>> ulimit -a
>> Maximum size of core files created                           (kB, -c)
>> unlimited
>
> Yet, the core file generated has size 0. I don't get it. I see no content
> with hexdump.

That does seem strange.  A size of 0 suggests that the size was 
still being limited.

An another option is to run the command directly under gdb without 
needing a core dump.  Do it like this:

gdb /usr/local/bin/gm
run convert [ rest of convert options ]
[ gdb should report that program did something bad ]
bt
quit

Bob
-- 
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt