New issue
Advanced search Search tips

Issue 854317 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 7
Components:
EstimatedDays: ----
NextAction: ----
OS: Android , Windows
Pri: 3
Type: Bug
Proj-XR



Sign in to add a comment

BrowserXrDevice::OnRequestSessionResult suffers from ABA problem

Project Member Reported by billorr@chromium.org, Jun 19 2018

Issue description

BrowserXrDevice::OnRequestSessionResult can be called with a VRDisplayHost that was deleted.

We use the display parameter to see if the display is still in our list of displays.

If it is, we may transition to a state where we think we are presenting to a deleted display if a new display came in with the same pointer value.
 
Status: Assigned (was: Untriaged)
Components: Internals>XR
The fix for this is in code review - https://chromium-review.googlesource.com/c/chromium/src/+/1107484
Status: Started (was: Assigned)
Removing Internals>VR component and assigning to Internals>XR
Components: -Internals>VR
Status: Fixed (was: Started)

Sign in to add a comment