Closed
Bug 1775258
Opened 3 years ago
Closed 3 years ago
Crash in [@ amdgpu_add_fence_dependencies_bo_list]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1778114
People
(Reporter: gsvelto, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/ad1984fe-b6ce-4797-abc4-a37830220620
Reason: SIGSEGV / SEGV_MAPERR
Top 10 frames of crashing thread:
0 libgallium_dri.so amdgpu_add_fence_dependencies_bo_list /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c:1327
1 libgallium_dri.so amdgpu_cs_flush /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c:1749
2 libgallium_dri.so si_flush_gfx_cs /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/drivers/radeonsi/si_gfx_cs.c:143
3 libgallium_dri.so si_flush_from_st /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/drivers/radeonsi/si_fence.c:534
4 libgallium_dri.so si_texture_create_object /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/drivers/radeonsi/si_texture.c:1109
5 libgallium_dri.so si_texture_create_with_modifier /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/gallium/drivers/radeonsi/si_texture.c:1284
6 libgallium_dri.so st_texture_create /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/mesa/state_tracker/st_texture.c:100
7 libgallium_dri.so st_texture_storage /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/mesa/state_tracker/st_cb_texture.c:3333
8 libgallium_dri.so st_AllocTextureStorage /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/mesa/state_tracker/st_cb_texture.c:3377
9 libgallium_dri.so texture_storage_error.constprop.0 /usr/src/debug/mesa-21.3.8-2.fc35.x86_64/src/mesa/main/texstorage.c:502
This crash is happening deep inside the Mesa stack so I'm unsure if it's entirely our fault. Still it seems to be happening only on nightly so chances are a change on our side triggered the crash. Note for reproducing: this is only happening with AMD graphics card from the past few years.
Updated•3 years ago
|
Flags: needinfo?(stransky)
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(stransky)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•