Bug 57396

Summary: convert won't read RAW format images
Product: [Retired] Red Hat Linux Reporter: Need Real Name <bernard>
Component: ImageMagickAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-12 12:03:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-12-11 16:17:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [fr] (X11; U; Linux 2.2.17-14 i686)

Description of problem:
when asking the convert utility to convert a RAW image into something else,
it hangs instead of returning after a short time.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. dd if=/dev/zero of=zaroo bs=1k count=256
2. convert -size 512x512 GRAY:zaroo zaroo.pgm
3. wait and watch the load (and wait forever)
	

Actual Results:  Nothing. Convert just hangs.

Expected Results:  Convert should have returned after a short while and
created a file zaroo.pgm

Additional info:

This very basic function was working with previous (RH71) version.

When compiling the ImageMagick package without the fancy configure options
of the redhat spec file, convert does not hang (although it has a bizarre
behaviour: the default image depth for RAW images is 16 bits instead of the
usual 8 bits per pixel). But I did not try a complete reinstall of
ImageMagick compiled with different options.