Number: 789
Title: dot -y | neato -n2 -s -Tpng = vm_allocate(size=4294959104) failed
Submitter: Ryan Schmidt
Date: Mon Sep 12 07:47:04 2005
Subsys: Neato
Version: 2.7.20050910.0430
System: *-*-
Severity: major
Problem:
"neato -n2 -s -Tpng" fails when its input has been run through "dot -y":


$ echo 'digraph g { a }' | dot -y | neato -n2 -s -Tpng > graph.png
neato(6929) malloc: *** vm_allocate(size=4294959104) failed (error code=3)
neato(6929) malloc: *** error: can't allocate region
neato(6929) malloc: *** set a breakpoint in szone_error to debug

Mailing list post where this was first reported:

https://mailman.research.att.com/pipermail/graphviz-interest/2005q3/002768.html

If it matters, this is observed on a 1.5-GHz PowerBook G4 with Mac OS X 10.4.2. Graphviz was compiled from source using dependencies from darwinports.
Comments: [erg] dot -y should not flip the y values of the bounding box
Owner: erg
Status: Fixed (22 Sept 2005)