Number: 489
Title: dot fails with SIGSEGV (constraint)
Submitter: Rei Odaira
Date: Sun Jul 11 17:00:53 2004
Subsys: Dot
Version: 1.12
System: x86-Linux-2.4.18
Severity: critical
Problem: dot -Tps -ofoo.ps foo.dot
Input:
digraph g {

subgraph cluster_C {
R0 -> R6;
R1 -> R2;
R2 -> R3;
R3 -> R4;
R4 -> R5;
}

edge [constraint=false];
R0 -> R4;
R0 -> R5;
}
Owner: ellson
Status: Fixed