Kernel BUG (null ptr dereference) with linux-image-5.19.0-42-generic (HWE kernel on 22.04)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-signed-hwe-5.19 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I use Ubuntu 22.04 in VMWare Player 17.0.2 (Windows host, due to corporate IT...). I installed the HWE kernel since I have an Intel CPU with P/E-cores. 3D acceleration is enabled in VMWare.
With linux-image-
In the journalctl after rebooting it showed that X.Org had crashed followed by a Kernel BUG/Oops due to NULL pointer dereference in drm_gem_
This issue happened twice with this kernel. In addition, after trying to reproduce it with kdump tools installed, I got a different issue: refcount_t: saturated; leaking memory. in the log, leading to the OOM killing everything on the system, including (based on what was printed on the terminal), systemd-udevd and journald. That OOM killing never made it into the journal however, as can be expected. I have attached what I could get from the journal for this case as well.
One thing that helped trigger this bug (but not every time) was launching Firefox, but once it didn't crash from that and only crashed much much later.
Unfortunately I could not get ubuntu-bug to work for this case. I tried "ubuntu-bug --package linux-image-
$ lsb_release -rd
Description: Ubuntu 22.04.2 LTS
Release: 22.04
$ apt-cache policy linux-generic-
linux-generic-
Installed: 5.19.0.
Candidate: 5.19.0.
Version table:
*** 5.19.0.
500 http://
500 http://
100 /var/lib/
5.15.0.25.27 500
500 http://
$ apt-cache policy linux-image-
linux-image-
Installed: 5.19.0-
Candidate: 5.19.0-
Version table:
*** 5.19.0-
500 http://
500 http://
100 /var/lib/
What I expected to happen: No crash.
What happened instead: The crash in the attached log.
description: | updated |
Attached refcount / OOM log