notpre.dir> dotty notpre_after.dot
graph parser: parse error near line 33
context: >>> access <<< control disabled, clients can connect from any host
dotty.lefty: giving up on dot
dotty.lefty: graph that causes dot
dotty.lefty: to fail has been saved in file dottybug.dot
dotty.lefty: please fill out a bug report at http://www.research.att.com/~erg/graphviz/bugform.html
[weil] I had a "xhost +" in my .cshrc file. Apparently, dotty create a new shell and call the .cshrc somewhere. If= this call produce an output, it seems that this output is appended to the .dot file or something like that... So it's a bug that should be very easy to correct for you : the output of the call to the the .cshrc should be redirected to some temporary file.
[erg] Based on this, it was recommended that the output of xhost be
redirected in .cshrc or, better, move the call to xhost to a one-time
X startup file. dotty runs a shell to run dot and since it can't separate
dot output from shell output on stdin, it has to rely on the shell not
producing any output on stdout.
Owner: erg
Status: Fixed (5 September 2002)