[metapost] [bug report] Segmentation fault when unifying strings

Taco Hoekwater taco at elvenkind.com
Fri Jan 11 10:47:38 CET 2013


On 01/10/2013 03:51 PM, Ohad Kammar wrote:
> Hi,
>
> When I metapost the following program, I get a segmentation fault:
>
> %%%%%%%%%%%%%%%%
> string a;
>
> %a = "a";% works fine.
> "a" = a;   % segmentation fault.

Fixed in the repository. In fact, there was a whole set of them wrong,
e.g.

   pen d;
   pencircle = d;

Best wishes,
Taco


More information about the metapost mailing list