[Bug 7426] winedbg is unable to extract callstack from minidump

Wine Bugs wine-bugs at winehq.org
Mon Feb 19 16:01:59 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7426


eric.pouech at wanadoo.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1




------- Additional Comments From eric.pouech at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list