Flyspray - The bug killer!

“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra

This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!

Do not issue bugs reports against versions earlier than 0.9.9.5

Security problem? Check the security section.

Tasklist

FS#1471 - Depgraph failure

Attached to Project: Flyspray - The bug killer!
Opened by Renato Alves (rjalves) - Friday, 11 April 2008, 21:17 GMT+2
Task Type Bug Report
Category User Interface
Status Unconfirmed
Assigned To No-one
Operating System Linux
Severity Low
Priority Normal
Reported Version 1.0.0 devel
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 3
Private No

Details

Using the original settings:

dot_public="http://public.research.att.com/~north/cgi-bin/webdot/webdot.cgi"

Causes the graph to fail to display.
The created png is actually an HTML file with a “500 Internal Server Error” message.
Probably due to problems in the webdot server.

Going for the local settings:

dot_public=""
dot_path="/usr/lib/dot"
dot_format="png"
An internal error occurred. You can read the details of the error below.
The cause is either a bug or an improperly configured system.

Location: 1064@includes/class.flyspray.php

parse_url(/http://localhost/bugs/cache/fs_depends_dot_7_f7ef2b6a1ced956edaff95ed6e7fe51d.dot.png): Unable to parse URL

In this case the png file doesn’t exist and only fs_depends_dot_7_f7ef2b6a1ced956edaff95ed6e7fe51d.dot is created.

After creating the png image manually and then reloading the page, the previous error is not displayed and the image is.
However the image map address isn’t displayed correctly.
What is displayed is: http://localhost/http://localhost/bugs/cache/fs_depends_dot_7_f7ef2b6a1ced956edaff95ed6e7fe51d.dot.map

There are two errors here. The most obvious one is http://localhost/ repeated twice. The second one is that there is no file named [some_name].dot.map in the system. Only [some_name].dot and [some_name].dot.png

This task depends upon

Comment by Peter Bridgman (plastical) - Sunday, 20 April 2008, 13:49 GMT+2

This has been occurring for me for quite a few months now. Having it fixed would be very nice! Is there no way to implement this in php, instead of relying on an outside server? If not, could we be provided with the CGI app to install onto our own server?

Many Thanks.

Comment by Frederic xamov (Frederic) - Monday, 21 April 2008, 14:31 GMT+2

I also have extactly the same problem. It would be nice to get it corrected. ;)
Thank you very much to the team, this software is very good !

Comment by Romain Riviere (Mr_Smoke) - Wednesday, 14 May 2008, 09:27 GMT+2

Yep, same here. We run FlySpray on the Intranet, and having to rely on external resource is not good (actually I think the intranet web server is firewalled off the internet). In short, the depgraph feature should be part of flyspray, or it should be possible to disable the feature altogether.

Loading...