Hans Hagen wrote:
> Thomas A. Schmitz wrote:
>> Hi,
>>
>> for my presentations, I have a graphical counter on every slide, so  
>> metapost has to write a graphic for every slide/page that ConTeXt  
>> produces. This works with mkii, but when I process my file in mkiv, I  
>> get this error after page 16:
>>
>> report >> error: 15 output files written:  ..
>> Transcript written on mpout.log.
>>
>> Memory size overflow!
>> [15.15]

That error indeed comes from mplib, but from the overflow test in
realloc(), not the memory array "overflow" function. You get this
error when you attempt to allocate more than 2^31 bytes. Since that
clearly should not happen, there is a bug somewhere in MPlib. But
I'll need your source to dig it out. (likely you do something we
have never tested yet).


Best wishes,
Taco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to