From owner-freebsd-current@FreeBSD.ORG Sat Jun 27 11:16:16 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4247E106566C for ; Sat, 27 Jun 2009 11:16:16 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id ED02F8FC0A for ; Sat, 27 Jun 2009 11:16:15 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 5D6069CB074 for ; Sat, 27 Jun 2009 13:15:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Js8tBqDzmaXC for ; Sat, 27 Jun 2009 13:15:01 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C1DE69CB128 for ; Sat, 27 Jun 2009 13:15:01 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n5RBF1kf057808 for current@freebsd.org; Sat, 27 Jun 2009 13:15:01 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 27 Jun 2009 13:15:01 +0200 From: Roman Divacky To: current@freebsd.org Message-ID: <20090627111501.GA57434@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: 8-current does not boot for me as of r195095 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: Sat, 27 Jun 2009 11:16:16 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hi when I try to boot 8-current@195095 I only get this printed: KDB: debugger backends: and then it hangs (like really hard - no keys etc. nothing works). the relevant part of my config is: options KDB options DDB #Enable the kernel debugger options DDB_CTF #Dtrace! this is on i386/SMP compiled with gcc -O2, nothing special the relevant code looks like: if (kdb_dbbe != NULL) { printf("KDB: debugger backends:"); SET_FOREACH(iter, kdb_dbbe_set) { be = *iter; if (be->dbbe_active == 0) printf(" %s", be->dbbe_name); } printf("\n"); printf("KDB: current backend: %s\n", kdb_dbbe->dbbe_name); } I dont ge to the second printf so I guess I am stuck with the SET_FOREACH or something like this. can someone confirm this? any advice? roman --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkpF/zUACgkQLVEj6D3CBEwsYQCdHnDSAVLtMAX90y9iKFPxZIB4 3W0An3V6t1JqdfRoQyIjckVqTlrm91t4 =UzWp -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--