Closed Bug 622493 Opened 15 years ago Closed 11 years ago

android's debug launch button is broken

Categories

(Core Graveyard :: Widget: Android, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: blassey, Unassigned)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
Not sure when we broken it, might have been with bug 607939. The problem is a deadlock. We're waiting for mQueryResult.take() (because the gecko event loop isn't running yet) and that's blocking the handling of the button click. Pushing the creation of the editor off until launch prevents the deadlock.
Attachment #500749 - Flags: review?(mwu)
(In reply to comment #0) > The problem is a deadlock. We're waiting for mQueryResult.take() (because the > gecko event loop isn't running yet) and that's blocking the handling of the > button click. > > Pushing the creation of the editor off until launch prevents the deadlock. Push it off until gecko event loop is ready, then. (onAppShellReady)
Attachment #500749 - Flags: review?(mwu) → review-
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: