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
March 2004

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

2004.03.11 17:35 "tiff2pdf error", by <hitec92407@yahoo.com>
2004.03.11 17:54 "Re: tiff2pdf error", by Andrey Kiselev
2004.03.11 18:12 "Re: tiff2pdf error", by <hitec92407@yahoo.com>
2004.03.11 18:14 "Re: tiff2pdf error", by Thomas J Kacvinsky
2004.03.11 19:08 "Re: tiff2pdf error", by Bob Friesenhahn
2004.03.11 21:02 "Re: tiff2pdf error", by <hitec92407@yahoo.com>
2004.03.11 21:09 "Re: tiff2pdf error", by Bob Friesenhahn
2004.03.11 19:05 "Re: tiff2pdf error", by Bob Friesenhahn

2004.03.11 18:14 "Re: tiff2pdf error", by Thomas J Kacvinsky

Actually, whenever I get a bug report like this, I ask for
output from gdb's backtrace or a dbx's where commands.

I have been having a slate of problems with unaligned access
issues on Solaris 8 with the Frote C compilers.  I sometimes
thorw in a -misalign (for the FORte C compiler) to help get
rid of some of the SUGBUSes, but it doesn't always help.  Not
sure how to do -misalign with gcc.

Tom