segmentation fault in convert
Posted: 2015-06-15T09:49:49-07:00
imagemagick 6.9.1.2-1 and 6.9.1.4-1 in Arch Linux
$ strace convert "icons/openscad.png" -resize 128x128\> "icons/openscad-128.png"
...
munmap(0x7f9aa1213000, 3149824) = 0
stat("/var/build/openscad-git/src/openscad", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
munmap(0x7f9aa185a000, 266240) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(7001, 7001, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=7001, si_uid=1000} ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)
"/var/build/openscad-git/src/openscad" is the current working directory.
Sorry, I don't see any way to attach the file here, but the image file is linked here:
https://github.com/openscad/openscad/bl ... enscad.png
James
$ strace convert "icons/openscad.png" -resize 128x128\> "icons/openscad-128.png"
...
munmap(0x7f9aa1213000, 3149824) = 0
stat("/var/build/openscad-git/src/openscad", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
munmap(0x7f9aa185a000, 266240) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(7001, 7001, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=7001, si_uid=1000} ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)
"/var/build/openscad-git/src/openscad" is the current working directory.
Sorry, I don't see any way to attach the file here, but the image file is linked here:
https://github.com/openscad/openscad/bl ... enscad.png
James