Open
Bug 1996020
Opened 1 month ago
Updated 9 days ago
Crash in [@ webrtc::webrtc_checks_impl::WriteFatalLog]
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
REOPENED
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | affected |
| firefox144 | --- | wontfix |
| firefox145 | --- | affected |
| firefox146 | --- | affected |
People
(Reporter: aryx, Assigned: mjf)
References
Details
(Keywords: crash, leave-open)
Crash Data
Attachments
(1 file)
The volume for this crash signature increased with the release of Firefox 144.0.
Michael, does anything need to be done here?
Crash report: https://crash-stats.mozilla.org/report/index/16c21013-e56e-42a9-a5f4-cb4be0251023
Reason:
EXCEPTION_BREAKPOINT
Top 10 frames:
0 KERNELBASE.dll wil::details::DebugBreak(void)
1 xul.dll webrtc::webrtc_checks_impl::WriteFatalLog(std::basic_string_view<char, std::c... third_party/libwebrtc/rtc_base/checks.cc:76
2 xul.dll webrtc::webrtc_checks_impl::WriteFatalLog(char const*, int, std::basic_string... third_party/libwebrtc/rtc_base/checks.cc:84
3 xul.dll webrtc::webrtc_checks_impl::FatalLog(char const*, int, char const*, webrtc::w... third_party/libwebrtc/rtc_base/checks.cc:179
4 xul.dll webrtc::webrtc_checks_impl::LogStreamer<>::Call(char const*, const int, char ... third_party/libwebrtc/rtc_base/checks.h:263
4 xul.dll webrtc::webrtc_checks_impl::LogStreamer<webrtc::webrtc_checks_impl::Val<9, co... third_party/libwebrtc/rtc_base/checks.h:314
4 xul.dll webrtc::webrtc_checks_impl::FatalLogCall<0>::operator&(webrtc::webrtc_checks_... third_party/libwebrtc/rtc_base/checks.h:351
4 xul.dll webrtc::AlignedMalloc(unsigned long long, unsigned long long) third_party/libwebrtc/rtc_base/memory/aligned_malloc.cc:66
5 xul.dll webrtc::I420Buffer::I420Buffer(int, int, int, int, int) third_party/libwebrtc/api/video/i420_buffer.cc:66
5 xul.dll webrtc::RefCountedObject<webrtc::I420Buffer>::RefCountedObject(int&, int&, in... third_party/libwebrtc/rtc_base/ref_counted_object.h:34
Flags: needinfo?(mfroman)
| Assignee | ||
Comment 1•1 month ago
|
||
I'm not sure why we see a jump lately, but this really seems to start back in June where it when from 1 or 2 per day to spikes of double-digits per day.
Flags: needinfo?(mfroman)
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → mfroman
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 2•27 days ago
|
||
Pushed by mfroman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/803cd3c7617f
https://hg.mozilla.org/integration/autoland/rev/8e5342b1389d
use frame buffer pool in DesktopCaptureImpl::OnCaptureResult r=dbaker
Status: NEW → RESOLVED
Closed: 26 days ago
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Pushed by amarc@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c4592fa36205
https://hg.mozilla.org/integration/autoland/rev/d8cd183e8be0
Revert "Bug 1996020 - use frame buffer pool in DesktopCaptureImpl::OnCaptureResult r=dbaker" for causing mda failures @ test_peerConnection_basicScreenshare.html
Backed out for causing mda failures @ /test_peerConnection_basicScreenshare.html
Status: RESOLVED → REOPENED
Flags: needinfo?(mfroman)
Resolution: FIXED → ---
Target Milestone: 146 Branch → ---
| Assignee | ||
Comment 7•17 days ago
|
||
The tsan failure was caused by Bug 1997266. Now that it is fixed, I'll try relanding.
Flags: needinfo?(mfroman)
Updated•16 days ago
|
Pushed by mfroman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5e579f1966d6
https://hg.mozilla.org/integration/autoland/rev/9b7c4f7c8471
use frame buffer pool in DesktopCaptureImpl::OnCaptureResult r=dbaker
| Assignee | ||
Updated•10 days ago
|
Keywords: leave-open
Comment 9•9 days ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•