Closed
Bug 1429617
Opened 7 years ago
Closed 7 years ago
Crash in libyuv when rescalling Hangouts call
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1436117
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: drno, Assigned: jib)
References
Details
(Keywords: csectype-wildptr, sec-high)
Crash Data
Example report https://crash-stats.mozilla.com/report/index/5ca8ebf7-1448-49a5-afb7-929df1180110
Would be interested in seeing if updating libyuv in bug 1346291 will fix this.
Comment 1•7 years ago
|
||
all wildptr reads -- though mostly ending in 0x00001, but not all. Arguably sec-moderate, but to be consistent sec-high.
Comment 2•7 years ago
|
||
It's unlikely that the source of the problem is libyuv; most likely it's a race or logic flaw in webrtc/.../vp8_impl.cc or something above it in the stack.
Updated•7 years ago
|
Assignee: nobody → jib
Assignee | ||
Comment 4•7 years ago
|
||
Thanks Frederik for the ping. CCing some folks. Looks like encoding. Jean-Yves, can you take a look?
Flags: needinfo?(jib) → needinfo?(jyavenard)
Comment 5•7 years ago
|
||
Could this be bug 1436117 in effect?
Reporter | ||
Comment 6•7 years ago
|
||
(In reply to Andreas Pehrson [:pehrsons] from comment #5)
> Could this be bug 1436117 in effect?
Looks plausible as I only see a single crash in 60 from a date before the patch in bug 1436117 landed. Let's wait for 60 to become release and see if we will get any crash reports for it.
Comment 7•7 years ago
|
||
No crashes for recent releases. This one here *might* be RESOLVED/WORKSFORME.
Comment 8•7 years ago
|
||
Marking as dup
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jyavenard)
Resolution: --- → DUPLICATE
Comment 9•4 years ago
|
||
Removing employee no longer with company from CC list of private bugs.
Updated•4 years ago
|
Group: media-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•