Bug 11322 - Падает утилита: /usr/bin/identify
Summary: Падает утилита: /usr/bin/identify
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ImageMagick (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 10:30 MSD by Andriy Stepanov
Modified: 2007-04-06 15:38 MSD (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Stepanov 2007-04-03 10:30:04 MSD
При вызове утилиты:

/usr/bin/identify -ping file.jpg

или

/usr/bin/identify -ping file.gif

падает с сообщением:

Ошибка сегментирования

В man page указано: -ping efficiently determine image attributes

rpm -qf /usr/bin/identify 
ImageMagick-6.3.3.4-alt1

В предыдущих версиях ошибки не было.

(gdb) bt
#0  0x00002b19bd6e0c4a in DestroyPixelStream () from /usr/lib64/libMagick.so.10
#1  0x00002b19bd68e6da in DestroyImage () from /usr/lib64/libMagick.so.10
#2  0x00002b19bd690e58 in SetImageInfo () from /usr/lib64/libMagick.so.10
#3  0x00002b19bd635035 in ReadImage () from /usr/lib64/libMagick.so.10
#4  0x00002b19bd6e08fb in ReadStream () from /usr/lib64/libMagick.so.10
#5  0x00002b19bd635de2 in PingImage () from /usr/lib64/libMagick.so.10
#6  0x00002b19bda11af3 in IdentifyImageCommand () from /usr/lib64/libWand.so.10
#7  0x0000000000400cb8 in main ()
Steps to Reproduce:
1. вызвать утилиту identify с параметром -ping над фалом изображения
2.
3.
Actual Results:  
падает с сообщением:
Ошибка сегментирования

Expected Results:  
Выдавать информацию о изображении.
Comment 1 Anton Farygin 2007-04-03 11:13:17 MSD
спасибо, посмотрим.
Comment 2 Anton Farygin 2007-04-03 17:28:33 MSD
fixed (6.3.3.5-alt1)