https://bugs.winehq.org/show_bug.cgi?id=56932
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #2 from Eric Pouech eric.pouech@gmail.com --- actually, I wonder if the generated minidump if fully reloadble... - it doesn't use the exception info from the corresponding debug event to write the minidump; instead it tries to create an empty one (which generates the crash on Wine) - when reloading the minidump, it looks like the backtrace will not be available because of this (and most of the exception context)
so I wonder if the program shouldn't be fixed instead (even if the NULL deref exists on Wine side)