You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this isn't a feature request/enhancement, but there seems to be something broken with the issue templates -- there's no bug report template. I was actually confused, so at first I reported this on the main WSL repo, but since this is quite clearly something graphics related I decided to also report it here.
Windows Version
Microsoft Windows [Version 10.0.22631.4317]
WSL Version
2.3.24.0
Are you using WSL 1 or WSL 2?
WSL 2
WSL 1
Kernel Version
5.15.153.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04.5 LTS, Ubuntu 24.04.1 LTS
Other Software
No response
Repro Steps
Install Ubuntu 22.04 or Ubuntu 24.04 (via the Microsoft store, the terminal, or by importing a custom WSL Ubuntu distribution).
Run
I expect a window to open showing three gears. In fact, this works WSL for Ubuntu 20.04.6 LTS:
Actual Behavior
It segfaults:
Segmentation fault (core dumped)
This happens when I try to run any (GPU-accelerated) app that I can think of. I've tried many different drivers and mesa PPA's, but none of them do the trick.
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/glxgears
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe1293640 (LWP 803)]
Thread 1 "glxgears" received signal SIGSEGV, Segmentation fault.
0x00007fffffff9c30 in ?? ()
The text was updated successfully, but these errors were encountered:
fwiw, I had tons of segfault issues on my i9-13950HX, but it wasn't limited to GUIs, and it wasn't happening consistently. I fixed them by disabling the power saving settings in my laptop's BIOS.
Is your feature request related to a problem:
Hi, this isn't a feature request/enhancement, but there seems to be something broken with the issue templates -- there's no bug report template. I was actually confused, so at first I reported this on the main WSL repo, but since this is quite clearly something graphics related I decided to also report it here.
Windows Version
Microsoft Windows [Version 10.0.22631.4317]
WSL Version
2.3.24.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04.5 LTS, Ubuntu 24.04.1 LTS
Other Software
No response
Repro Steps
Install Ubuntu 22.04 or Ubuntu 24.04 (via the Microsoft store, the terminal, or by importing a custom WSL Ubuntu distribution).
Run
Expected Behavior
I expect a window to open showing three gears. In fact, this works WSL for Ubuntu 20.04.6 LTS:
Actual Behavior
It segfaults:
This happens when I try to run any (GPU-accelerated) app that I can think of. I've tried many different drivers and mesa PPA's, but none of them do the trick.
Diagnostic Logs
WslLogs-2024-10-21_19-12-01.zip
Running with GDB gives:
The text was updated successfully, but these errors were encountered: