Number: 149
Title: segmentation fault when using bgcolor inside clusered data
Submitter: Dobrica Pavlinusic
Date: Sun May 19 09:27:45 2002
Subsys: Dot
Version: 1.8.5
System: x86-Linux-2.4.18
Severity: critical
Problem:
segfault when using bgcolor in cluseter data. This used to work in version 1.7.16 and I was unable to find any refeernces forbiding me to try to color cluster.
Input:
digraph bar {
        subgraph cluster_foo {
                bgcolor = "#ccccff";
                foo ;
        }
}
Fix: well, remove bgcolor :-)
Owner: ellson
Status: Fixed (19 May 2002)