Closed
Bug 820336
Opened 13 years ago
Closed 12 years ago
Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap,testFindInPage,testAddonManager | checking that painted surface loaded - painted surface loaded (x3)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox19 affected, firefox20 affected)
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
3.16 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
Android no-ionmonkey Tegra 250 mozilla-inbound opt test robocop on 2012-12-06 12:16:12 PST for push d96db52bedc4
slave: tegra-031
https://tbpl.mozilla.org/php/getParsedLog.php?id=17681853&tree=Mozilla-Inbound
{
1 INFO TEST-START | testWebContentContextMenu
2 INFO TEST-PASS | testWebContentContextMenu | Awesomebar URL typed properly - http://mochi.test:8888/tests/robocop/robocop_big_link.html should equal http://mochi.test:8888/tests/robocop/robocop_big_link.html
long-clicking at 840.0, 103.0
3 INFO TEST-PASS | testWebContentContextMenu | looking for context menu action - found 'Open Link in New Tab'
4 INFO TEST-PASS | testWebContentContextMenu | Number of tabs has increased - 2 should equal 2
5 INFO TEST-PASS | testWebContentContextMenu | Awesomebar URL typed properly - http://mochi.test:8888/tests/robocop/robocop_big_link.html should equal http://mochi.test:8888/tests/robocop/robocop_big_link.html
java.lang.reflect.InvocationTargetException
at org.mozilla.gecko.RobocopAPI.getViewPixels(RobocopAPI.java:47)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at org.mozilla.fennec.FennecNativeDriver.getPaintedSurface(FennecNativeDriver.java:260)
at org.mozilla.fennec.tests.PixelTest.loadAndGetPainted(PixelTest.java:13)
at org.mozilla.fennec.tests.PixelTest.loadAndPaint(PixelTest.java:22)
at org.mozilla.fennec.tests.testWebContentContextMenu.testWebContentContextMenu(testWebContentContextMenu.java:54)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:194)
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:186)
at org.mozilla.fennec.tests.BaseTest.runTest(BaseTest.java:120)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:520)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1447)
Caused by: java.lang.OutOfMemoryError
at java.nio.IntArrayBuffer.<init>(IntArrayBuffer.java:43)
at java.nio.ReadWriteIntArrayBuffer.<init>(ReadWriteIntArrayBuffer.java:47)
at java.nio.BufferFactory.newIntBuffer(BufferFactory.java:148)
at java.nio.IntBuffer.allocate(IntBuffer.java:47)
at org.mozilla.gecko.gfx.LayerRenderer.getPixels(LayerRenderer.java:269)
at org.mozilla.gecko.gfx.LayerView.getPixels(LayerView.java:291)
... 22 more
6 INFO TEST-UNEXPECTED-FAIL | testWebContentContextMenu | checking that painted surface loaded - painted surface loaded
}
Comment 1•13 years ago
|
||
Caused by: java.lang.OutOfMemoryError
at java.nio.IntArrayBuffer.<init>(IntArrayBuffer.java:43)
at java.nio.ReadWriteIntArrayBuffer.<init>(ReadWriteIntArrayBuffer.java:47)
at java.nio.BufferFactory.newIntBuffer(BufferFactory.java:148)
at java.nio.IntBuffer.allocate(IntBuffer.java:47)
at org.mozilla.gecko.gfx.LayerRenderer.getPixels(LayerRenderer.java:269)
at org.mozilla.gecko.gfx.LayerView.getPixels(LayerView.java:291)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 3•13 years ago
|
||
This might be helpful if we can invoke it when we hit the OOM and somehow pull the hprof file off. It's a binary dump so we can't just dump it to logcat or something.
Attachment #690922 -
Flags: review?(gbrown)
Comment 4•13 years ago
|
||
Comment on attachment 690922 [details] [diff] [review]
Dump hprof data on demand
Review of attachment 690922 [details] [diff] [review]:
-----------------------------------------------------------------
Cool. It seems like a good idea.
Attachment #690922 -
Flags: review?(gbrown) → review+
| Reporter | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Do we have some mechanism for pulling files off the device in case of test failure though?
Flags: needinfo?(jmaher)
Comment 7•13 years ago
|
||
we can fix our harnesses up to look for /sdcard/*.hprof and pull those up. Then we would need to cat that into the logfile. I would imagine putting this in the checkForCrashes routine.
Flags: needinfo?(jmaher)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Comment 9•13 years ago
|
||
| Reporter | ||
Comment 10•13 years ago
|
||
Comment 11•13 years ago
|
||
try run to reproduce this failure: https://tbpl.mozilla.org/?tree=Try&rev=f20ba2b67ed6
(But so far, no luck in over 1000 runs!)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•13 years ago
|
Summary: Intermittent testWebContentContextMenu | checking that painted surface loaded - painted surface loaded (x3) → Intermittent testWebContentContextMenu, testPanCorrectness | checking that painted surface loaded - painted surface loaded (x3)
Comment 23•13 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=18173050&tree=Mozilla-Aurora
https://tbpl.mozilla.org/php/getParsedLog.php?id=18201670&tree=Mozilla-Aurora
status-firefox19:
--- → affected
status-firefox20:
--- → affected
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 40•13 years ago
|
||
It's going to be interesting to find out what's actually broken about tegra-031, since this has happened exactly once on slaves which are not 031.
Depends on: tegra-031
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 46•13 years ago
|
||
Summary: Intermittent testWebContentContextMenu, testPanCorrectness | checking that painted surface loaded - painted surface loaded (x3) → Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage | checking that painted surface loaded - painted surface loaded (x3)
Comment 47•13 years ago
|
||
Summary: Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage | checking that painted surface loaded - painted surface loaded (x3) → Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap | checking that painted surface loaded - painted surface loaded (x3)
Comment 48•13 years ago
|
||
Summary: Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap | checking that painted surface loaded - painted surface loaded (x3) → Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap,testFindInPage | checking that painted surface loaded - painted surface loaded (x3)
Comment 49•13 years ago
|
||
Summary: Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap,testFindInPage | checking that painted surface loaded - painted surface loaded (x3) → Intermittent testWebContentContextMenu,testPanCorrectness,testAboutPage,testVkbOverlap,testFindInPage,testAddonManager | checking that painted surface loaded - painted surface loaded (x3)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Comment 51•12 years ago
|
||
(OrangeWFM bugs not modified in > 2 months)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•5 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
•