From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 13BD8BC0A for ; Wed, 13 Jun 2007 09:34:40 +0200 (CEST) Received: from ipmail03.adl2.internode.on.net (ipmail03.adl2.internode.on.net [203.16.214.135]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5D7Yb96004133 for ; Wed, 13 Jun 2007 09:34:39 +0200 X-IronPort-AV: E=Sophos;i="4.16,415,1175437800"; d="scan'208";a="102481282" Received: from ppp2-129.lns1.syd7.internode.on.net (HELO [192.168.1.201]) ([59.167.2.129]) by ipmail03.adl2.internode.on.net with ESMTP; 13 Jun 2007 17:04:36 +0930 Subject: cywgin stack overflow From: skaller To: caml-list@yquem.inria.fr Cc: Emmanuel Onzon , Rhythmic Fistman Content-Type: text/plain Date: Wed, 13 Jun 2007 17:34:32 +1000 Message-Id: <1181720072.23474.13.camel@rosella.wigram> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 466F9E0D.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; stack:01 ocaml:01 cygwin:01 cygwin:01 ocaml:01 stack:01 parser:01 recursive:01 sourceforge:01 native:02 output:02 overflow:03 overflow:03 size:95 problem:05 Hi, we've got a problem with an Ocaml native code program running under Cygwin exiting without producing output or diagnostics. I think Cygwin is running Ocaml 3.08. It was suggested this was probably a stack overflow. The program is Dypgen GLR parser generator, which is probably heavily recursive. It works fine on my AMD64/Ubuntu Linux box, Ocaml 3.10-dev+25 or something. Does anyone know how to increase the stack size, or have any other idea how to work around this problem? Or any idea if it could be any other problem? -- John Skaller Felix, successor to C++: http://felix.sf.net