Memory is leaked only in some machines.
- by Jorge Córdoba
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?