Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20634 Discussions

Intel HD Graphics - Memory Leak

idata
Employee
1,837 Views

Hi All.

I am using driver version 6.14.10.5394 on Windows XP Pro (SP3).

I have a problem with the GPU memory leaking when my .NET WPF application uses BitmapCaching on some visual objects.

I need BitmapCaching to achieve smooth(ish) animation, problem is the GPU memory becomes completely consumed and then eventually (after about 20 hours of application runtime) the UI stops updating/drawing - even though the UI thread is still running as if everything is fine.

If I allow the application to continue running, eventually the whole Operating System locks up and becomes completely unresponsive.

Is there any way I can:

a) Monitor/Check the amount of GPU memory consumed?

b) Force the GPU memory to flush?

c) Find out if Intel can identify the problem and fix it?

Thanks

Ben

0 Kudos
3 Replies
BF_
New Contributor II
954 Views

At least on Win7, Intel gives you a control panel applet showing video memory information. Is that in XP?

I know of one other place it's listed: Aida64.

It's funny you mention this, since under the Windows 8 Consumer Preview I know of a third-party app that randomly does something very much like what you're describing. When it happens, I'm able to open Task Manager, and perhaps Alt-TAB between a few windows, but I can't actually DO much, like shutting down. Ending a task in Task Manager doesn't even work. It's as if the windows aren't updating properly, and I eventually have to cold boot. It's not an Intel-specific problem though, since I know someone who's seen it with AMD. But it sounds awfully similar to what you're talking about.

0 Kudos
idata
Employee
954 Views

Hi

Yes the XP version does have the option in the Applet to show how much memory is being consumed.

Up until the point of finding the applet option that shows GPU memory consumption, I had been profiling my application like crazy, even had someone from the Microsoft WPF/XAML team profile the application and they also couldn't find any memory leaks in the application.

Once I discovered the problem was only surfacing when the GPU memory was nearly maxed out, that was the day I discovered it wasn't actually a problem in my application, but it was in-fact a problem within the driver. I have noticed if I enable BitmapCaching on more elements, the GPU memory consumption increases exponentionally.

For the first few hours I can see the GPU memory stay flat as it should, but then after about 19 hours, it starts creeping up and never stops.

0 Kudos
idata
Employee
954 Views

Well it certainly appears I am not alone in this.

WPF GUI freeze in hardware rendering condition - /message/126791# 126791 http://communities.intel.com/message/126791# 126791

Problem with WPF and Intel HD 3000 Graphics - /message/151240# 151240 http://communities.intel.com/message/151240# 151240

There is obviously a problem with these embedded graphics cards and/or drivers.

What I find most scary is the fact that in the other cases reported on these forums, Intel is ignoring the problem (walking away or not responding at all).

The amount of time and effort we have invested in Intel Embedded Technology and it's failing us.

0 Kudos
Reply