Number: 198
Title: neato.exe Locks up
Submitter: Tyler Mecham
Date: Mon Sep 16 14:30:09 2002
Subsys: Neato
Version: 1.8.9
System: x86-Other-Windows 2000
Severity: critical
Problem:
I have a simple DOT file I am trying to get neato to layout, and it appears to go into an infinite loop. Here is the command line I use:

"neato -Tpng -otest.png test.dot"
Input:

graph "g" {
graph [
size = "8.5,11"
overlap = "scale"
sep = "1.0"
spline = "false"
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
]
node [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
shape = "ellipse"
color = "black"
]
edge [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
len = "1.0"
]
"128" [
label = "N"
color = "black"
width = "0.750000"
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
height = "0.500000"
shape = "ellipse"
]
"678" [
label = "N"
color = "black"
width = "0.750000"
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
height = "0.500000"
shape = "ellipse"
]
"1024" [
label = "N"
color = "black"
width = "0.750000"
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
height = "0.500000"
shape = "ellipse"
]
"3999" [
label = "N"
color = "black"
width = "0.750000"
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
height = "0.500000"
shape = "ellipse"
]
"1024" -- "128" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
]
"1024" -- "3999" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
]
"3999" -- "678" [
fontsize = "14"
fontname = "Times-Roman"
fontcolor = "black"
color = "black"
]
}
Comments: [erg] See bug 195
Owner: erg
Status: Fixed (14 June 2004)