[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] ImageMagick problems apparent -- suggestions?
On Tue, Dec 21, 2004 at 04:23:44PM -0800, Jack Twilley wrote:
> I finally built transcode-0.9.14 after upgrading ffmpeg and modifying
> configure to force -lpthread to be used in the test compile, and here's
> the backtrace from the core dump:
shouldn't it use -pthread? (NOT -lpthread).
> Program received signal SIGSEGV, Segmentation fault.
> 0x28515868 in LogMagickEvent () from /usr/local/lib/libMagick.so.7
> (gdb) bt
> #0 0x28515868 in LogMagickEvent () from /usr/local/lib/libMagick.so.7
> #1 0x28545874 in RelinquishMagickResource ()
> from /usr/local/lib/libMagick.so.7
> #2 0x2845de18 in DestroyCacheInfo () from /usr/local/lib/libMagick.so.7
> #3 0x2845e17f in DestroyPixelCache () from /usr/local/lib/libMagick.so.7
> #4 0x2845e0c3 in DestroyImagePixels () from /usr/local/lib/libMagick.so.7
> #5 0x285058d5 in DestroyImage () from /usr/local/lib/libMagick.so.7
> #6 0x28509f83 in SetImageInfo () from /usr/local/lib/libMagick.so.7
> #7 0x2849372c in ReadImage () from /usr/local/lib/libMagick.so.7
> #8 0x28407c12 in tc_import (opt=677678778, para1=0xbfaadf88,
> para2=0x28648eba)
> at import_imlist.c:139
> #9 0x0805e2bf in tcv_import (opt=22, para1=0xbfaadf88, para2=0x80b8000)
> at dl_loader.c:99
> #10 0x0805c781 in vimport_thread (vob=0x80b8000) at decoder.c:566
> #11 0x282f7a8d in pthread_create () from /usr/lib/libpthread.so.1
> #12 0x283b1c5f in _ctx_start () from /lib/libc.so.5
> (gdb)
>
> It might be a bug in ImageMagick. I don't know. Has anyone else seen
> this sort of thing before? Alternatively, if there are any other
> suggestions out there, I'd appreciate them.
does it work and crash at the end? that's what I see with the ImageMagick
import modules. I tried several time to figure out what the problem is,
but I haven't figured it out yet. I think it has something to do with
running in a thread(?). a test program based on import_im works as expected.
maybe it's just an IM > 6 problem on *BSD?
is anyone able to use import_im or import_imlist without it crashing?
if so, what version of ImageMagick?
--
<jakemsr@xxxxxxxxxxx>