From: Alexandre Ferrieux on
On Apr 27, 6:05 pm, Alexandre Ferrieux <alexandre.ferri...(a)gmail.com>
wrote:
> On Apr 27, 3:59 pm, Jeff Godfrey <jeff_godf...(a)pobox.com> wrote:
>
> > Jeff Godfrey wrote:
> > > I'll report back with a bug number once it's filed.
>
> > OK, bug report filed as SF (2992970).  It seems I can only attach a
> > single file to a ticket?  I attached the sample Tcl script, but then
> > didn't see a way to also attach the sample binary file it reads.  It may
> > have been too large anyway (13.4 MB).  I can make it available by other
> > means if necessary - just ask.
>
> Thank you very much Jeff. Sequel in the ticket's comments :-)

For the record: the problem was indeed one of quadratic realloc().
Solved in HEAD by Donal, by doubling the realloc size every time until
memory gets scarce.

-Alex