Closed
Bug 1911016
Opened 2 years ago
Closed 1 year ago
Crash in [@ linear_alloc_child] in Mesa called from raw_fDrawArrays
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | affected |
People
(Reporter: release-mgmt-account-bot, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/07c1858d-1649-41e8-b630-377b60240726
Reason: SIGSEGV / SEGV_MAPERR
Top 10 frames of crashing thread:
0 libgallium_drv_video.so linear_alloc_child /usr/src/debug/mesa/mesa-24.1.4/src/util/ralloc.c:1034
0 libgallium_drv_video.so linear_zalloc_child /usr/src/debug/mesa/mesa-24.1.4/src/util/ralloc.c:1131
1 libgallium_drv_video.so make_array_type /usr/src/debug/mesa/mesa-24.1.4/src/compiler/glsl_types.c:507
1 libgallium_drv_video.so glsl_array_type /usr/src/debug/mesa/mesa-24.1.4/src/compiler/glsl_types.c:1271
2 libgallium_drv_video.so read_variable /usr/src/debug/mesa/mesa-24.1.4/src/compiler/nir/nir_serialize.c:345
3 libgallium_drv_video.so read_var_list /usr/src/debug/mesa/mesa-24.1.4/src/compiler/nir/nir_serialize.c:427
3 libgallium_drv_video.so nir_deserialize /usr/src/debug/mesa/mesa-24.1.4/src/compiler/nir/nir_serialize.c:2063
4 libgallium_drv_video.so r600_pipe_shader_create /usr/src/debug/mesa/mesa-24.1.4/src/gallium/drivers/r600/r600_shader.c:149
5 libgallium_drv_video.so r600_shader_select /usr/src/debug/mesa/mesa-24.1.4/src/gallium/drivers/r600/r600_state_common.c:933
6 libgallium_drv_video.so r600_update_derived_state /usr/src/debug/mesa/mesa-24.1.4/src/gallium/drivers/r600/r600_state_common.c:1860
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2024-06-07
- Process type: RDD
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - all crashes happened on null or near null memory address
Updated•2 years ago
|
Component: General → Graphics
Summary: Crash in [@ linear_alloc_child] → Crash in [@ linear_alloc_child] in Mesa called from raw_fDrawArrays
Comment 1•2 years ago
|
||
Kelsey, could you please evaluate this when you get a chance?
Severity: -- → S3
Component: Graphics → Graphics: CanvasWebGL
Flags: needinfo?(jgilbert)
Priority: -- → P1
| Reporter | ||
Comment 2•1 year ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•