Open
Bug 1894536
Opened 7 months ago
Updated 1 month ago
UndefinedBehaviorSanitizer: /dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp:1339:24: runtime error: load of value 113, which is not a valid value for type 'enum AVColorSpace'
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox127 | --- | affected |
People
(Reporter: truber, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
The attached testcase crashes on mozilla-central revision 20240430-b7a1a8a3af7f (build with --enable-undefined-sanitizer
).
For detailed crash information, see attachment.
To reproduce the issue, you can run the testcase through the "MediaDataDecoder.VP9" gtest. Example STR:
- Change into objdir/dist/bin of your Firefox build
- Place attached testcase into objdir, keep the name "vp9cake.webm"
- Run:
GTEST_FILTER=MediaDataDecoder.VP9 MOZ_RUN_GTEST=1 ./firefox -unittest
Reporter | ||
Comment 1•7 months ago
|
||
Reporter | ||
Comment 2•7 months ago
|
||
Updated•7 months ago
|
Severity: -- → S3
Comment 3•1 month ago
|
||
I would like to take this issue and start working on it. Please assign it to me if possible.
You need to log in
before you can comment on or make changes to this bug.
Description
•