Closed
Bug 844902
Opened 12 years ago
Closed 12 years ago
UnboundLocalError: local variable 'dumpDir' referenced before assignment - remoteautomation.py", line 142, in checkForCrashes
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 844797
People
(Reporter: emorley, Unassigned)
Details
In:
https://tbpl.mozilla.org/php/getParsedLog.php?id=20068768&tree=Mozilla-Inbound#error1
{
Traceback (most recent call last):
File "reftest/remotereftest.py", line 462, in main
retVal = reftest.runTests(manifest, options, cmdlineArgs)
File "/builds/tegra-256/test/build/tests/reftest/runreftest.py", line 140, in runTests
timeout=options.timeout + 30.0)
File "/builds/tegra-256/test/build/tests/reftest/automation.py", line 1191, in runApp
crashed = self.checkForCrashes(profileDir, symbolsPath)
File "/builds/tegra-256/test/build/tests/reftest/remoteautomation.py", line 142, in checkForCrashes
print "WARNING: unable to remove directory: %s" % dumpDir
UnboundLocalError: local variable 'dumpDir' referenced before assignment
}
https://hg.mozilla.org/integration/mozilla-inbound/file/77269eb211df/build/mobile/remoteautomation.py#l142
Added by bug 813577.
![]() |
||
Comment 1•12 years ago
|
||
Ed - See bug 844797: your choice of which to dup.
Reporter | ||
Updated•12 years ago
|
Assignee: emorley → nobody
No longer blocks: 813577
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•