Closed
Bug 553663
Opened 15 years ago
Closed 15 years ago
Sisyphus - Crash Automation - handle exceptions during dump processing.
Categories
(Testing Graveyard :: Sisyphus, defect)
Testing Graveyard
Sisyphus
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
Attachments
(1 file)
|
4.57 KB,
patch
|
cmtalbert
:
review+
|
Details | Diff | Splinter Review |
Currently it is possible to terminate crashworker.py during crash dump processing if an error occurs while processing the logs. Occasionally, the log files have been deleted by anti-virus software causing the runTest function to terminate abnormally without properly recording the result.
| Reporter | ||
Comment 1•15 years ago
|
||
Attachment #433608 -
Flags: review?(ctalbert)
| Reporter | ||
Comment 2•15 years ago
|
||
damnit, this is obviously not sufficient.
doWork: error in runTest. 'NoneType' object has no attribute 'group' signature: 20100225_NPSWF32_dll_0x3466a_0306_Windows_NT_x86_5_1
url: http://www.jogosdabarbi.org/acessorios/motocicle-coupple/#more-1975,
exception: ['Traceback (most recent call last):\\n', ' File \"crashworker.py\", line 911, in doWork\\n self.runTest(\"firefox\", branch, buildtype, url, url_index, extra_test_args)\\n', ' File \"crashworker.py\", line 335, in runTest\\n logfilename = re.search(\\'log: (.*\\\\.log) \\', stdout).group(1)\\n', \"AttributeError: 'NoneType' object has no attribute 'group'\\n\"]"
| Reporter | ||
Updated•15 years ago
|
Attachment #433608 -
Flags: review?(ctalbert)
| Reporter | ||
Comment 3•15 years ago
|
||
Ok, this is the actual full log that disappeared and not anything related to the dump processing. Not sure what I can do to recover when the log file goes MIA though. I have definitely excluded the results directory from scanning by the anti-virus on the machine where this occurred, so either it is not respecting the setting or the log file is disappearing for a different reason.
| Reporter | ||
Updated•15 years ago
|
Attachment #433608 -
Flags: review?(ctalbert)
Attachment #433608 -
Flags: review?(ctalbert) → review+
| Reporter | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•