http://bugs.winehq.org/show_bug.cgi?id=7426
eric.pouech@wanadoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1
------- Additional Comments From eric.pouech@wanadoo.fr 2007-19-02 16:01 ------- the problem is in builtin dbghelp as it doesn't store any information about the stack for the running thread (the one calling MiniDumpWriteDump) the correct fix is to let MiniDumpWriteDump use the exception information when the dump is created for the running thread (in the case it's called from the exception handler) I'll send a patch later on