Number: 829
Title: Small node size crash graphviz
Submitter: Hugo Charbonneau
Date: Tue Nov 29 17:07:32 2005
Subsys: Dot
Version: ver1.02.25s
System: x86-Windows-XP
Severity: critical
Problem:
I get a crash when I input the following DOT and using the ToPlanExt.

Can you help?

Thanks,

Hugo
Input:

digraph addFlow
{
  rankdir=LR;
  nodesep=0.78125;
  ranksep=0.78125;
  outputorder=nodesfirst;
  node [shape=record,fixedsize=true]

  "S3-FL2" [width=0.590625,height=0.4791667,label="{{|}|{<19688>19688|}|{|<19687>19687}|{<19683>19683|}|{|}}"];

  "S4-FL2" [width=0.4791667,height=0.40625,label="{{<19686>19686}}"];

  "S3-FL2":"19683"->"S4-FL2":"19686"
}
Comments: [erg] This has been fixed for a while.
Owner: ellson
Status: Fixed