http://bugs.winehq.org/show_bug.cgi?id=5493
Summary: Page fault in dwarf continously loops in debugger Product: Wine Version: CVS Platform: PC URL: http://arcelectronicsinc.com/testinfo/kpnl1tester.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-debug AssignedTo: wine-bugs@winehq.org ReportedBy: pgr@arcelectronicsinc.com
Fixes to dbghelp dwarf parsing introduced a new problem. Regression testing points to this patch triggering the problem. http://source.winehq.org/git/?p=wine.git;a=commit;h=cca3d1ad0c638cf1d0585adb...
While parsing debug info processing a page fault on a 16 bit app an access causes a page fault and the debugger is started again in a loop. The zip has info on how to duplicate this problem.