Closed
Bug 622493
Opened 15 years ago
Closed 11 years ago
android's debug launch button is broken
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: blassey, Unassigned)
Details
Attachments
(1 file)
|
1.96 KB,
patch
|
mwu
:
review-
|
Details | Diff | Splinter 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)
Comment 1•15 years ago
|
||
(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)
Updated•15 years ago
|
Attachment #500749 -
Flags: review?(mwu) → review-
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•