http://bugs.winehq.org/show_bug.cgi?id=21923
Summary: winedbg should not called himself recursively Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: yann@droneaud.fr
While trying to debug wine built with llvm/clang, I've found an annoying behavior of winedbg : if it fails with an unhanled page fault, it spawn another instance of winedbg, which will do the same, endlessly.
Wine should be able to detect such failure in winedbg and abort, crash, core dump, whatever, but not spawn more and more instance of winedbg.