Bug 275644 - Unexpected kernel crash in amdgpu
Summary: Unexpected kernel crash in amdgpu
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 14.0-RELEASE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2023-12-09 00:09 UTC by pawel
Modified: 2023-12-15 17:43 UTC (History)
0 users

See Also:


Attachments
Kernel dump (5.28 KB, text/plain)
2023-12-09 00:10 UTC, pawel
no flags Details
dmesg (16.85 KB, text/plain)
2023-12-09 10:38 UTC, pawel
no flags Details
Another crashdump (2.92 KB, text/plain)
2023-12-15 17:43 UTC, pawel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pawel 2023-12-09 00:09:10 UTC

    
Comment 1 pawel 2023-12-09 00:10:26 UTC
Created attachment 246918 [details]
Kernel dump

Here is my kernel /var/crash/vmcore.0
Comment 2 pawel 2023-12-09 00:11:36 UTC
Using Freebsd 14 with amdgpu results in random kernel crash. Stack trace is in attachement. I'm using modules:
Id Refs Address                Size Name
 1  113 0xffffffff80200000  1d345c0 kernel
 2    1 0xffffffff81f35000     7718 cryptodev.ko
 3    1 0xffffffff81f3d000    1c3a8 geom_eli.ko
 4    1 0xffffffff81f5b000   5d5958 zfs.ko
 5    1 0xffffffff83110000     3558 fdescfs.ko
 6    1 0xffffffff83200000   502958 amdgpu.ko
 7    2 0xffffffff83114000    7c050 drm.ko
 8    1 0xffffffff83191000     22b8 iic.ko
 9    3 0xffffffff83194000     3080 linuxkpi_hdmi.ko
10    3 0xffffffff83198000     6350 dmabuf.ko
11    3 0xffffffff8319f000     3378 lindebugfs.ko
12    1 0xffffffff831a3000     b360 ttm.ko
13    1 0xffffffff831af000     64e0 amdgpu_green_sardine_sdma_bin.ko
14    1 0xffffffff831b6000    2c2e0 amdgpu_green_sardine_asd_bin.ko
15    1 0xffffffff831e3000     a3e0 amdgpu_green_sardine_ta_bin.ko
16    1 0xffffffff83703000    16fe0 amdgpu_green_sardine_pfp_bin.ko
17    1 0xffffffff8371a000    12fe0 amdgpu_green_sardine_me_bin.ko
18    1 0xffffffff831ee000     afe0 amdgpu_green_sardine_ce_bin.ko
19    1 0xffffffff8372d000     bcd8 amdgpu_green_sardine_rlc_bin.ko
20    1 0xffffffff83739000    437f0 amdgpu_green_sardine_mec_bin.ko
21    1 0xffffffff8377d000    1fb68 amdgpu_green_sardine_dmcub_bin.ko
22    1 0xffffffff8379d000    642a0 amdgpu_green_sardine_vcn_bin.ko
23    1 0xffffffff831f9000     3390 acpi_wmi.ko
24    1 0xffffffff83802000     3220 intpm.ko
25    1 0xffffffff831fd000     2178 smbus.ko
26    1 0xffffffff83806000     3360 uhid.ko
27    1 0xffffffff8380a000     33c0 usbhid.ko
28    1 0xffffffff8380e000     3380 hidbus.ko
29    1 0xffffffff83812000     3360 wmt.ko
30    1 0xffffffff83816000     e5ac snd_uaudio.ko
31    1 0xffffffff83825000     4364 ums.ko
Comment 3 pawel 2023-12-09 10:38:18 UTC
Created attachment 246928 [details]
dmesg
Comment 4 pawel 2023-12-09 10:39:04 UTC
Problem occurs more often when I use web browser (Firefox).
Comment 5 pawel 2023-12-15 17:43:18 UTC
Created attachment 247071 [details]
Another crashdump