Summary: | jbig2dec doesn't handle 042_11 (Huffman Symbol Region) | ||
---|---|---|---|
Product: | jbig2dec | Reporter: | Ralph Giles <ralph.giles> |
Component: | Rendering | Assignee: | Masaki Ushizaka <masaki.ushizaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Bug Depends on: | 689836, 690094 | ||
Bug Blocks: | 689853 |
Description
Ralph Giles
2010-04-16 06:12:15 UTC
Segfaults get higher priority. We also segfault on 042_14.jb2, with a very similar backtrace. The segfault was caused by modification in r11074 (bug 690094). Please see comment 16 in bug 690094. The regression caused by r11074 was fixed in r11093. 42_11.jb2 stopped segfault, but the resulting image is not correct. The text after line 6 is shifted upward. Changing priority to P4. 042_14.jb2 still segfaults in other code. This already happened in jbig2dec 0.11 (r10691). I will open an another bug for this file. Remaining problem was caused by Standard Huffman Table K malfunction. b689836_b2.patch in bug 689836 addresses this issue. This was fixed in r11415. |