https://bugs.winehq.org/show_bug.cgi?id=41221
Bug ID: 41221 Summary: wine-mono crashes with "System.EntryPointNotFoundException" when run under gdb Product: Wine Version: 1.9.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 55487 --> https://bugs.winehq.org/attachment.cgi?id=55487 Small C# program to show the problem, compiled on windows
When running a C# program, like for example SpaceEngineers, under gdb, mono crashes with an error like "System.EntryPointNotFoundException: GetTimeZoneInformation".
This seems to not only affect "GetTimeZoneInformation", but also other kernel32 functions.
Might be linked to bug 38431, but since it affects not only this one function I assume it's something different, hence a separate report.
https://bugs.winehq.org/show_bug.cgi?id=41221
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=41221
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://sourceforge.net/proj | |ects/x360ce/files/x360ce%20 | |vibmod%203.1.4.1.zip Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Still present as of wine-4.8.
For testing, just run XInputTest.exe from the attached URL. It breaks when using "gdb --args wine XInputTest.exe"
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.
https://bugs.winehq.org/show_bug.cgi?id=41221
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=41221
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Not present anymore under wine-6.14.
https://bugs.winehq.org/show_bug.cgi?id=41221
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.15.