Open
Bug 1942920
Opened 9 days ago
Updated 6 days ago
[@ mozilla::FFTBlock::PerformFFT] | AddressSanitizer: hard rss limit exhausted
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
NEW
People
(Reporter: jkratzer, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: testcase, Whiteboard: [bugmon:confirm])
Attachments
(2 files)
Testcase found while fuzzing mozilla-central rev bd2ac8b50d75 (built with: --enable-address-sanitizer --enable-fuzzing).
Is it intended that setting the convolver buffer twice with the same buffer would lead to increased memory usage?
Testcase can be reproduced using the following commands:
$ pip install fuzzfetch grizzly-framework --upgrade
$ python -m fuzzfetch --build bd2ac8b50d75 --asan --fuzzing -n firefox
$ python -m grizzly.replay.bugzilla ./firefox/firefox <bugid>
AddressSanitizer: hard rss limit exhausted
Reporter | ||
Comment 1•9 days ago
|
||
Reporter | ||
Comment 2•9 days ago
|
||
Comment 3•9 days ago
|
||
Unable to reproduce bug 1942920 using build mozilla-central 20250119092932-bd2ac8b50d75. Without a baseline, bugmon is unable to analyze this bug.
Removing bugmon keyword as no further action possible. Please review the bug and re-add the keyword for further analysis.
Keywords: bugmon
Reporter | ||
Comment 4•8 days ago
|
||
The attached testcase here was fairly unreliable during testing. I'm going to leave bugmon disabled.
Updated•6 days ago
|
Blocks: media-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•