https://bugs.winehq.org/show_bug.cgi?id=53551
Bug ID: 53551 Summary: Unable to run a hello world console program: unhandled page fault Product: Wine Version: 7.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ufospoke@gmail.com Distribution: ---
Created attachment 72913 --> https://bugs.winehq.org/attachment.cgi?id=72913 Log file with failure on the Intel Xeon computer
I cannot run windows programs anymore on my Intel Xeon linux computer (after upgrade of the OS).
A simple Hello World program (console application) does not work at all (see the log file). Here is the part of the log that seems to be the problem: wine: Unhandled page fault on execute access to 00007F9B141858D0 at address 00007F9B141858D0 (thread 0084), starting debugger... wine: Unhandled page fault on execute access to 00007F55F46193F0 at address 00007F55F46193F0 (thread 00c8), starting debugger...
What is strange is that this happens only on one of the 2 computers that I use. Both run the same OS (Fedora 36) with wine 7.12. The second computer run an Intel i7.
The Xeon runs 2 Xeon CPU E5-2660 v4 which means it has 56 cores. Therefore I first get some warnings with regards to the number of CPU:
0024:fixme:ntdll:create_logical_proc_info Improve CPU info reporting: system supports 56 logical cores, but only 32 supported! 0024:fixme:ntdll:create_logical_proc_info skipping logical processor 33 ... 0024:fixme:ntdll:create_logical_proc_info skipping logical processor 55
I'm not sure this is an issue.
Note that the binary file was compiled on the Xeon computer with a fresh cross-compiler and with -static -s option: x86_64-w64-mingw32-g++-12.1.0 -o hello_world.exe -static -s hello_world.cpp
Also, when I run the binary file on the i7 computer, it runs fine (see attached log). So the binary file is fine.
In addition, I can add that both computers run an Nvidia GPU but only the Xeon computer runs the nvidia proprietary driver from rpmfusion. The i7 uses nouveau.
https://bugs.winehq.org/show_bug.cgi?id=53551
--- Comment #1 from shinera ufospoke@gmail.com --- Created attachment 72914 --> https://bugs.winehq.org/attachment.cgi?id=72914 Log file without failure on the Intel i7 computer
https://bugs.winehq.org/show_bug.cgi?id=53551
--- Comment #2 from shinera ufospoke@gmail.com --- Created attachment 72915 --> https://bugs.winehq.org/attachment.cgi?id=72915 Hello world C++ program
Compiled with the following command: $ x86_64-w64-mingw32-g++-12.1.0 -o hello_world.exe -static -s hello_world.cpp
https://bugs.winehq.org/show_bug.cgi?id=53551
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in the latest version of Wine?