#710 closed bug (fixed)
[TIFFTranslator] missing error handling
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Running "Mouse" from the terminal shows this:
TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42) TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42) TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42)
Seems like missing error handling in TIFF Translator.
Change History (3)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|
comment:2 by , 18 years ago
Status: | new → closed |
---|
comment:3 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
The TIFF translator just printed the errors to stderr (since Identify() was called). It no longer does this since hrev18040. I wouldn't call this a bug, though.