24 Apr
2008
24 Apr
'08
8:30 a.m.
On Thu, 24 Apr 2008 08:38:51 +0200
Taco Hoekwater
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).
Thanks Taco. I will try to produce a minimal example this afternoon/evening. The problem occurs with one of my presentation modes, but I have other documents with the same module which don't trigger the error, so I'll have to spend some time debugging. Thomas