Closed
Bug 817349
Opened 12 years ago
Closed 12 years ago
"UnboundLocalError: local variable 'topFrame' referenced before assignment" in some logs, after bug 813650
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox18 fixed, firefox19 fixed, firefox-esr17 fixed, b2g18 fixed)
RESOLVED
FIXED
mozilla20
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
1.01 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
eg:
http://tbpl/php/getParsedLog.php?id=17525114&tree=Mozilla-Inbound#error1
{
7125 INFO TEST-PASS | /tests/dom/imptests/webapps/DOMCore/tests/approved/test_Range-surroundContents.html | 49,37: resulting range position for range [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node xmlDoctype
Can't find symbol 'GetTexImage'
Can't find symbol 'GetTexLevelParameteriv'
Can't find symbol 'GetTexImage'
Can't find symbol 'GetTexLevelParameteriv'
[Parent 2768] ###!!! ABORT: OOM: file e:\builds\moz2_slave\m-in-w32-pgo\build\obj-firefox\dist\include\nsTSubstring.h, line 530
TEST-UNEXPECTED-FAIL | /tests/dom/imptests/webapps/DOMCore/tests/approved/test_Range-surroundContents.html | Exited with code -2147483645 during test run
INFO | automation.py | Application ran for: 0:04:29.001000
INFO | automation.py | Reading PID log: c:\users\cltbld\appdata\local\temp\tmpfpu4igpidlog
==> process 2768 launched child process 1648
INFO | automation.py | Checking for orphan process with PID: 1648
Downloading symbols from: http://ftp-scl3.mozilla.com/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win32-pgo/1354392190/firefox-20.0a1.en-US.win32.crashreporter-symbols.zip
INFO | runtests.py | Received unexpected exception while running application
Traceback (most recent call last):
File "mochitest/runtests.py", line 738, in runTests
timeout = timeout)
File "c:\talos-slave\test\build\mochitest\automation.py", line 1060, in runApp
crashed = self.checkForCrashes(profileDir, symbolsPath)
File "c:\talos-slave\test\build\mochitest\automation.py", line 991, in checkForCrashes
return automationutils.checkForCrashes(os.path.join(profileDir, "minidumps"), symbolsPath, self.lastTestSeen)
File "c:\talos-slave\test\build\mochitest\automationutils.py", line 203, in checkForCrashes
if not topFrame:
UnboundLocalError: local variable 'topFrame' referenced before assignment
SUCCESS: The process with PID 852 has been terminated.
SUCCESS: The process with PID 2368 has been terminated.
WARNING | automationutils.processLeakLog() | refcount logging is off, so leaks can't be detected!
INFO | runtests.py | Running tests: end.
}
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #687472 -
Flags: review?(ted)
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Ed Morley [UTC+0; email:edmorley@moco] from comment #0)
> eg:
> http://tbpl/php/getParsedLog.php?id=17525114&tree=Mozilla-Inbound#error1
Non-localhost URL:
https://tbpl.mozilla.org/php/getParsedLog.php?id=17525114&tree=Mozilla-Inbound
Updated•12 years ago
|
Attachment #687472 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Thank you for the review :-)
https://hg.mozilla.org/integration/mozilla-inbound/rev/f19c16aa80f2
Assignee | ||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Assignee | ||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/4eba50f86632
https://hg.mozilla.org/releases/mozilla-beta/rev/431596617433
https://hg.mozilla.org/releases/mozilla-b2g18/rev/6ae4a7db2fad
https://hg.mozilla.org/releases/mozilla-esr17/rev/a80a87f6496a
status-b2g18:
--- → fixed
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
status-firefox-esr17:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•