Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14774 closed enhancement (fixed)

asymptote-2.70

Reported by: Bruce Dubbs Owned by: ken@…
Priority: normal Milestone: 11.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by ken@…, 3 years ago

Owner: changed from blfs-book to ken@…
Status: newassigned

From the README file:

Release Notes for Version 2.70

A stack overflow was fixed. Under MSWindows, problems with SVG generation and
Xasy installation were fixed. Compiler warning messages were addressed.

Looking at the closed issues, the stack overflow was https://github.com/vectorgraphics/asymptote/issues/217 - with a MWE. The MWE sets the font to Calibri, which I do not have, but using either DejaVu Serif, or Carlito (a metrically compatible substitute for Calibri) I cannot replicate a core dump. Maybe windows-specific.

comment:2 by Douglas R. Reno, 3 years ago

The report makes it look like it could be macOS specific

in reply to:  2 comment:3 by ken@…, 3 years ago

Replying to renodr:

The report makes it look like it could be macOS specific

The original report for old versions of asy and gs was certainly on mac. It was the

/u/bowman/asymptote/base/three_surface.asy: 556.11: runtime: Stack overflow
Abort (core dumped)

that made me think windows. But I wasn't paying attention - my run of asy produced an (apparently empty) PDF so I ignored the postscript file.

I've just tried running JB's command on it (with 2.69) and using my own file (I called the asy stackoverflow.asy since that is what was expected to happen) :

$gs -q -dBATCH -P -dSAFER -sDEVICE=ps2write -sOutputFile=/dev/null stackoverflow__.ps 
>>showpage, press <return> to continue<<

[ after pressing Enter there is no output and return code is 0 ]

comment:4 by ken@…, 3 years ago

Exactly the same results with 2.70. Using epdfview and expanding the PDF produced by asy I can see that the white is the background for the empty label.

comment:5 by ken@…, 3 years ago

Resolution: fixed
Status: assignedclosed

comment:6 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.