Bug 97633 - loadjpeg will crash for ffmpeg generated content
Summary: loadjpeg will crash for ffmpeg generated content
Status: ASSIGNED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: PengChen
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-08 09:12 UTC by Guangxin.Xu
Modified: 2016-11-02 02:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
422H (734 bytes, image/jpeg)
2016-09-08 09:12 UTC, Guangxin.Xu
Details
44V (790 bytes, image/jpeg)
2016-09-08 09:13 UTC, Guangxin.Xu
Details
444P (790 bytes, image/jpeg)
2016-09-08 09:13 UTC, Guangxin.Xu
Details

Description Guangxin.Xu 2016-09-08 09:12:54 UTC
Created attachment 126296 [details]
422H

loadjpeg will crash at gen75_mfd_jpeg_decode_init L2201


#4  0x00007ffff5497bc4 in gen75_mfd_jpeg_decode_init (decode_state=0x616388, decode_state=0x616388, gen7_mfd_context=0x61cd00, ctx=0x612180) at gen75_mfd.c:2201
2201                assert(0);
(gdb) l
2196            } else if (h1 == 2 && h2 == 2 && h3 == 2 &&
2197                       v1 == 2 && v2 == 1 && v3 == 1) {
2198                subsampling = SUBSAMPLE_YUV422V;
2199                fourcc = VA_FOURCC_422V;
2200            } else
2201                assert(0);
2202        } else {
2203            assert(0);
2204        }
Comment 1 Guangxin.Xu 2016-09-08 09:13:28 UTC
Created attachment 126297 [details]
44V
Comment 2 Guangxin.Xu 2016-09-08 09:13:48 UTC
Created attachment 126298 [details]
444P


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.