http://bugs.winehq.org/show_bug.cgi?id=15209
Summary: winedbg has an infinite loop at wine/programs/winedbg/memory.c:426 Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: florianskarten@web.de
Created an attachment (id=15965) --> (http://bugs.winehq.org/attachment.cgi?id=15965) The backtrace made by another winedbg instance of the other winedbg.
What I did: I typed bt to get the current backtrace. I didn't notice that the backtrace is incomplete and typed list -. I waited some seconds and then I did [control] + [c]. That didn't help and I pressed the key combination again multiple times. As that didn't help I decided to give the program about 10 more minutes, but still the program was frozen. I started another winedbg instance and attached the one who could be in an infinitive loop. With that other instance I tried to find the infinitive loop. I think I have found it at: wine/programs/winedbg/memory.c:426 as I can execute the "n" command multiple times, but the program will not leave the loop. I might be wrong.
Used wine version: c2de38ea47046039d21c2ef38e8c4b01d95663f5 + one test patch of mine.