<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I have run that reproducer in Media (Intel® Video Processing Library, Intel Media SDK)</title>
    <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089361#M9633</link>
    <description>&lt;P&gt;I have run that reproducer under windbg.&lt;/P&gt;

&lt;P&gt;core i7-6700, imsdk 1.19 (20.19.15.4483 graphics), win7 x64.&lt;/P&gt;

&lt;P&gt;Got the following after a while:&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	(3288.1440): Access violation - code c0000005 (first chance)&lt;BR /&gt;
	First chance exceptions are reported before any exception handling.&lt;BR /&gt;
	This exception may be expected and handled.&lt;BR /&gt;
	*** ERROR: Symbol file could not be found. &amp;nbsp;Defaulted to export symbols for ntdll.dll -&amp;nbsp;&lt;BR /&gt;
	*** ERROR: Symbol file could not be found. &amp;nbsp;Defaulted to export symbols for C:\Program Files\Intel\Media SDK\libmfxhw32.dll -&amp;nbsp;&lt;BR /&gt;
	eax=fffffffa ebx=0343d7d0 ecx=baadf00d edx=00000000 esi=0ba063e4 edi=004e3340&lt;BR /&gt;
	eip=0f1aa89a esp=06b0dd64 ebp=06b0dd7c iopl=0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nv up ei pl nz na po nc&lt;BR /&gt;
	cs=0023 &amp;nbsp;ss=002b &amp;nbsp;ds=002b &amp;nbsp;es=002b &amp;nbsp;fs=0053 &amp;nbsp;gs=002b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; efl=00010202&lt;BR /&gt;
	libmfxhw32!MFXVideoCORE_QueryPlatform+0x5b4a:&lt;BR /&gt;
	0f1aa89a 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx] &amp;nbsp;ds:002b:baadf00d=????????&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Code around it (offset 0x0001A89A from libmfxhw32.dll begin):&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	0f1aa883 59 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ecx&lt;BR /&gt;
	0f1aa884 5f &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; edi&lt;BR /&gt;
	0f1aa885 5e &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; esi&lt;BR /&gt;
	0f1aa886 5b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ebx&lt;BR /&gt;
	0f1aa887 8be5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; esp,ebp&lt;BR /&gt;
	0f1aa889 5d &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ebp&lt;BR /&gt;
	0f1aa88a c3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ret&lt;BR /&gt;
	0f1aa88b 6a00 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;push &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	0f1aa88d 6a00 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;push &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	0f1aa88f e8a7c73000 &amp;nbsp; &amp;nbsp; &amp;nbsp;call &amp;nbsp; &amp;nbsp;libmfxhw32!MFXVideoVPP_GetVPPStat+0x2facfb (0f4b703b)&lt;BR /&gt;
	0f1aa894 cc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;
	0f1aa895 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa897 ff604c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+4Ch]&lt;BR /&gt;
	0f1aa89a 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx] &amp;nbsp;ds:002b:baadf00d=???????? *********** it is here *********&lt;BR /&gt;
	0f1aa89c ff605c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+5Ch]&lt;BR /&gt;
	0f1aa89f 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8a1 ff6040 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+40h]&lt;BR /&gt;
	0f1aa8a4 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8a6 ff6060 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+60h]&lt;BR /&gt;
	0f1aa8a9 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8ab ff6044 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+44h]&lt;BR /&gt;
	0f1aa8ae 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8b0 ff6054 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+54h]&lt;BR /&gt;
	0f1aa8b3 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8b5 ff6048 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+48h]&lt;BR /&gt;
	0f1aa8b8 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8ba ff6058 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+58h]&lt;BR /&gt;
	0f1aa8bd 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8bf ff602c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+2Ch]&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Call stack:&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	ChildEBP RetAddr &amp;nbsp;Args to Child &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	06b0dd7c 0f1a78ea 0f1aa89a 0343d7d0 c342adf9 libmfxhw32!MFXVideoCORE_QueryPlatform+0x5b4a&lt;BR /&gt;
	06b0ddc4 0f1e700f 0343d7d0 00000001 c342ade5 libmfxhw32!MFXVideoCORE_QueryPlatform+0x2b9a&lt;BR /&gt;
	06b0de58 0f1e6b19 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoVPP_GetVPPStat+0x2accf&lt;BR /&gt;
	06b0e020 0f1b620d 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoVPP_GetVPPStat+0x2a7d9&lt;BR /&gt;
	06b0e044 0f1b7e85 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoENC_GetVideoParam+0x18d&lt;BR /&gt;
	06b0e378 01174d0f 0b961d4c 00000000 0343d778 libmfxhw32!MFXVideoENCODE_EncodeFrameAsync+0x2d5&lt;BR /&gt;
	06b0e394 01169aac 0342b770 00000000 0343d778 image01160000+0x14d0f&lt;BR /&gt;
	06b0e3b0 0116d631 00000000 0343d778 0343dc94 image01160000+0x9aac&lt;BR /&gt;
	06b0e3f0 01174419 c4a29874 003cfbd0 00000006 image01160000+0xd631&lt;BR /&gt;
	06b0f8e8 01172289 00000000 00000000 06b0f930 image01160000+0x14419&lt;BR /&gt;
	06b0f8f8 707bc556 003cfbd0 c4a26f85 00000000 image01160000+0x12289&lt;BR /&gt;
	06b0f930 707bc600 00000000 06b0f948 75cd338a MSVCR100!endthreadex+0x3a&lt;BR /&gt;
	06b0f93c 75cd338a 00677700 06b0f988 77749882 MSVCR100!endthreadex+0xe4&lt;BR /&gt;
	06b0f948 77749882 00677700 6024bd47 00000000 kernel32!BaseThreadInitThunk+0x12&lt;BR /&gt;
	06b0f988 77749855 707bc59c 00677700 00000000 ntdll!RtlInitializeExceptionChain+0x63&lt;BR /&gt;
	06b0f9a0 00000000 707bc59c 00677700 00000000 ntdll!RtlInitializeExceptionChain+0x36&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;What else can I do to help in the correction?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2016 15:59:43 GMT</pubDate>
    <dc:creator>OTorg</dc:creator>
    <dc:date>2016-09-23T15:59:43Z</dc:date>
    <item>
      <title>Parallel working encoders bug</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089360#M9632</link>
      <description>&lt;P&gt;I want to raise the topic of well-known bug inside Intel Media SDK.&lt;/P&gt;

