From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 5DE83BC57 for ; Sun, 15 Aug 2010 12:41:54 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkFANRhZ0xQW+UMgWdsb2JhbACDFZAljREVAQEWIiKnGpB0gSaDInMEiESBHg X-IronPort-AV: E=Sophos;i="4.55,371,1278280800"; d="scan'208";a="65422883" Received: from lo.gmane.org ([80.91.229.12]) by mail1-smtp-roc.national.inria.fr with ESMTP; 15 Aug 2010 12:41:53 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Okaf1-0003DE-QF for caml-list@inria.fr; Sun, 15 Aug 2010 12:41:51 +0200 Received: from ks368928.kimsufi.com ([94.23.39.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 12:41:51 +0200 Received: from sylvain by ks368928.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 12:41:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: Fwd: More re GC hanging Date: Sun, 15 Aug 2010 10:41:44 +0000 (UTC) Message-ID: References: <1281855821.2115.4.camel@glinka> <1281863810.2115.11.camel@glinka> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ks368928.kimsufi.com User-Agent: slrn/pre1.0.0-11 (Linux) X-Spam: no; 0.00; le-gall:01 steckler:01 steck:01 basile:01 basile:01 ocaml:01 camlparam:01 bugreport:01 bug:01 garbage:01 wrote:01 wrote:01 openssl:01 caml:02 bugs:03 On 15-08-2010, Paul Steckler wrote: > On Sun, Aug 15, 2010 at 7:16 PM, Basile Starynkevitch > wrote: > >> Are you sure that you don't have badly coded C routines that you call >> from your Ocaml code (don't forget correct use of CAMLparam & CAMLlocal, >> read again carefully >> http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html and perhaps >> other material about precise garbage collectors). > > I'm not calling any C code directly.  I am using the ocaml-ssl > library, which has > some simple calls into the OpenSSL library. > Maybe it has nothing todo, but you talked about ocaml-ssl possibly and your application hanging, it reminds me: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591891 ocaml-ssl and ocaml-dbus are involved, so maybe the guilty party is ocaml-ssl -- this is just a guess, not sure about anything. Regards, Sylvain Le Gall