Closed
Bug 1743611
Opened 3 years ago
Closed 3 years ago
[VA-API] Crash in [@ __GI___uname]
Categories
(Core :: Security: Process Sandboxing, defect, P1)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | --- | disabled |
firefox97 | --- | fixed |
People
(Reporter: gsvelto, Assigned: jld)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Crash report: https://crash-stats.mozilla.org/report/index/58cd4e44-700b-49d5-921c-bc17f0211130
Reason: SIGSYS
Top 10 frames of crashing thread:
0 libc.so.6 __GI___uname
1 libgallium_drv_video.so libgallium_drv_video.so@0x3e7508
2 firefox-bin calloc memory/build/malloc_decls.h:52
3 firefox-bin arena_t::MallocLarge memory/build/mozjemalloc.cpp:3039
4 firefox-bin arena_t::MallocLarge memory/build/mozjemalloc.cpp:3039
5 firefox-bin calloc memory/build/malloc_decls.h:52
6 libgallium_drv_video.so libgallium_drv_video.so@0x87ffe0
7 libc.so.6 __realpath /build/glibc-S9d2JN/glibc-2.27/stdlib/canonicalize.c:218
8 libc.so.6 getenv /build/glibc-S9d2JN/glibc-2.27/stdlib/getenv.c:35
9 @0x7fbce29741e7
Recent mesa is calling uname()
to populate the driver name with the kernel version, hence this crash.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jld
Assignee | ||
Updated•3 years ago
|
Summary: Crash in [@ __GI___uname] → [VA-API] Crash in [@ __GI___uname]
Updated•3 years ago
|
status-firefox94:
--- → unaffected
status-firefox95:
--- → unaffected
status-firefox96:
--- → disabled
status-firefox-esr91:
--- → unaffected
Comment 1•3 years ago
|
||
Another signature with SIGSYS 0x000000000000003f.
Crash Signature: [@ __GI___uname] → [@ __GI___uname]
[@ libc.so.6@0xd7e67 | libgallium_drv_video.so@0x51a093 ]
Updated•3 years ago
|
Crash Signature: [@ __GI___uname]
[@ libc.so.6@0xd7e67 | libgallium_drv_video.so@0x51a093 ] → [@ __GI___uname]
[@ __GI_uname]
[@ libc.so.6@0xd7e67 | libgallium_drv_video.so@0x51a093 ]
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Mesa wants to see the OS version, and this is relatively harmless.
Updated•3 years ago
|
Priority: -- → P1
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bbfee13c45ee
Allow uname in the RDD process sandbox. r=gcp
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•