&lt;P&gt;The problem arises if:&lt;BR /&gt;
	- several encoders operate simultaneously within a single computer / application&lt;BR /&gt;
	and&lt;BR /&gt;
	- some of that encoders are reinited occasionally (to change coding settings, e.g.), while others perform coding&lt;/P&gt;

&lt;P&gt;MFXVideoCORE_SyncOperation / MFXVideoENCODE_EncodeFrameAsync returns MFX_ERR_UNKNOWN / MFX_ERR_NULL_PTR / MFX_ERR_DEVICE_FAILED / MFX_ERR_ABORTED from time to time (MFX_ERR_UNKNOWN in most cases).&lt;BR /&gt;
	Encoder is impossible to work after that.&lt;/P&gt;

&lt;P&gt;I have modified a slight your sample_encode (from MediaSamples_MSS_2017_6.0.0.193.msi) to demonstrate the issue:&lt;BR /&gt;
	- (one) parent mfx session is created at application startup and is alive till application end;&lt;BR /&gt;
	- coding is performed under N child sessions (joined to parent);&lt;BR /&gt;
	- encoders and child sessions are reinited (flushed, closed and inited again) after every 500 frames.&lt;/P&gt;

&lt;P&gt;I recommend to run it with a similar cmdline:&lt;BR /&gt;
	sample_encodeN.exe h264 -i input.nv12 -o NUL: -nv12 -tff -idr_interval 2 -f 25 -n 500 -b 2000 -u speed -r 5 -g 30 -x 3 -hw -async 4 -d3d11 -w 720 -h 576&lt;/P&gt;

&lt;P&gt;First error can arise from several minutes to several hours / days after test application start.&lt;BR /&gt;
	Application stands firm longest under win10.&lt;/P&gt;

&lt;P&gt;Recent tests (that reveal a bug) we made on:&lt;BR /&gt;
	core i7-6700, imsdk 1.19 (20.19.15.4483 graphics driver), win7 x64, two x86-processes with four d3d9-encoders nested in each;&lt;BR /&gt;
	atom e3845, imsdk 1.8 (10.18.10.3540 graphics driver), win8 x86, one x86-process with four d3d11-encoders nested in it;&lt;BR /&gt;
	core i7-3770, imsdk 1.11 (10.18.10.4276 graphics driver), win10 x64, two x86-processes with four d3d11-encoders nested in each.&lt;/P&gt;

&lt;P&gt;Reproducer application (source, bin and input mediafile) is here:&lt;BR /&gt;
	&lt;A href="https://drive.google.com/drive/folders/0B8SCkOT4os4HZGJtWjZ2eUM3eUk?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/0B8SCkOT4os4HZGJtWjZ2eUM3eUk?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:39:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089360#M9632</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-09-23T15:39:49Z</dc:date>
    </item>
    <item>
      <title>I have run that reproducer</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089361#M9633</link>
      <description>&lt;P&gt;I have run that reproducer under windbg.&lt;/P&gt;

