From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 09:24:48 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B93216A420; Mon, 17 Oct 2005 09:24:48 +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 1F7B343D55; Mon, 17 Oct 2005 09:24:48 +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 1ERREc-0004Tw-C6; Mon, 17 Oct 2005 11:24:46 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Brian Candler In-Reply-To: Message from Brian Candler of "Mon, 17 Oct 2005 10:15:01 +0100." <20051017091501.GA1499@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Oct 2005 11:24:46 +0200 From: Danny Braniss Message-ID: Cc: Emanuel Strobl , nectar@freebsd.org, freebsd-current@freebsd.org Subject: Re: nss_ldap segmentation fault with RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 09:24:48 -0000 > On Mon, Oct 17, 2005 at 09:55:10AM +0200, Emanuel Strobl wrote: > > Attached is one core dump, I don't know what i should do with it ;) > > The _last_ thing to do with a core dump is send it to a mailing list. It's > completely useless to us, and is absolutely huge. A total waste of bandwidth > for everyone on the list. > > Howver on your machine you can do: > > # gdb -c whatever.core /path/to/bin/whatever > > and then > > bt > > to get a backtrace. *That* you can post to a mailing list. You may then get > requests to print the contents of particular variables. > > Brian. also, sendig away a kernel core dump will most probably compromise your system! there might me some nice passwords/private keys/etc ... danny