| commit | 229fe1b2d1bbfaf2b5711b80cb15177609c0825f | [log] [tgz] |
|---|---|---|
| author | Giovanni Ortuño Urquidi <ortuno@chromium.org> | Tue Jul 15 16:59:51 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 15 16:59:51 2025 |
| tree | b6fc694aeeca5225aacd2764bfc424a26ab199b6 | |
| parent | 19dc67c7907701f4e974a6a046fd09caa033972a [diff] |
ipp: Add DumpWithoutCrashing to confirm re-entrancy theory We are seeing QuicSessionRequests that are trying to remove themselves from QuicSessionPool::Jobs to which they were not added. The current theory is that these QuicSessionRequests are being added when the Job completes and is about to be deleted, leaving them orphaned. Later on when the request times out, the Request tries to remove itself from a job, if there's no job with the right session key, nothing happens, but if there is a job with the same session key, it will try to remove itself from it even though it was not added to it. Bug: 404586727 Change-Id: Iddba09800b703074a83581c4210b24812a101ef8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6732006 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Giovanni Ortuno Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/main@{#1487019}
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.