From owner-freebsd-ports@FreeBSD.ORG Thu Nov 26 17:47:52 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9243F106568F; Thu, 26 Nov 2009 17:47:52 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6478FC1B; Thu, 26 Nov 2009 17:47:52 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [172.17.196.83] ([63.204.222.2]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTQ002PZ9FHWX90@asmtp030.mac.com>; Thu, 26 Nov 2009 09:47:43 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091126103551.GA94231@mech-cluster241.men.bris.ac.uk> Date: Thu, 26 Nov 2009 09:47:41 -0800 Message-id: References: <20091126103551.GA94231@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: port www/kazehakase dumps core on ia64 HEAD when printing to a file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 17:47:52 -0000 On Nov 26, 2009, at 2:35 AM, Anton Shterenlikht wrote: > kazehakase-0.5.4_6, FreeBSD 9.0-CURRENT ia64 > > I'm not really sure what to look for in debugger: You want to to recompile at a lower optimization level and with debugging enabled (i.e. -O0 -g). If you can't reproduce the problem this way, it's a compiler bug. If you can reproduce it, then gdb proves to be a lot more useful. At the very least, a backtrace is required. FYI, -- Marcel Moolenaar xcllnt@mac.com