Closed Bug 1795958 Opened 3 years ago Closed 3 years ago

large number of IAsyncOperationCompletedHandler hangs in MSIX package

Categories

(Firefox :: Shell Integration, defect)

defect

Tracking

()

RESOLVED FIXED
108 Branch
Tracking Status
firefox107 --- fixed
firefox108 --- fixed

People

(Reporter: bhearsum, Assigned: bhearsum)

References

Details

(Whiteboard: [fidedi-ope])

Attachments

(1 file)

We don't have a stack trace for this, but it's likely fallout from https://bugzilla.mozilla.org/show_bug.cgi?id=1756209. Specifically, there's two blocks in that file that block until they find AsyncStatus::Completed -- which is probably wrong, as async operations can complete with AsyncStatus::Error.

I've been unable to find confirmation of this (there is basically zero guidance on how to work with these from plain C++ as far as I can tell), but the available states imply that async operations will begin in Started, and then change to one of the other ones later.

Pushed by bhearsum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3750b30b63fd don't block windows package manager operations on successful completion of async operations. r=rkraesig

Comment on attachment 9299386 [details]
Bug 1795958: don't block windows package manager operations on successful completion of async operations. r?rkraesig!

Beta/Release Uplift Approval Request

  • User impact if declined: Many users of our Microsoft Store product will experience hangs or crashes
  • Is this code covered by automated tests?: No
  • Has the fix been verified in Nightly?: No
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): Simple change that only affects MSIX builds. It cannot make anything worse, at the very least.
  • String changes made/needed:
  • Is Android affected?: No
Attachment #9299386 - Flags: approval-mozilla-release?
Attachment #9299386 - Flags: approval-mozilla-beta?
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch

Comment on attachment 9299386 [details]
Bug 1795958: don't block windows package manager operations on successful completion of async operations. r?rkraesig!

Approved for 107.0b4.

Attachment #9299386 - Flags: approval-mozilla-beta? → approval-mozilla-beta+

Ben, is that patch needed in addition to the one in bug 1796391 to fix the crashes?

Flags: needinfo?(bhearsum)

Comment on attachment 9299386 [details]
Bug 1795958: don't block windows package manager operations on successful completion of async operations. r?rkraesig!

Let's reduce the scope of the dot release and let this ship with 107, thanks.

Flags: needinfo?(bhearsum)
Attachment #9299386 - Flags: approval-mozilla-release? → approval-mozilla-release-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: