Closed
Bug 747447
Opened 13 years ago
Closed 13 years ago
HistoryQueryTask Crash Report [@ android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at android.view.ViewRoot.checkThread(ViewRoot.java) ]
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 746946
People
(Reporter: cpeterson, Assigned: Margaret)
Details
(Keywords: crash, topcrash, Whiteboard: [native-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-f46b51b1-58e5-4e7f-9507-1bd842120419 .
=============================================================
https://crash-stats.mozilla.com/report/index/f46b51b1-58e5-4e7f-9507-1bd842120419
https://crash-stats.mozilla.com/report/index/3ee9d436-6eaf-42ef-a4b2-889782120419
android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRoot.checkThread(ViewRoot.java:2988)
at android.view.ViewRoot.focusableViewAvailable(ViewRoot.java:1734)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.ViewGroup.focusableViewAvailable(ViewGroup.java:544)
at android.view.View.setFlags(View.java:4681)
at android.view.View.setFocusableInTouchMode(View.java:3257)
at android.widget.AdapterView.checkFocus(AdapterView.java:698)
at android.widget.ListView.setAdapter(ListView.java:459)
at android.widget.ExpandableListView.setAdapter(ExpandableListView.java:489)
at org.mozilla.gecko.AwesomeBarTabs$HistoryQueryTask.onPostExecute(AwesomeBarTabs.java:583)
at org.mozilla.gecko.AwesomeBarTabs$HistoryQueryTask.onPostExecute(AwesomeBarTabs.java:406)
at android.os.AsyncTask.finish(AsyncTask.java:417)
at android.os.AsyncTask.access$300(AsyncTask.java:127)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:429)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at org.mozilla.gecko.GeckoBackgroundThread.run(GeckoBackgroundThread.java:31)
Reporter | ||
Comment 1•13 years ago
|
||
Margaret, this crash in HistoryQueryTask looks a lot like BookmarksQueryTask crash bug 746946 that you are working on.
Updated•13 years ago
|
Whiteboard: [native-crash]
Updated•13 years ago
|
OS: Linux → Android
Hardware: All → ARM
I believe that this is a dup of bug 746946
Comment 3•13 years ago
|
||
There are about 20 crashes per build with this signature.
Keywords: topcrash
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Naoki Hirata :nhirata from comment #2)
> I believe that this is a dup of bug 746946
Yeah, I bet one patch will fix both these issues, but we can keep them both open for now just to make sure.
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Margaret Leibovic [:margaret] from comment #4)
> (In reply to Naoki Hirata :nhirata from comment #2)
> > I believe that this is a dup of bug 746946
>
> Yeah, I bet one patch will fix both these issues, but we can keep them both
> open for now just to make sure.
Actually, on further investigation, these are the same issue, so I'm going to mark this as a dupe.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
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
•