Godot Version
Godot_v4.5-stable_linux.x86
Question
`
While running Godot in various situations, the graphical environment on my laptop froze, forcing me to power off and restart the machine.
emviroment: Linux Mint 21.3 with kernel 5.15.0-157-generic
CPU: Intel Celeron N2806 (Bay Trail)
Event: Upon launching Godot, the graphical environment froze. I found the following in the kernel log:
Oct 19 11:26:21 kernel: [ 3500.761917] kernel tried to execute NX-protected page - exploit attempt? (uid: 0)
Oct 19 11:26:21 kernel: [ 3500.761932] BUG: unable to handle page fault for address: ffffb9ec825afca0
Oct 19 11:26:21 kernel: [ 3500.761938] #PF: supervisor instruction fetch in kernel mode
Oct 19 11:26:21 kernel: [ 3500.761943] #PF: error_code(0x0011) - permissions violation
Oct 19 11:26:21 kernel: [ 3500.761961] Oops: 0011 [#1] SMP PTI
Oct 19 11:26:21 kernel: [ 3500.761968] CPU: 0 PID: 961 Comm: Xorg Tainted: P C OE 5.15.0-157-generic
`