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 QAA02175; Thu, 26 Dec 2002 16:15:10 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA02311 for caml-list@pauillac.inria.fr; Thu, 26 Dec 2002 16:15:08 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id NAA31402 for ; Thu, 26 Dec 2002 13:40:03 +0100 (MET) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gBQCe3n25188 for ; Thu, 26 Dec 2002 13:40:03 +0100 (MET) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18RXIH-00073r-00 for ; Thu, 26 Dec 2002 13:39:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18RXIH-00073g-00 for ; Thu, 26 Dec 2002 13:39:21 +0100 Path: not-for-mail From: "=?iso-8859-1?q?Micha=EBl_Gr=FCnewald?=" Subject: [Caml-list] Re: strange behaviors with output Date: 26 Dec 2002 13:45:39 +0100 Organization: (none) Message-ID: <874r91gd8s.fsf@ketanu.dyndns.org> References: <200212230913.10112.yangsx@fltrp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Yang Shouxun writes: > Hi, > > I found a strange behavior when compiling and running a simple ocaml program. > When the file to process (a testing case) is small, it works as expected. But > when the file (the real case) is very large, it does not. For instance, if > the expected output should be: > ----8<---- > a > b > c > d > ... > ----8<---- > What I get may be: > ----8<---- > a > d > c > b > ... > ----8<---- Your output sample is not very cute, it might have been >For instance, if > the expected output should be: > ----8<---- > GOOD > ----8<---- > What I get may be: > ----8<---- > BAD > ----8<---- posting your code might be (more) helpful. -- Michaël Grünewald - RSA PGP Key ID: 0x20D90C12 ------------------- 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