Number: 129
Title: Segmentation violation
Submitter: Ulrich Neumerkel
Date: Sun Apr 14 20:14:50 2002
Subsys: Dot
Version: 1.8.5
System: x86-Linux-Redhat 7.1
Severity: critical
Problem: 1.8 was correct on this
Input:
digraph G{
                 ordering=out;
                 {rank=same;"1";"2"};
                 "1"->"2";
                 {rank=same;"4";"5"};
                 "4"->"5";
                 "7"->"5";
                 "7"->"4";
                 "6"->"1";
                 "3"->"6";
                 "6"->"4";
                 "3"->"8";
}
Comments:
This bug is also present in 1.8.3. It is absent in 1.8.0. It was present and reported by me in 1.7.?

[erg] This is a reoccurrence of bug 58.
Owner: north
Status: Fixed