&lt;P&gt;core i7-6700, imsdk 1.19 (20.19.15.4483 graphics), win7 x64.&lt;/P&gt;

&lt;P&gt;Got the following after a while:&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	(3288.1440): Access violation - code c0000005 (first chance)&lt;BR /&gt;
	First chance exceptions are reported before any exception handling.&lt;BR /&gt;
	This exception may be expected and handled.&lt;BR /&gt;
	*** ERROR: Symbol file could not be found. &amp;nbsp;Defaulted to export symbols for ntdll.dll -&amp;nbsp;&lt;BR /&gt;
	*** ERROR: Symbol file could not be found. &amp;nbsp;Defaulted to export symbols for C:\Program Files\Intel\Media SDK\libmfxhw32.dll -&amp;nbsp;&lt;BR /&gt;
	eax=fffffffa ebx=0343d7d0 ecx=baadf00d edx=00000000 esi=0ba063e4 edi=004e3340&lt;BR /&gt;
	eip=0f1aa89a esp=06b0dd64 ebp=06b0dd7c iopl=0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nv up ei pl nz na po nc&lt;BR /&gt;
	cs=0023 &amp;nbsp;ss=002b &amp;nbsp;ds=002b &amp;nbsp;es=002b &amp;nbsp;fs=0053 &amp;nbsp;gs=002b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; efl=00010202&lt;BR /&gt;
	libmfxhw32!MFXVideoCORE_QueryPlatform+0x5b4a:&lt;BR /&gt;
	0f1aa89a 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx] &amp;nbsp;ds:002b:baadf00d=????????&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Code around it (offset 0x0001A89A from libmfxhw32.dll begin):&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	0f1aa883 59 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ecx&lt;BR /&gt;
	0f1aa884 5f &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; edi&lt;BR /&gt;
	0f1aa885 5e &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; esi&lt;BR /&gt;
	0f1aa886 5b &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ebx&lt;BR /&gt;
	0f1aa887 8be5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; esp,ebp&lt;BR /&gt;
	0f1aa889 5d &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pop &amp;nbsp; &amp;nbsp; ebp&lt;BR /&gt;
	0f1aa88a c3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ret&lt;BR /&gt;
	0f1aa88b 6a00 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;push &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	0f1aa88d 6a00 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;push &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;
	0f1aa88f e8a7c73000 &amp;nbsp; &amp;nbsp; &amp;nbsp;call &amp;nbsp; &amp;nbsp;libmfxhw32!MFXVideoVPP_GetVPPStat+0x2facfb (0f4b703b)&lt;BR /&gt;
	0f1aa894 cc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;
	0f1aa895 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa897 ff604c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+4Ch]&lt;BR /&gt;
	0f1aa89a 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx] &amp;nbsp;ds:002b:baadf00d=???????? *********** it is here *********&lt;BR /&gt;
	0f1aa89c ff605c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+5Ch]&lt;BR /&gt;
	0f1aa89f 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8a1 ff6040 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+40h]&lt;BR /&gt;
	0f1aa8a4 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8a6 ff6060 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+60h]&lt;BR /&gt;
	0f1aa8a9 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8ab ff6044 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+44h]&lt;BR /&gt;
	0f1aa8ae 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8b0 ff6054 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+54h]&lt;BR /&gt;
	0f1aa8b3 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8b5 ff6048 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+48h]&lt;BR /&gt;
	0f1aa8b8 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8ba ff6058 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+58h]&lt;BR /&gt;
	0f1aa8bd 8b01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mov &amp;nbsp; &amp;nbsp; eax,dword ptr [ecx]&lt;BR /&gt;
	0f1aa8bf ff602c &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jmp &amp;nbsp; &amp;nbsp; dword ptr [eax+2Ch]&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Call stack:&lt;BR /&gt;
	[plain]&lt;BR /&gt;
	ChildEBP RetAddr &amp;nbsp;Args to Child &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	06b0dd7c 0f1a78ea 0f1aa89a 0343d7d0 c342adf9 libmfxhw32!MFXVideoCORE_QueryPlatform+0x5b4a&lt;BR /&gt;
	06b0ddc4 0f1e700f 0343d7d0 00000001 c342ade5 libmfxhw32!MFXVideoCORE_QueryPlatform+0x2b9a&lt;BR /&gt;
	06b0de58 0f1e6b19 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoVPP_GetVPPStat+0x2accf&lt;BR /&gt;
	06b0e020 0f1b620d 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoVPP_GetVPPStat+0x2a7d9&lt;BR /&gt;
	06b0e044 0f1b7e85 00000000 0343d778 0343dc94 libmfxhw32!MFXVideoENC_GetVideoParam+0x18d&lt;BR /&gt;
	06b0e378 01174d0f 0b961d4c 00000000 0343d778 libmfxhw32!MFXVideoENCODE_EncodeFrameAsync+0x2d5&lt;BR /&gt;
	06b0e394 01169aac 0342b770 00000000 0343d778 image01160000+0x14d0f&lt;BR /&gt;
	06b0e3b0 0116d631 00000000 0343d778 0343dc94 image01160000+0x9aac&lt;BR /&gt;
	06b0e3f0 01174419 c4a29874 003cfbd0 00000006 image01160000+0xd631&lt;BR /&gt;
	06b0f8e8 01172289 00000000 00000000 06b0f930 image01160000+0x14419&lt;BR /&gt;
	06b0f8f8 707bc556 003cfbd0 c4a26f85 00000000 image01160000+0x12289&lt;BR /&gt;
	06b0f930 707bc600 00000000 06b0f948 75cd338a MSVCR100!endthreadex+0x3a&lt;BR /&gt;
	06b0f93c 75cd338a 00677700 06b0f988 77749882 MSVCR100!endthreadex+0xe4&lt;BR /&gt;
	06b0f948 77749882 00677700 6024bd47 00000000 kernel32!BaseThreadInitThunk+0x12&lt;BR /&gt;
	06b0f988 77749855 707bc59c 00677700 00000000 ntdll!RtlInitializeExceptionChain+0x63&lt;BR /&gt;
	06b0f9a0 00000000 707bc59c 00677700 00000000 ntdll!RtlInitializeExceptionChain+0x36&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;[/plain]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;What else can I do to help in the correction?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089361#M9633</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-09-23T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Hi dj_alek,</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089362#M9634</link>
      <description>&lt;P&gt;Hi dj_alek,&lt;/P&gt;

