Memory is leaked only in some machines.

Posted by Jorge Córdoba on Stack Overflow See other posts from Stack Overflow or by Jorge Córdoba
Published on 2010-12-22T16:37:09Z Indexed on 2010/12/22 16:54 UTC
Read the original article Hit count: 124

Filed under:
|
|

We've got a situation where our application is leaking memory while doing some periodic action.

The test scenario is composed of a series of processes across two relatively complex WPF windows.

The weird thing about the situation is that memory only gets leaked on SOME machines, while others, having exactly the same hardware, can be working for really long times (repeating the process every minute) having their memory almost unchanged (once the GC gets rid of used memory, etc).

This is .NET + WPF. Any ideas about where to start looking? What can cause leaks in only some machines? (we're talking about a 30 machine test scenario).

I have few experience with WPF, could the graphic card had anything to do with it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET