From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA21421; Wed, 8 Jan 2003 10:53:07 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA21404 for ; Wed, 8 Jan 2003 10:53:06 +0100 (MET) Received: from mailhost.cs.auc.dk (mailhost.cs.auc.dk [130.225.194.6]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h089r5r22553 for ; Wed, 8 Jan 2003 10:53:05 +0100 (MET) Received: from cs.auc.dk (mixxel@bird22.s.cs.auc.dk [192.168.194.248]) by mailhost.cs.auc.dk (8.12.3/8.12.3) with ESMTP id h089r4Pb007009 for ; Wed, 8 Jan 2003 10:53:04 +0100 (MET) Message-ID: <3E1BF50A.7070401@cs.auc.dk> Date: Wed, 08 Jan 2003 10:53:14 +0100 From: Mikkel Christiansen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1 X-Accept-Language: en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] Buffer.add error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.14 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi I'm having trouble with the buffer library in ocaml (version 3.06 - debian). Program was compiled to native using ocamlopt. When generating a rather large string I get the following error: Fatal error: exception Failure("Buffer.add: cannot grow buffer") Is there any way to avoid this (except writing directly to a file)? Thanks -Mikkel ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners