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 PAA25284; Tue, 19 Mar 2002 15:06:56 +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 PAA26578 for ; Tue, 19 Mar 2002 15:06:55 +0100 (MET) Received: from CS.UniBO.IT (leporello.cs.unibo.it [130.136.1.110]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g2JE6tj04428 for ; Tue, 19 Mar 2002 15:06:55 +0100 (MET) Received: from marcello.cs.unibo.it (root@marcello.cs.unibo.it [130.136.2.29]) by CS.UniBO.IT (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id PAA11454; Tue, 19 Mar 2002 15:06:54 +0100 Received: (from sacerdot@localhost) by marcello.cs.unibo.it (8.9.3/8.9.3/Debian 8.9.3-21) id PAA02342; Tue, 19 Mar 2002 15:06:54 +0100 Date: Tue, 19 Mar 2002 15:06:54 +0100 From: Claudio Sacerdoti Coen To: Nicolas George Cc: caml-list@inria.fr Subject: Re: [Caml-list] Strange bug with dynamic loading (was: Text Mode Kit) Message-ID: <20020319150654.A2335@cs.unibo.it> References: <20020319143018.A17599@clipper.ens.fr> <20020319144804.A3847@clipper.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319144804.A3847@clipper.ens.fr>; from nicolas.george@ens.fr on Tue, Mar 19, 2002 at 02:48:04PM +0100 X-Operating-System: Debian GNU/Linux X-Organization: Department of computer science, University of Bologna, Eurpean Union Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Further experiments > show that in some cases, the ncurses library is totally confused after > the first refresh. The problem does not appears when the binding is > statically linked (-custom, -use-runtime or ocamlopt) (but still > dynamically linked to ncurses). Just the same happened to me recently. The problem was just a wrong cast (from Value to some C type) and the effects where the same. If the problem is the same, just check your C code over and over again. Regards, C.S.C. -- ---------------------------------------------------------------- Real name: Claudio Sacerdoti Coen PhD Student in Computer Science at University of Bologna E-mail: sacerdot@cs.unibo.it http://caristudenti.cs.unibo.it/~sacerdot ---------------------------------------------------------------- ------------------- 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