Closed
Bug 891579
Opened 11 years ago
Closed 11 years ago
[fig] android.database.StaleDataException: Access closed cursorat android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java:217)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Margaret, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
I'm running into this crash in robocop tests, now that I'm working on updating them to run on fig.
Here are some logs, although I don't see any useful stack traces, and I haven't been able to reproduce this locally:
https://tbpl.mozilla.org/php/getParsedLog.php?id=25085337&tree=Try
https://tbpl.mozilla.org/php/getParsedLog.php?id=25085706&tree=Try
This actually sounds like bug 729252, which bnicholson fixed at one point. Maybe we somehow lost that fix when porting code over?
Comment 1•11 years ago
|
||
Reports at:
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&signature=android.database.StaleDataException%3A+Attempting+to+access+a+closed+CursorWindow.Most+probable+cause%3A+cursor+is+deactivated+prior+to+calling+this+method.+at+android.database.AbstractWindowedCursor.checkPosition%28AbstractWindowedCursor.java%29
(In reply to :Margaret Leibovic from comment #0)
> This actually sounds like bug 729252, which bnicholson fixed at one point.
> Maybe we somehow lost that fix when porting code over?
No. There are two crashes in 23.0 Beta.
Crash Signature: [@ android.database.StaleDataException: Attempting to access a closed CursorWindow.Most probable cause: cursor is deactivated prior to calling this method. at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java)]
Keywords: crash
Whiteboard: [native-crash]
Reporter | ||
Comment 3•11 years ago
|
||
I haven't seen this recently on fig, closing as WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(margaret.leibovic)
Resolution: --- → WORKSFORME
Assignee | ||
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
•