https://bugs.winehq.org/show_bug.cgi?id=53711
--- Comment #14 from Zeb Figura z.figura12@gmail.com --- (In reply to pandora.xero from comment #13)
This may be true... and indeed a trivial task. but if there is, for example, a memory leak, how do we know just by watching the VM use what's causing it?
The VM Use will tell us how much RAM the total process is using... but not necessarily what component of the process is using so much.
We don't, but I also don't remember if it was definitively confirmed that the crash is coming from a memory leak. It could be some very rare race, I guess.