Closed
Bug 1749255
Opened 3 years ago
Closed 2 years ago
Crash in [@ RtlpFreeHeapInternal | RtlFreeHeap | free_base | aligned_free | buffer_replace]
Categories
(Core :: Audio/Video: Playback, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/59c47987-66a5-4658-bee4-7c9030220103
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 ntdll.dll RtlpFreeHeapInternal
1 ntdll.dll RtlFreeHeap
2 ucrtbase.dll free_base
3 ucrtbase.dll aligned_free
4 mozavutil.dll buffer_replace media/ffvpx/libavutil/buffer.c:119
5 mozavutil.dll av_frame_unref media/ffvpx/libavutil/frame.c:563
6 mozavcodec.dll vp9_decode_frame media/ffvpx/libavcodec/vp9.c:1772
7 mozavcodec.dll frame_worker_thread media/ffvpx/libavcodec/pthread_frame.c:219
8 mozavcodec.dll win32thread_worker media/ffvpx/compat/w32pthreads.h:67
9 ucrtbase.dll thread_start<unsigned int , 1>
This is happening in a line that was introduced in bug 1652958 so it's a potential regression. Martin can you please have a look?
Flags: needinfo?(stransky)
Comment 1•3 years ago
|
||
The change was just atomic_fetch_add_explicit(-1) => atomic_fetch_sub_explicit(1) rename, it didn't change any behavior.
Let's keep eye on that if there's any bigger crash volume here.
Flags: needinfo?(stransky)
Updated•3 years ago
|
Severity: S2 → S3
Priority: -- → P4
Comment 2•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•