&lt;P&gt;I reproduced the problem and provided this information to the development team. Does this issue appear only with AVC encoder? &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best wishes,&lt;/P&gt;

&lt;P&gt;Anna&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 12:19:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089362#M9634</guid>
      <dc:creator>Anna_B_Intel</dc:creator>
      <dc:date>2016-09-29T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Quote:Anna B. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089363#M9635</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Anna B. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I reproduced the problem and provided this information to the development team. Does this issue appear only with AVC encoder? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Anna,&lt;/P&gt;

&lt;P&gt;Glad to hear you were able to reproduce the iissue.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;We did AVC-encode&amp;nbsp;tests&amp;nbsp;only. Can't say anything about other formats/modules.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;BR /&gt;
	dj_alek&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 13:11:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089363#M9635</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-09-29T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Hi dj_alek,</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089364#M9636</link>
      <description>&lt;P&gt;Hi dj_alek,&lt;/P&gt;

&lt;P&gt;The bug was fixed. Can you check it if we share binaries?&lt;/P&gt;

&lt;P&gt;Best wishes,&lt;/P&gt;

&lt;P&gt;Anna&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:48:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089364#M9636</guid>
      <dc:creator>Anna_B_Intel</dc:creator>
      <dc:date>2016-11-07T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Quote:Anna B. (Intel) wrote</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089365#M9637</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Anna B. (Intel) wrote:&lt;BR /&gt;&lt;SPAN style="font-size: 1em;"&gt;The bug was fixed. Can you check it if we share binaries?&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Good news! (if it was really fixed:)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Yes, we can check it in the next few days.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:19:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089365#M9637</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-11-07T13:19:17Z</dc:date>
    </item>
    <item>
      <title>Quote:Anna B. (Intel) wrote</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089366#M9638</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Anna B. (Intel) wrote:&lt;BR /&gt;&lt;SPAN style="font-size: 1em;"&gt;The bug was fixed. Can you check it if we share binaries?&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;And where are those binaries?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:17:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089366#M9638</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-11-10T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Any update on this issue? Is</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089367#M9639</link>
      <description>&lt;P&gt;Any update on this issue? Is the fix going to be in the next update - I'm experiencing something similar with the H264 encoder.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 19:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089367#M9639</guid>
      <dc:creator>Beese__Erin</dc:creator>
      <dc:date>2016-12-05T19:35:16Z</dc:date>
    </item>
    <item>
      <title>Quote:Beese, Erin wrote:Any</title>
      <link>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089368#M9640</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Beese, Erin wrote:&lt;BR /&gt;&lt;SPAN style="font-size: 1em;"&gt;Any update on this issue?&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;silence... :)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:53:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Media-Intel-Video-Processing/Parallel-working-encoders-bug/m-p/1089368#M9640</guid>
      <dc:creator>OTorg</dc:creator>
      <dc:date>2016-12-08T09:53:53Z</dc:date>
    </item>
  </channel>
</rss>

