Open Bug 826964 Opened 11 years ago Updated 2 years ago

Intermittent test_localStorageQuotaPrivateBrowsing_perwindowpb.html | application timed out after 330 seconds with no output

Categories

(Firefox :: Private Browsing, defect, P3)

x86_64
macOS
defect

Tracking

()

REOPENED
Tracking Status
firefox20 --- fixed

People

(Reporter: philor, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: intermittent-failure, Whiteboard: [leave open])

Attachments

(1 file, 2 obsolete files)

https://tbpl.mozilla.org/php/getParsedLog.php?id=18486715&tree=Mozilla-Inbound
Rev4 MacOSX Snow Leopard 10.6 mozilla-inbound debug test mochitest-other on 2013-01-04 20:08:30 PST for push bd3b4d20072a
slave: talos-r4-snow-062

9337 INFO TEST-START | chrome://mochitests/content/chrome/dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html
++DOMWINDOW == 145 (0x118a25460) [serial = 1326] [outer = 0x113fd1330]
++DOCSHELL 0x153338530 == 45 [id = 335]
++DOMWINDOW == 146 (0x15333afd0) [serial = 1327] [outer = 0x0]
++DOMWINDOW == 147 (0x14ee9b720) [serial = 1328] [outer = 0x15333af30]
++DOCSHELL 0x1536dcb00 == 46 [id = 336]
++DOMWINDOW == 148 (0x1536dd7c0) [serial = 1329] [outer = 0x0]
++DOCSHELL 0x1536def60 == 47 [id = 337]
++DOMWINDOW == 149 (0x1536dfc80) [serial = 1330] [outer = 0x0]
++DOCSHELL 0x153c62610 == 48 [id = 338]
++DOMWINDOW == 150 (0x153c63360) [serial = 1331] [outer = 0x0]
++DOMWINDOW == 151 (0x153c91190) [serial = 1332] [outer = 0x153c632c0]
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && subjPrincipal) failed: file ../../../docshell/base/nsDocShell.cpp, line 8190
2013-01-04 20:16:30.977 firefox-bin[347:903] invalid drawable
WARNING: Subdocument container has no frame: file ../../../layout/base/nsDocumentViewer.cpp, line 2400
++DOMWINDOW == 152 (0x153391710) [serial = 1333] [outer = 0x1536dd720]
WARNING: Subdocument container has no frame: file ../../../layout/base/nsDocumentViewer.cpp, line 2400
++DOMWINDOW == 153 (0x153398840) [serial = 1334] [outer = 0x1536dfbe0]
++DOMWINDOW == 154 (0x1533a74e0) [serial = 1335] [outer = 0x153c632c0]
WARNING: NS_ENSURE_TRUE(mMutable) failed: file ../../../../netwerk/base/src/nsSimpleURI.cpp, line 273
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 94
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 94
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 94
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 94
WARNING: NS_ENSURE_TRUE(rollupWidget) failed: file ../../../widget/cocoa/nsCocoaWindow.mm, line 94
WARNING: NS_ENSURE_TRUE(mTextInputHandler) failed: file ../../../widget/cocoa/nsChildView.mm, line 3871
++DOMWINDOW == 155 (0x155939120) [serial = 1336] [outer = 0x153c632c0]
WARNING: attempt to modify an immutable nsStandardURL: file ../../../../netwerk/base/src/nsStandardURL.cpp, line 1210
++DOMWINDOW == 156 (0x15594c9e0) [serial = 1337] [outer = 0x153c632c0]
++DOCSHELL 0x155949f40 == 49 [id = 339]
++DOMWINDOW == 157 (0x155973bf0) [serial = 1338] [outer = 0x0]
WARNING: Subdocument container has no frame: file ../../../layout/base/nsDocumentViewer.cpp, line 2400
++DOMWINDOW == 158 (0x15597eea0) [serial = 1339] [outer = 0x155973b50]
++DOMWINDOW == 159 (0x1559a7140) [serial = 1340] [outer = 0x155973b50]
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004003: file ../../../../intl/uconv/src/nsCharsetConverterManager.cpp, line 301
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html | application timed out after 330 seconds with no output
(screenshot)
Can't trigger Breakpad, just killing process
INFO | automation.py | Application ran for: 0:12:14.507711
INFO | automation.py | Reading PID log: /var/folders/Hs/HsDn6a9SG8idoIya6p9mtE+++TI/-Tmp-/tmpK5zSC1pidlog
TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | missing output line for total leaks!
Blocks: pbngentest
Assignee: nobody → andres
Attached patch Patch v1 (obsolete) — Splinter Review
Added logs and some minor changes that could help to fix the issue or get a better idea of where is failing. 

Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=d5b12998f40a
Attachment #699489 - Flags: review?(ehsan)
Comment on attachment 699489 [details] [diff] [review]
Patch v1

Review of attachment 699489 [details] [diff] [review]:
-----------------------------------------------------------------

Please set the checkin-needed keyword once you get green try results.  Thanks!
Attachment #699489 - Flags: review?(ehsan) → review+
This test is failing only on MacOS Snow Leopard, and the problem is that the message event is not being received. So, the test can't continue and times out. 

> var frame = aWindow.content.document.createElement("iframe");
> aWindow.content.document.body.appendChild(frame);
> aWindow.addEventListener("message", function(aEvt) {
>   onMessageReceived(aEvt, aWindow); 
> }, false);
Attached patch v2 (obsolete) — Splinter Review
Another attempt to fix the intermittent on snow leopard
Attachment #701686 - Flags: review?(ehsan)
(In reply to Raymond Lee [:raymondlee] from comment #28)
> Created attachment 701686 [details] [diff] [review]
> v2
> 
> Another attempt to fix the intermittent on snow leopard

Passed try https://tbpl.mozilla.org/?tree=Try&rev=ebb3dc8d1897
Attachment #701686 - Flags: review?(ehsan) → review+
I'm gonna call this fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch v3Splinter Review
Another attempt to fix it.
Attachment #699489 - Attachment is obsolete: true
Attachment #701686 - Attachment is obsolete: true
Attachment #714484 - Flags: review?(ehsan)
Comment on attachment 714484 [details] [diff] [review]
v3

Review of attachment 714484 [details] [diff] [review]:
-----------------------------------------------------------------

Sure, let's try this too.
Attachment #714484 - Flags: review?(ehsan) → review+
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Assignee: andres → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: