From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 55FFDBB81 for ; Sun, 11 Dec 2005 12:16:45 +0100 (CET) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jBBBGigT019996 for ; Sun, 11 Dec 2005 12:16:45 +0100 Received: from poincare (Debian-exim@pri-010.umh.ac.be [10.101.0.10]) by hedwig1.umh.ac.be (8.13.1/8.13.1) with ESMTP id jBBBI9Js4128778; Sun, 11 Dec 2005 12:18:09 +0100 Received: from localhost ([127.0.0.1] ident=trch) by poincare with esmtp (Exim 4.54) id 1ElPBd-0001d9-RF; Sun, 11 Dec 2005 12:16:13 +0100 Date: Sun, 11 Dec 2005 12:16:13 +0100 (CET) Message-Id: <20051211.121613.45234151.Christophe.Troestler@umh.ac.be> To: jtbryant@valdosta.edu, caml-list@yquem.inria.fr Subject: Re: [Caml-list] Mysterious bug From: Christophe TROESTLER In-Reply-To: References: <1134271835.1763.8.camel@localhost.localdomain> Organization: Universite de Mons-Hainaut (http://math.umh.ac.be/an/) X-Spook: enigma covert video AGT. AMME encryption Firefly Treasury Elvis lynch president terrorist X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum X-Operating-System: GNU/Linux (http://www.linux.org/) X-Mailer-URL: http://www.mew.org/ X-Mailer: Mew version 4.2.53 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at nez-perce with ID 439C0A9D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 bug:01 christophe:01 troestler:01 christophe:01 troestler:01 umh:01 errno:01 einval:01 einval:01 unix:01 unix:01 wrote:01 wrote:01 kernel:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 On Sat, 10 Dec 2005, Brian Hurt wrote: > > On Sat, 10 Dec 2005, Jonathan Bryant wrote: > > > 2. Unix.accept raises an Unix.Unix_error(12, "accept", "") at some > > random time (sometimes, I believe, after all of the connections have > > been made, but I feel very wrong in thinking this) > > Not sure if this helps, but errno 12 is ENOMEM, which means the kernel is > running out of memory. I'm not sure what would cause it, however. # (Obj.magic 12 : Unix.error);; - : Unix.error = Unix.EINVAL man accept: EINVAL Socket is not listening for connections. Hope it helps, ChriS