From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 2 16:50:43 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5909C1065687 for ; Wed, 2 Jul 2008 16:50:43 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 103AB8FC1E for ; Wed, 2 Jul 2008 16:50:42 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so117208yxb.13 for ; Wed, 02 Jul 2008 09:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=htXpg/YO+jjrJoqg6qqAYpTT3qrSEGvPKEfSkKvadLs=; b=RPJL7imvloteh9CtajKgJe2JEAa5UQOcR0EySYGY7qPLxvJQNs7GBP2z0Weu9c+g3m qGasfaZwhPeSGNWqB68Mpfm+geABQk5KZaKGN11uFN0YrvOJGWSOyu0qz2466oBRfK2X PAxHwwSlFIW2BBXNft89hjAaniO0x+6YkkQYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=eHDCaFY3pbKGergCdU5ykjttkNKOJ5zxc7Fo9EqUz1r8HbgCErgzkzWKZWLwZ0yoKd MTTHHZ4t6T9DNdRqoVo5z5mANili9zIL7Dx3vRY9S/OFllIx7ua3/twkIfkOVAjlcczb KEFddDH1gR4R+JddfAx40JmOMDesB4t9AQ2hA= Received: by 10.151.145.17 with SMTP id x17mr13442391ybn.20.1215017442092; Wed, 02 Jul 2008 09:50:42 -0700 (PDT) Received: by 10.151.41.11 with HTTP; Wed, 2 Jul 2008 09:50:42 -0700 (PDT) Message-ID: <1bd550a00807020950x24af0f8n6d2a9c66f14f1cfd@mail.gmail.com> Date: Wed, 2 Jul 2008 18:50:42 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Hackers" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD 7 64 bits kernel crash debugging X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 16:50:43 -0000 Hi all, I'm experiencing several kernel crashes with the GENERIC kernel and with custom kernels as well. One of my MP3 players seems to be recognized, but if I disconnect it from the USB port (even without mounting the device), I got a kernel crash. I've tried to follow the instructions at http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html I have dumpdev and dumpdir properly set to my swap partition (ad0s2b) and to /var/crash. However, during the next boot, I got a message that indicates it is looking for a dump on such device but it couldn't find any. How can I track this error? Thanks in advance.