Closed
Bug 1431604
Opened 7 years ago
Closed 5 years ago
firefox crashes [@ IPCError-browser | ShutDownKill]--EXC_BREAKPOINT / EXC_I386_BPT
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: yanfzhen, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20180103231032
Steps to reproduce:
Crashes after have a WebEx meeting through WebRTC
Actual results:
https://crash-stats.mozilla.com/report/index/35288319-1be5-4680-a7a0-e63990180119#tab-details
Expected results:
crash should not happen
Comment 1•7 years ago
|
||
Hard to say what's going wrong from just looking at the stacks here.
It doesn't seem to be the RTC_CHECK_EQ killing us but rather something in pthread_join.
Are you able to reproduce this consistently?
Flags: needinfo?(yanfzhen)
Comment 2•7 years ago
|
||
I confirm this since it contains the crash-stats.
Status: UNCONFIRMED → NEW
Crash Signature: [@ IPCError-browser | ShutDownKill ]
Rank: 15
Component: WebRTC → WebRTC: Audio/Video
Ever confirmed: true
Priority: -- → P2
Updated•7 years ago
|
Crash Signature: [@ IPCError-browser | ShutDownKill ] → [@ mozilla::WebrtcVideoConduit::StopReceiving | webrtc::internal::VideoReceiveStream::Stop ]
Updated•7 years ago
|
Crash Signature: [@ mozilla::WebrtcVideoConduit::StopReceiving | webrtc::internal::VideoReceiveStream::Stop ] → [@ .*"webrtc::internal::VideoReceiveStream::Stop".*"mozilla::WebrtcVideoConduit::StopReceiving".* ]
Updated•7 years ago
|
Crash Signature: [@ .*"webrtc::internal::VideoReceiveStream::Stop".*"mozilla::WebrtcVideoConduit::StopReceiving".* ]
Comment 3•7 years ago
|
||
I'm being informed by calixte that the search we need here is not supported by bugzilla (in the signature field), so I'm putting the search in the URL field.
Updated•7 years ago
|
Crash Signature: [@ IPCError-browser | ShutDownKill ]
Comment 4•7 years ago
|
||
See URL field for exact match, this bug is about crashing in `pthread_join` when shutting down the video stream receive thread.
Comment 5•7 years ago
|
||
There are crashes with this signature in 57, 58, and 59.0b3. I don't see any crashes yet for 59 versions later that beta 3.
Another crash happen:
https://crash-stats.mozilla.com/report/index/d4966160-fc26-4ceb-878d-6a3f60180316#tab-bugzilla
Flags: needinfo?(yanfzhen)
Comment 8•5 years ago
|
||
add key word: "DUPEME"
Comment 9•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•