AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2010

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2010.08.22 13:26 "memory error", by Rajat Varma
2010.08.23 13:42 "Re: memory error", by Edward Lam
2010.08.23 15:02 "Re: memory error", by Rajat Varma
2010.08.23 15:15 "Re: memory error", by Scott Ribe
2010.08.23 15:17 "Re: memory error", by Bob Friesenhahn
2010.08.23 15:27 "Re: memory error", by Rajat Varma

2010.08.22 13:26 "memory error", by Rajat Varma

Hi,

I am using the tiff library version 3.9.4 on suse 11.2. There are programs I
wrote many years ago using versions of libtiff from the mid 90s. I have been
having trouble executing some of these programs. I recently got to use
valgrind on one of my programs and got the following error messages.

==25472== Invalid read of size 4
==25472==    at 0x404CCEB: TIFFFindFieldInfo (tif_dirinfo.c:753)
==25472==    by 0x404A843: TIFFVGetField (tif_dir.c:971)
==25472==    by 0x404B33A: TIFFGetField (tif_dir.c:957)
==25472==    by 0x8048B3D: main (in
/home/rajat/Desktop/spots_program/spotsprogram)
==25472==  Address 0x284 is not stack'd, malloc'd or (recently) free'd

Could anyone have an insight as to what kind of problems in the code could
give rise to such errors?

thanks

rajat