From owner-freebsd-stable@FreeBSD.ORG Thu Aug 4 09:32:43 2005 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E343C16A41F; Thu, 4 Aug 2005 09:32:43 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 079C443D45; Thu, 4 Aug 2005 09:32:42 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 4 Aug 2005 10:32:42 +0100 (BST) Date: Thu, 4 Aug 2005 10:32:41 +0100 From: David Malone To: Danny Braniss Message-ID: <20050804093241.GA12842@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: stable@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: f77 abort X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 09:32:44 -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. David.