Number: 62
Title: Crash of dot on Windows
Submitter: Stdiobe
Date: Thu Nov 15 03:01:26 2001
Subsys: Dot
Version: gv1711.exe
System: *-*-*
Severity: major
Problem:
Following input causes a crash of dot on Windows when outputing the result as plain text, e.g. -Tplain.

{Emden] With no -T flag, dot reports "lost spline of routine1 routine2" though it doesn't coredump.
Input:

digraph G {
	graph [concentrate=true];

	routine1;
	routine2;

	routine1->routine2;
	routine1->routine2;
}
Owner: north
Status: Fixed