https://bugs.winehq.org/show_bug.cgi?id=41221
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- So, the problem here is that init_module_iterator inside kernel32 tries to use ReadProcessMemory, but wineserver uses ptrace for that (suspend_for_ptrace) which fails when gdb is already attached. Not sure how to work around that though.