Closed Bug 553663 Opened 15 years ago Closed 15 years ago

Sisyphus - Crash Automation - handle exceptions during dump processing.

Categories

(Testing Graveyard :: Sisyphus, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bc, Unassigned)

References

Details

Attachments

(1 file)

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.
Attached patch patch v1Splinter Review
Attachment #433608 - Flags: review?(ctalbert)
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\"]"
Attachment #433608 - Flags: review?(ctalbert)
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.
Attachment #433608 - Flags: review?(ctalbert)
Attachment #433608 - Flags: review?(ctalbert) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: