From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 13:41:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4171065687 for ; Thu, 30 Oct 2008 13:41:13 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.18]) by mx1.freebsd.org (Postfix) with ESMTP id AEEB28FC1B for ; Thu, 30 Oct 2008 13:41:13 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=main) by pih-relay05.plus.net with smtp (Exim) id 1KvXlv-0007rE-Qc for freebsd-questions@freebsd.org; Thu, 30 Oct 2008 13:41:12 +0000 Message-ID: <8B3B280688DC46E086A46A259FCCC079@main> From: "Graham Bentley" To: References: <20081027184022.14D9D10656C1@hub.freebsd.org> <44y706qk9q.fsf@be-well.ilk.org> Date: Thu, 30 Oct 2008 13:41:09 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Plusnet-Relay: 42d90aa55e83adc36d6dae5c3a1eb7b4 Subject: Re: Seg Fault Action! 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, 30 Oct 2008 13:41:14 -0000 > For one, > make sure your ports are up-to-date with your installed ports tree > before installing more ports. Yep, done that :) > You can run the program under truss(1), > which will help you figure out what kind of bad data is being passed > to system calls (assuming that's where the failure is, but it's not > unusual for that to be the case). OK will check out truss .... > You can generate a crash dump of > the program, and (you or someone else) can use a debugger to see where > it was when it failed -- usually a strong hint. Is that what a core dump is? Thanks for replies :)