Number: 319
Title: dot crash
Submitter: Nick Savoiu
Date: Thu Jul 3 19:53:14 2003
Subsys: Dot
Version: 1.9
System: x86-Windows-XP SP1
Severity: minor
Problem:
I've attached the .dot file created by dotty when dot crashed.

Nick
Input file: b319.dot
Comments:
[erg] dot aborts trying to find a feasible tree to use in network simplex.

It's a technical bug: an isolated node is specified as being on the source rank. The following graph causes the problem:


digraph G {
  subgraph {
    rank = source
    a
  }
  b
}

Owner: north
Status: Fixed