convert -list format .. seg fault.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

convert -list format .. seg fault.

Post by dognose »

I'm getting a Segmentation fault when I list formats. No big deal, just wondering what's causing it.

Code: Select all

#convert -list format 
  ... whole list of formats.. 
    YCbCr* YCbCr     rw+   Raw Y, Cb, and Cr samples
   YCbCrA* YCbCr     rw+   Raw Y, Cb, Cr, and alpha samples
      YUV* YUV       rw-   CCIR 601 4:1:1 or 4:2:2

* native blob support

Segmentation fault
#convert -version
Version: ImageMagick 6.4.8-7 2009-01-22 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert -list format .. seg fault.

Post by fmw42 »

dognose wrote:I'm getting a Segmentation fault when I list formats. No big deal, just wondering what's causing it.

Code: Select all

#convert -list format 
  ... whole list of formats.. 
    YCbCr* YCbCr     rw+   Raw Y, Cb, and Cr samples
   YCbCrA* YCbCr     rw+   Raw Y, Cb, Cr, and alpha samples
      YUV* YUV       rw-   CCIR 601 4:1:1 or 4:2:2

* native blob support

Segmentation fault
#convert -version
Version: ImageMagick 6.4.8-7 2009-01-22 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

Works fine for me IM 6.4.8-9 Q16 Mac OSX Tiger
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

Re: convert -list format .. seg fault.

Post by dognose »

convert -list format

results in this system error message.

Feb 7 21:54:02 .. kernel: convert[16159]: segfault at 000000398163637c rip 000000398163637c rsp 00007fffc35a0ec8 error 14

I'm getting it at other times as well, though, i'm not sure what processes.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert -list format .. seg fault.

Post by fmw42 »

dognose wrote:convert -list format

results in this system error message.

Feb 7 21:54:02 .. kernel: convert[16159]: segfault at 000000398163637c rip 000000398163637c rsp 00007fffc35a0ec8 error 14

I'm getting it at other times as well, though, i'm not sure what processes.

works fine for me on IM 6.4.9-2 Q16 Mac OSX Tiger
Post Reply