Number: 47
Title: Abort in dot
Submitter: Andreas Lauer
Date: 16 Aug 2001
Subsys: Dot
Version: 1.7.7
System: *-*-*
Severity: major
Problem:
With the attached dot-file as input, dot simply aborts! (version 1.7c does not have problems here)
Input:
digraph RDFSGraph
{
  node [fontname=Arial,fontcolor=black,shape=record]
  edge [fontname=Arial, dir=back,color=black,fontcolor=black]


  "Namespaces:la = http://www.rdfschema.org/newspaper#lrdf = http://www.w3.org/1999/02/22-rdf-syntax-ns#lrdfs = http://www.w3.org/TR/1999/PR-rdf-schema-19990303#l" [shape=record,fontsize=9,fontcolor=black]


  "a:Person" -> "a:Employee"

  "rdfs:Resource" -> "a:Person"
  "a:Employee" -> "a:Columnist"
  "a:Author" -> "a:Columnist"
  "rdfs:Resource" -> "a:Author"
  "a:Employee" -> "a:Reporter"
  "a:Author" -> "a:Reporter"
}
Owner: north
Status: Fixed