Closed
Bug 986872
Opened 11 years ago
Closed 11 years ago
Intermittent testBrowserProviderPerf crash on Android 2.2
Categories
(Firefox for Android Graveyard :: Data Providers, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
(Keywords: intermittent-failure)
Assignee | ||
Comment 1•11 years ago
|
||
Try push with extra debugging:
https://tbpl.mozilla.org/?tree=Try&rev=09d22186dcdf
Assignee | ||
Comment 2•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=36564412&tree=Try&full=1
It's silently hard-crashing in `db.endTransaction()`. A transaction is open and writes have occurred. A `catch (Throwable t)` block can't catch the issue.
Compare:
--- 2.2 ---
03-22 19:19:42.615 I/GeckoTransProvider( 3174): Not bothering with an intermediate write transaction: inside batch operation.
03-22 19:19:42.625 I/GeckoTransProvider( 3174): Flushing DB bulkinsert...
03-22 19:19:42.625 I/GeckoTransProvider( 3174): Marking batch successful.
03-22 19:19:42.625 I/GeckoTransProvider( 3174): bulkInsert: explicitly ending transaction.
03-22 19:19:42.625 I/GeckoTransProvider( 3174): Ending batch.
program finished with exit code 2
--- 4.0 ---
19:30:12 INFO - 03-22 19:29:06.648 I/GeckoTransProvider( 2581): Not bothering with an intermediate write transaction: inside batch operation.
19:30:12 INFO - 03-22 19:29:06.648 I/GeckoTransProvider( 2581): Flushing DB bulkinsert...
19:30:12 INFO - 03-22 19:29:06.648 I/GeckoTransProvider( 2581): Marking batch successful.
19:30:12 INFO - 03-22 19:29:06.648 I/GeckoTransProvider( 2581): bulkInsert: explicitly ending transaction.
19:30:12 INFO - 03-22 19:29:06.648 I/GeckoTransProvider( 2581): Ending batch.
19:30:12 INFO - 03-22 19:29:07.062 I/GeckoTransProvider( 2581): Ended batch transaction.
19:30:12 INFO - 03-22 19:29:07.062 I/Robocop ( 2581): Filtering.
19:30:12 INFO - 03-22 19:29:08.703 I/Robocop ( 2581): Filtered: count is 100
19:30:12 INFO - 03-22 19:29:08.703 I/Robocop ( 2581): __start_report1635__end_report
19:30:12 INFO - 03-22 19:29:08.703 I/Robocop ( 2581): __startTimestamp1635__endTimestamp
As far as I know, I didn't change the behavior around this. Tempted to chalk this up to 2.2 misbehavior and disable the test...
Summary: Intermittent testBrowserProviderPerf crash → Intermittent testBrowserProviderPerf crash on Android 2.2
Assignee | ||
Comment 3•11 years ago
|
||
Sanity check: Kevin, Aaron, do either of you have a 2.2 device on-hand to test a current fx-team build? Specifically:
* Visit a page and immediately add it to reading list (long-tap the reader mode icon, IIRC)
* Bookmark pages and add history
* Import Android bookmarks and history
If those three things work on 2.2, I'm very inclined to disable this test on 2.2.
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
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
•