Number: 123
Title: port-to-port ne to n sinks ship
Submitter: Scot Wilcoxon
Date: Tue Apr 2 17:37:20 2002
Subsys: Dotty/Lneato/Lefty
Version: 1.8.1
System: Sparc-SunOS-SunOS sys1 5.8 Generic_108528-10 sun4u sparc SUNW,Ultra-250
Severity: major
Problem:
"dotty.lefty: giving up on dot" and core dumps

Happened when a loop to same node from port se to ne was changed to port ne to n (because another edge had appeared at the East port and was crossing through this loop edge).
Input:

/* This is input to the "dot" or "WebDot" program, part of Graphviz */
digraph G {
    /* tester_run.ksh has a loop inside it */
    tester_run_ksh:ne -> tester_run_ksh:n ;

#    /* run this edge through an invisible point for a right angle around
#     * obstructing subgraph */
#    tester_run_ksh -> point1 [ constraint=false, arrowhead=none ];
#    point1 -> copy_summ_awk;

#    tester_run_ksh[label="tester_run.kshn(ends only upon error)"];
#    copy_summ_awk[label="copy_summ.awk"] ;

#    /* testing use of fontsize=0 to see if that makes it have no label */
#    point1[ shape=point, width="0.01", height="0.01", fontsize=0 ];


#    subgraph aligntune5{
#        rank=same;
#        tester_run_ksh;
#        point1;
#    }

}
Comments: [erg] This is the same bug as bug 122.
Owner: erg
Status: Inactive (18 June 2002)