Public bug reported:

Regression from gutsy to hardy.

I have a tivial dot file:
---------------------------------------------
digraph name {
rankdir = LR ;

node [shape = circle]; s00
node [shape = circle]; s01
node [shape = circle]; s02
node [shape = doublecircle]; s03_one
node [shape = doublecircle]; s06_two
node [shape = doublecircle]; s09_three

s00 -> s01 [label = "a"];
s00 -> s01 [label = "b"];
s00 -> s01 [label = "c"];
s00 -> s01 [label = "d"];
s00 -> s01 [label = "e"];
s01 -> s02 [label = "f"];
s01 -> s02 [label = "g"];
s01 -> s02 [label = "h"];
s01 -> s02 [label = "i"];
s01 -> s02 [label = "j"];
s02 -> s03_one [label = "a"];
s02 -> s06_two [label = "b"];
s02 -> s09_three [label = "c"];
}
---------------------------------------------

The dotty shipped with gutsy displays this file without a problem. Dotty
on hardy hangs and never renders.

** Affects: graphviz (Ubuntu)
     Importance: Undecided
         Status: New

-- 
dotty hangs
https://bugs.launchpad.net/bugs/192590
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to