2003.08.21 16:10 "[Tiff] (no subject)", by Chad Pettit

2003.08.21 18:39 "[Tiff] 64 bit compile on SPARC solaris", by Tom Kacvinsky

Huh? I have a 64 bit compilation working just fine. Can you set up the Forte C compiler as such:

    cc -xarch=v9 -g -xs ....

compile it and run the the tool again? When it dumps core run dbx on the program, and use 'where' to get a stack backtrace.

I suggest that you turn off all optimization, because sometimes opt. tickles a bug...

Send that along with a bug report to the libtiff bubzilla system, if the problem is indeed with libtiff. Your program might be stomping on memory elsewhere...

Tom