1994.08.02 19:09 "Problems with v3.3 Alpha 015", by John Bradley

1994.08.02 19:09 "Problems with v3.3 Alpha 015", by John Bradley

I'm running the aforementioned software on a DEC Alpha (OSF 2.0), and the code chokes on the 'jello.tif' image in the standard image set.

tiff2ps has this to say:

../../tiff/jello.tif: PackBitsDecode: Not enough data for scanline 27.

And in a new version of XV that I'm working on (using this library), I get the following errors: (with appropriate fprintf's stuck in PackBitsDecode())

PackBitsDecode: occ=8192, cc=7260 tif_row=0
END PackBitsDecode: occ=1152, cc=-38
PackBitsDecode: not enough data for scanline 0

PackBitsDecode: occ=8192, cc=7700 tif_row=32
END PackBitsDecode: occ=1368, cc=-8
PackBitsDecode: not enough data for scanline 32

PackBitsDecode: occ=8192, cc=7736 tif_row=64
END PackBitsDecode: occ=1759, cc=-24
PackBitsDecode: not enough data for scanline 64

PackBitsDecode: occ=8192, cc=7873 tif_row=96
END PackBitsDecode: occ=1235, cc=-7
PackBitsDecode: not enough data for scanline 96

PackBitsDecode: occ=8192, cc=6573 tif_row=128
END PackBitsDecode: occ=2921, cc=-3
PackBitsDecode: not enough data for scanline 128

PackBitsDecode: occ=8192, cc=8252 tif_row=160
END PackBitsDecode: occ=142, cc=-31
PackBitsDecode: not enough data for scanline 160

Anyhow, I was wondering if anyone can confirm that there's a problem with 3.3a015, a problem with 3.3a015 on a 64-bit machine, or what...

Thanks,

John Bradley