Closed
Bug 1164452
Opened 10 years ago
Closed 10 years ago
crash in java.lang.IllegalArgumentException: View=android.widget.FrameLayout{42475f80 V.E..... ......I. 0,0-720,215} not attached to window manager at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox41 fixed, fennec41+)
RESOLVED
FIXED
Firefox 41
People
(Reporter: aaronmt, Assigned: mhaigh)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
1.74 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-29f62965-8726-428e-a204-78a072150512.
=============================================================
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → mhaigh
Assignee | ||
Comment 1•10 years ago
|
||
I've not been able to recreate this issue but I think this happens when the Service gets killed. I think that when this happens the associated View gets removed, but the runnables are kept alive. Just catching the error is enough as the View has already been removed at this point.
Attachment #8605265 -
Flags: review?(rnewman)
Comment 2•10 years ago
|
||
Comment on attachment 8605265 [details] [diff] [review]
IllegalArgumentException crash when removing view via service
Review of attachment 8605265 [details] [diff] [review]:
-----------------------------------------------------------------
Apparently some related problems throw an IllegalStateException, so maybe | that in too.
Attachment #8605265 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Updated•10 years ago
|
Status: NEW → ASSIGNED
tracking-fennec: ? → Nightly+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•10 years ago
|
tracking-fennec: Nightly+ → 41+
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•