Re: gm convert bla.jpg bla.pdf multiplies SEVENFOLD the file's size !
Bob Friesenhahn <[email protected]> Mon, 10 Dec 2018 08:34:43 -0600 (CST)
| Newsgroups | gmane.comp.video.graphicsmagick.bugs |
|---|---|
| Message-ID | <[email protected]> |
WikiPedia has a page regarding a Bus error (SIGBUS) at https://en.wikipedia.org/wiki/Bus_error Causes it mensions are non-existent address, unaligned access, and paging errors. I am suspecting that the issue is due to a paging errror. Linux uses lazy memory allocation so malloc() can report success but then a failure happens later when the memory is updated and therefore must be acquired as "real" memory. 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