[Bug 266315] linuxkpi panic after recent updates (13.1-STABLE #0 stable/13-9cbba5950: Wed Sep 7 23:42:41 CEST 2022)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Feb 2023 18:33:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266315

--- Comment #41 from Paul Dufresne <dufresnep@zoho.com> ---
Thinking aloud...
root@dufresnep:/var/crash # pkg which  /boot/modules/i915kms.ko
/boot/modules/i915kms.ko was installed by package drm-510-kmod-5.10.163_2

So, maybe it is not so much recompiling the kernel with debug symbols, but
more:
make sure:
root@dufresnep:/var/crash # cat /etc/make.conf
WITH_DEBUG=YES
DEBUG_FLAGS= -g -O0
root@dufresnep:/var/crash # 

root@dufresnep:/var/crash # cd /usr/ports/graphics/drm-kmod
# make
# make install

-- 
You are receiving this mail because:
You are on the CC list for the bug.