commit | fd59c17d66a5acb8fedce515696a2e394c4986f6 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Tue Jun 13 19:37:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 19:37:06 2023 |
tree | 59d6caa7d03d3f0d2b12e765c671f6f966989b0c | |
parent | 6ce2a529a8619d35c23542c0df460b1ddc84ae4a [diff] |
Addressing a Linux crash in WebrtcDataStreamAdapter::InvokeOpenEvent The top crash report for the Linux host appears to be a race condition between WebrtcDataStreamAdapter::Start() being called (where the event_handler_ member is set) and the InvokeOpenEvent() callback being run which is posted from OnStateChange() which is handling an event from |channel_|. The stack trace doesn't have any info to indicate which data channel was being opened so but the crash to user ratio is pretty close to 1:1 so I think it's truly a race condition and not a specific code path. Bug: 1454494 Change-Id: Id097c167c55f91c3a25a2b61c9805b83e671a5c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4609093 Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1157125}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.