Open
Bug 1962571
Opened 22 days ago
Updated 14 days ago
Screen Sharing Can Occasionally Crash
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
NEW
People
(Reporter: dbaker, Assigned: dbaker)
Details
Attachments
(1 file)
Crash occasionally when attempting sharing (screen, window, app, or tab).
Assignee | ||
Comment 1•22 days ago
|
||
Comment 2•21 days ago
|
||
Have you seen it for screen or window too? I think we would have heard about it by now if that was the case.
For tab capture it makes sense, it originates from the int64_t
browserId
.
Assignee | ||
Comment 3•17 days ago
|
||
I got a little ahead of myself it's most likely only tab sharing because the value passed to std::stoi
can be out of range.
Updated•14 days ago
|
Attachment #9481033 -
Attachment description: Bug 1962571 - Changing to stoll to account for larger values of mDeviceUniqueId.;r?pehrsons → Bug 1962571 - Changing from std::stoi to account for larger values of mDeviceUniqueId.;r?pehrsons
You need to log in
before you can comment on or make changes to this bug.
Description
•