Closed Bug 1424378 Opened 8 years ago Closed 8 years ago

Crash in InvalidArrayIndex_CRASH | mozilla::gfx::VRSystemManagerOpenVR::HandleAxisMove

Categories

(Core :: WebVR, defect)

59 Branch
Unspecified
Windows 10
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox-esr52 --- unaffected
firefox57 --- unaffected
firefox58 --- unaffected
firefox59 --- fixed

People

(Reporter: calixte, Assigned: daoshengmu)

References

(Blocks 1 open bug)

Details

(Keywords: crash, regression, Whiteboard: [clouseau])

Crash Data

Attachments

(1 file)

This bug was filed from the Socorro interface and is report bp-a34591ed-09cc-4617-8ce3-c3dff0171208. ============================================================= Top 10 frames of crashing thread: 0 mozglue.dll MOZ_CrashPrintf mfbt/Assertions.cpp:63 1 xul.dll InvalidArrayIndex_CRASH xpcom/ds/nsTArray.cpp:26 2 xul.dll mozilla::gfx::VRSystemManagerOpenVR::HandleAxisMove gfx/vr/gfxVROpenVR.cpp:979 3 xul.dll mozilla::gfx::VRSystemManagerOpenVR::HandleInput gfx/vr/gfxVROpenVR.cpp:778 4 xul.dll mozilla::gfx::VRSystemManager::NotifyVSync gfx/vr/gfxVR.cpp:57 5 xul.dll mozilla::gfx::VRSystemManagerOpenVR::NotifyVSync gfx/vr/gfxVROpenVR.cpp:630 6 xul.dll mozilla::gfx::VRManager::NotifyVsync gfx/vr/VRManager.cpp:208 7 xul.dll mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void xpcom/threads/nsThreadUtils.h:1192 8 xul.dll MessageLoop::DoWork ipc/chromium/src/base/message_loop.cc:535 9 xul.dll base::MessagePumpDefault::Run ipc/chromium/src/base/message_pump_default.cc:36 ============================================================= There is 1 crash in nightly 59 with buildid 20171206100053. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1407423. [1] https://hg.mozilla.org/mozilla-central/rev/4cee79cb6c23
Flags: needinfo?(kgilbert)
It probably happens after some works for Windows MR input mapping at Bug 1419344.
(In reply to Daosheng Mu[:daoshengmu] from comment #1) > It probably happens after some works for Windows MR input mapping at Bug > 1419344. No idea for now, because we would at least have two axes for our current support controllers. We can add some condition for that, but I am curious if we have a wrong order for calling ScanForControllers() and HandleInput().
It looks like we meet a strange Windows MR device that has different amount of axes because HTC Vive only has two axes as I mentioned at Bug 1346149 Comment 2. I don't have this kind of device currently, we can add some conditions to avoid this crash, but it could be more likely a bug from "Windows Mixed Reality for SteamVR" if there is no controller on the market only with two axes.
Assignee: nobody → dmu
Following to Comment 3, "MOZ_CRASH Reason ElementAt(aIndex = 2, aLength = 2)" means this controller wants to access the 3rd item of mAxisMove[] but only has 2 axes.
Comment on attachment 8936420 [details] Bug 1424378 - Switch off Windows MR mode when the amount of button or axes is less than our expectation; https://reviewboard.mozilla.org/r/207130/#review215564 LGTM, Thanks!
Attachment #8936420 - Flags: review?(kgilbert) → review+
Flags: needinfo?(kgilbert)
Pushed by dmu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/31f01aea938a Switch off Windows MR mode when the amount of button or axes is less than our expectation; r=kip
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: