Closed
Bug 732656
Opened 14 years ago
Closed 14 years ago
Intermittent chrome_mac "KeyError: 'COMMAND'"
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure, regression)
Possibly just a different expression of the same thing as bug 732655, though I don't think we're as much in the habit of hanging in chrome_mac.
https://tbpl.mozilla.org/php/getParsedLog.php?id=9788841&tree=Mozilla-Inbound
Rev4 MacOSX Snow Leopard 10.6 mozilla-inbound talos chrome_mac.2 on 2012-03-02 18:53:32 PST for push c228a0a6f2ce
NOISE: __startAfterTerminationTimestamp1330743488089__endAfterTerminationTimestamp
Traceback (most recent call last):
File "run_tests.py", line 666, in <module>
main()
File "run_tests.py", line 663, in main
test_file(arg, options, parser.parsed)
File "run_tests.py", line 585, in test_file
browser_dump, counter_dump, print_format = mytest.runTest(browser_config, test)
File "/Users/cltbld/talos-slave/talos-data/talos/ttest.py", line 411, in runTest
self.cleanupAndCheckForCrashes(browser_config, profile_dir)
File "/Users/cltbld/talos-slave/talos-data/talos/ttest.py", line 157, in cleanupAndCheckForCrashes
browser_config['browser_wait'])
File "/Users/cltbld/talos-slave/talos-data/talos/ffprocess.py", line 83, in cleanupProcesses
terminate_result = self.TerminateAllProcesses(browser_wait, process_name, child_process, "crashreporter", "dwwin", "talkback")
File "/Users/cltbld/talos-slave/talos-data/talos/ffprocess_mac.py", line 120, in TerminateAllProcesses
pids = self.GetPidsByName(process_name)
File "/Users/cltbld/talos-slave/talos-data/talos/ffprocess_mac.py", line 92, in GetPidsByName
processes = utils.running_processes(process_name, psarg='-Acj')
File "/Users/cltbld/talos-slave/talos-data/talos/utils.py", line 198, in running_processes
command = process['COMMAND']
KeyError: 'COMMAND'
program finished with exit code 1
elapsedTime=201.616884
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
should probably be 'CMD'
Comment 3•14 years ago
|
||
should be fixed with http://hg.mozilla.org/build/talos/rev/6694f881a3fb and bug 732655
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•