Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904965 - app-emulation/wine-vanilla:8.6 segfaults with X11 intel config
Summary: app-emulation/wine-vanilla:8.6 segfaults with X11 intel config
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-24 15:43 UTC by Tomás Carvalho
Modified: 2023-04-27 13:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,10.00 KB, text/plain)
2023-04-24 15:43 UTC, Tomás Carvalho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Carvalho 2023-04-24 15:43:26 UTC
Created attachment 860695 [details]
emerge --info

Both wine-vanilla and wine-staging segfault on X11 on a dual gpu system (intel and nvidia),ie. for example running `wine notepad` immediately segfaults, and other apps.
With the following configuration in /etc/X11/xorg.conf.d:
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "sna"
   Option      "DRI" "iris"
   Option      "TearFree"        "false"
   Option      "TripleBuffer"    "false"
   Option      "SwapbuffersWait" "false"
EndSection

If I remove the configuration wine runs well (on both intel and nvidia).


I cannot test this issue on other distros (no idea if it's an upstream bug)
I'll provide any more info if asked.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-25 01:37:57 UTC
Can you provide a backtrace please?
Comment 2 Tomás Carvalho 2023-04-27 13:12:22 UTC
This is what happens, when I have the intel gpu xorg config set.

14:08:55 tomas@gentou ~ wine notepad                             
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
0094:err:seh:KiUserCallbackDispatcher ignoring exception
wine: Unhandled page fault on execute access to 00007FE92AF408E0 at address 00007FE92AF408E0 (thread 0094), starting debugger...
^C^C00f8:err:sync:RtlpWaitForCriticalSection section 7BC6C3C0 "/var/tmp/portage/app-emulation/wine-vanilla-8.6/work/wine-8.6/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f8, blocked by 00f0, retrying (60 sec)
0108:err:sync:RtlpWaitForCriticalSection section 7BC6C3C0 "/var/tmp/portage/app-emulation/wine-vanilla-8.6/work/wine-8.6/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0108, blocked by 00f0, retrying (60 sec)

As you can see, I tried to stop the program with C-c, but it does not seem to work, this does not trigger anything in dmesg.
Comment 3 Tomás Carvalho 2023-04-27 13:13:29 UTC
(In reply to Sam James from comment #1)
> Can you provide a backtrace please?

Did not see the button to reply.... Please check the comment at "2023-04-24 15:43:26 UTC "