Closed
Bug 543579
Opened 16 years ago
Closed 16 years ago
Missing saveFailedMinidumpsTo.default in monitorconfig.py.dist
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.5
People
(Reporter: d_bugzilla, Assigned: ozten)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
Build Identifier: Trunk
In scripts/config/monitorconfig.py.dist, saveSuccessfulMinidumpsTo.default is defined twice, while saveFailedMinidumpsTo.default is not set.
Quick fix is to edit line 31.
Reproducible: Always
Steps to Reproduce:
1. Download trunk version
2. Grep for saveFailedMinidumpsTo.default in scripts/config/monitorconfig.py.dist
Actual Results:
Nothing found
Expected Results:
saveFailedMinidumpsTo.default should be found
| Assignee | ||
Comment 1•16 years ago
|
||
(In reply to comment #0)
Excellent, thanks Tom! Committed on your behalf.
Assignee: nobody → ozten.bugs
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•