From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 10:16:52 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E842316A41F; Thu, 4 Aug 2005 10:16:52 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883E443D48; Thu, 4 Aug 2005 10:16:52 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1E0cmR-000Ayb-CK; Thu, 04 Aug 2005 13:16:51 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: David Malone In-reply-to: Your message of Thu, 4 Aug 2005 10:32:41 +0100 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Aug 2005 13:16:51 +0300 From: Danny Braniss Message-ID: Cc: stable@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: f77 abort X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 10:16:53 -0000 > On Thu, Aug 04, 2005 at 11:00:46AM +0300, Danny Braniss wrote: > > this 11k lines of fortran compile and run under Linux, > > on FreeBSD 5.4, compiling with f77 produces a binary, apparently without > > errors, but > > executing it, inmediately gives 'Abort', ldd gives signal 6 > > ktrace is not very helpful :-) > > 36372 ktrace RET ktrace 0 > > 36372 ktrace CALL execve(0xbfbfea0f,0xbfbfe914,0xbfbfe91c) > > 36372 ktrace NAMI "./xm99" > > > > any ideas? > > Could it have a very big stack or heap? Try increasing your stacksize > and datasize limits. > Bingo! thanks, danny > David.