You are not logged in.

#1 2013-12-05 20:03:41

Enverex
Member
From: UK
Registered: 2007-06-13
Posts: 159
Website

ImageMagick appears to be broken

Ever since I updated the other day I noticed ImageMagick didn't seem to be working. Running it manually showed...

root@emerald /srv/music $ convert -verbose /mnt/store/Music/ZZ\ Top/Greatest\ Hits/cover.jpg -resize 150x150^ 0.png
/mnt/store/Music/ZZ Top/Greatest Hits/cover.jpg JPEG 1000x1000 1000x1000+0+0 8-bit sRGB 609KB 0.010u 0:00.019
Aborted (core dumped)

root@emerald /srv/music $ convert -verbose /mnt/store/Music/ZZ\ Top/Greatest\ Hits/cover.jpg 0.png
/mnt/store/Music/ZZ Top/Greatest Hits/cover.jpg JPEG 1000x1000 1000x1000+0+0 8-bit sRGB 609KB 0.010u 0:00.019
/mnt/store/Music/ZZ Top/Greatest Hits/cover.jpg=>0.png JPEG 1000x1000 1000x1000+0+0 8-bit sRGB 1.362MB 0.230u 0:00.230

root@emerald /srv/music $ convert -verbose /mnt/store/Music/ZZ\ Top/Greatest\ Hits/cover.jpg -resize 150x150 0.png
/mnt/store/Music/ZZ Top/Greatest Hits/cover.jpg JPEG 1000x1000 1000x1000+0+0 8-bit sRGB 609KB 0.020u 0:00.030
Aborted (core dumped)

It's 6.8.7.8-1 so the most recent. Anyone else having this issue lately? Converting seems to work, just not resizing, as shown above. Tried several images, all the same problem.

Offline

#2 2013-12-06 05:26:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: ImageMagick appears to be broken

There were some issues with ImageMagick but they should have been solved: https://bugs.archlinux.org/task/37610
Open a bug report, provide backtrace and any additional info you find important.

Offline

#3 2013-12-06 09:25:08

Enverex
Member
From: UK
Registered: 2007-06-13
Posts: 159
Website

Re: ImageMagick appears to be broken

Just ran it through GDB and it seems to be related to OpenCL so not part of that bug...

root@emerald ~ $ gdb -ex=r --args convert -verbose /mnt/store/Music/ZZ\ Top/Greatest\ Hits/cover.jpg -resize 150x150 0.png
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/convert...(no debugging symbols found)...done.
Starting program: /usr/bin/convert -verbose /mnt/store/Music/ZZ\ Top/Greatest\ Hits/cover.jpg -resize 150x150 0.png
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
/mnt/store/Music/ZZ Top/Greatest Hits/cover.jpg JPEG 1000x1000 1000x1000+0+0 8-bit sRGB 609KB 0.020u 0:00.020

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4fdce78 in clGetDeviceInfo () from /usr/lib/libOpenCL.so.1

Offline

Board footer

Powered by FluxBB