Closed
Bug 479492
Opened 17 years ago
Closed 17 years ago
graph.cgi failing on 'set terminal png color' with a new version of gnuplot
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alqahira, Assigned: reed)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
844 bytes,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
The original graph server (build-graphs.m.o) is no longer producing graphs; it was working fine yesterday. Sam suspects it's a regression from last night's work. Data is submitted from the tinderboxen just fine, the raw data can still be accessed, and the results page renders, but no graph is drawn on the page.
| Assignee | ||
Comment 1•17 years ago
|
||
Apparently, we picked up a newer version of gnuplot on dm-webtools01, which broke build-graphs.mozilla.org. Seems that 'set terminal png color' isn't accepted anymore. I was able to change it to 'set terminal png', and it started working again. Patch coming up to change that in CVS.
Assignee: server-ops → reed
Component: Server Operations → Graph Server
Product: mozilla.org → Webtools
QA Contact: mrz → graph.server
Summary: build-graphs no longer drawing graphs → graph.cgi failing on 'set terminal png color'
| Assignee | ||
Comment 2•17 years ago
|
||
Tagging bear for review, but I'll take anybody who understands this code.
Attachment #363466 -
Flags: review?(bear)
| Assignee | ||
Updated•17 years ago
|
Summary: graph.cgi failing on 'set terminal png color' → graph.cgi failing on 'set terminal png color' with new version of gnuplot
Attachment #363466 -
Flags: review+
| Assignee | ||
Updated•17 years ago
|
Summary: graph.cgi failing on 'set terminal png color' with new version of gnuplot → graph.cgi failing on 'set terminal png color' with a new version of gnuplot
| Assignee | ||
Comment 3•17 years ago
|
||
Checking in graph.cgi;
/cvsroot/mozilla/webtools/graph/graph.cgi,v <-- graph.cgi
new revision: 1.23; previous revision: 1.22
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Attachment #363466 -
Flags: review?(bear)
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•