Ported Issue from Mantis
Original ID: 2473 Attached file(s) mentioned may only be available on the Mantis Tracker.
Reported By: artur
SEVERITY: IMPORTANT
Submitted: 2014-07-29 13:22:10
OS: FEDORA
OS BUILD: 20
PLATFORM: X86_64
DESCRIPTION
When trying to generate a PDF of the attached broken.dot file with the 'dot' utility the program fails with an assertion failure and the following message:
Ported Issue from Mantis Original ID: 2473 Attached file(s) mentioned may only be available on the Mantis Tracker. Reported By: artur
SEVERITY: IMPORTANT Submitted: 2014-07-29 13:22:10
OS: FEDORA
OS BUILD: 20
PLATFORM: X86_64
DESCRIPTION
When trying to generate a PDF of the attached broken.dot file with the 'dot' utility the program fails with an assertion failure and the following message:
newtrap: Trapezoid-table overflow 501 dot: trapezoid.c:88: newtrap: Assertion `0' failed. Aborted (core dumped)
This assertion is not triggered when commenting out line 16, containing: fetch_tarball [label="fetch source tarball"];
STEPS TO REPRODUCE
Copy the attached broken.dot file to a local directory and run the following command in that directory:
dot -Tpdf -o broken.pdf broken.dot
ADDITIONAL INFORMATION
A dump of the output from 'dot -v' is given below: