[Bug 41221] wine-mono crashes with "System.EntryPointNotFoundException" when run under gdb

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 19 09:26:26 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=41221

--- Comment #2 from Fabian Maurer <dark.shadow4 at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list