dot -Tdia c:process.dot.txt -o temp.dia Error: Error opening compressed output file
The graph is example from the gallery.
On debian sarge dia output works on dot version 2.2 with exactly the same parameters.
Saku
Input:
Owner: erg
graph G {
run -- intr;
intr -- runbl;
runbl -- run;
run -- kernel;
kernel -- zombie;
kernel -- sleep;
kernel -- runmem;
sleep -- swap;
swap -- runswap;
runswap -- new;
runswap -- runmem;
new -- runmem;
sleep -- runmem;
}
Status: *