<div>Hi,</div>
<div> </div>
<div>Has anyone checked for memory leaks in IEGD driver (platform and version details below) ?</div>
<div>I used mtrace utility for checking. </div>
<div> </div>
<div>Few observations I did, </div>
<div> </div>
<div>1. Just opening and closing the driver gave 2536 bytes of memory leak. </div>
<div>2. Also wrote a program which just does a vaPutSurface call in loop and saw leak being proportional to the loop count</div>
<div> 0x28 was the size which mtrace showed.</div>
<div>3. Similary wrote a program to createbuffer, renderpicture in a loop and saw the same observation as above</div>
<div> </div>
<div>Sometimes the libva h.264 based decoder I have written crashes (segmentation fault) after around 40mins and when checked in gdb it was in a memcpy function inside iegd_drv_video.so library. The program stack is corrupted.</div>
<div> </div>
<div>Board - Portwell NANO-8044-1600<br>Platform - Atom Z530 + Poulsbo US15W <br>IEGDVersion - 10.2.1447<br>Libva Version - Rev. 0.29<br>OS - Ubuntu 8.04</div>
<div> </div>
<div>Regards,</div>
<div>Sambhav </div>