http://bugs.winehq.org/show_bug.cgi?id=28801
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2011-10-19 05:03:41 CDT --- Hi Dan,
just a wild guess looking the winedbg code. - in programs/winedbg/stack.c, line 81, can you add a printf when stack_get_current_frame() fails (returns FALSE) ? - it looks like winedbg cannot get any valid frame for some reasons, and the stack code forces to go to first frame (instead of reporting an error)
TIA