[Bug 41221] New: wine-mono crashes with " System.EntryPointNotFoundException" when run under gdb
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(a)winehq.org Reporter: dark.shadow4(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41221 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41221 Fabian Maurer <dark.shadow4(a)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(a)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" -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41221 --- Comment #2 from Fabian Maurer <dark.shadow4(a)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.
https://bugs.winehq.org/show_bug.cgi?id=41221 pattietreutel <katyaberezyaka(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41221 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Not present anymore under wine-6.14. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41221 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.15. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla