From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 15:51:19 2004 Return-Path: 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 C742E16A4CE; Thu, 5 Aug 2004 15:51:19 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F07243D2F; Thu, 5 Aug 2004 15:51:19 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i75FpG5H072345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Aug 2004 19:51:17 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i75FpGHi072344; Thu, 5 Aug 2004 19:51:16 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Thu, 5 Aug 2004 19:51:16 +0400 From: Gleb Smirnoff To: Robert Watson Message-ID: <20040805155116.GA72274@cell.sick.ru> References: <20040805141226.GA71575@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: current@freebsd.org Subject: Re: xmms crashes CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 05 Aug 2004 15:51:19 -0000 On Thu, Aug 05, 2004 at 10:19:51AM -0400, Robert Watson wrote: R> What function is at 0xc055b780? You can use addr2line or gdb -k to work R> that out, I believe. /usr/src/sys/kern/subr_kdb.c:228 0xc055b780 is in kdb_enter (/usr/src/sys/kern/subr_kdb.c:228). 223 if (kdb_dbbe != NULL && kdb_active == 0) { 224 if (msg != NULL) 225 printf("KDB: enter: %s\n", msg); 226 breakpoint(); 227 } 228 } 229 230 /* 231 * Initialize the kernel debugger interface. 232 */ R> Also, it would be interesting to "options KDB_TRACE" can get a trace in R> this panic... I'll try. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE