From owner-freebsd-current@FreeBSD.ORG Thu Mar 21 22:38:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4722991C for ; Thu, 21 Mar 2013 22:38:17 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B5CD4F53 for ; Thu, 21 Mar 2013 22:38:16 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.6/8.14.6) with ESMTP id r2LMcDse068191; Fri, 22 Mar 2013 00:38:13 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.8.0 kib.kiev.ua r2LMcDse068191 Received: (from kostik@localhost) by tom.home (8.14.6/8.14.6/Submit) id r2LMcDco068190; Fri, 22 Mar 2013 00:38:13 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 22 Mar 2013 00:38:13 +0200 From: Konstantin Belousov To: Joshua Isom Subject: Re: Kernel panics, one starting with r248508 Message-ID: <20130321223813.GJ3794@kib.kiev.ua> References: <514B748F.80009@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K9RQsdPs4If48RC1" Content-Disposition: inline In-Reply-To: <514B748F.80009@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 21 Mar 2013 22:38:17 -0000 --K9RQsdPs4If48RC1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 21, 2013 at 03:58:55PM -0500, Joshua Isom wrote: > I've been helping Adrian test the new ath improvements that support the= =20 > chipset I have. The first kernel panic is on my system if I have the cd= =20 > driver loaded into the kernel, I would get a panic on boot. While=20 > "Mounting local file systems:" it would panic with "Memory modified=20 > after free." Removing the driver solved it. I'd rather have wireless=20 > than cd for right now anyway. But a couple days ago a new build would=20 > always panic, a couple seconds after getty is spawned. All I get is=20 > "panic: Bio too short 0xfffffe000b1395d0." Before that, the builds=20 > worked other than occasional issues due to cleaning. The only place=20 > that panic can be generated is geom_io.c so I'm guessing I can't just=20 > remove the driver. What needs done so I can get a working kernel again? Try r248596. If it does not help, get a core dump, load it into kgdb and do "p *(struct bio *)addr", where addr is reported in the panic message. --K9RQsdPs4If48RC1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJRS4vUAAoJEJDCuSvBvK1BRB4P/iX7qlTKDz2sy5IrnMY2gjHo EYP788erRZEahzG+QrBCH6Z3q1MVasyv10m6lr3efema0yUHAFMwOMsVOypnSpsT OsdTpbH2Jw8osoB55JJ9f4dwPIxqKeQGY78HxPeznNHi/ry5kHs4s0xEyvii3aEv AVfMTTWI5aLCTGpHB5wh4U3empntGYG5tt7nyD9SrMYaltOn9lXKeo1SA8P9TjRR vepMdBzjWZydWgXKbzO8MB/A90Rhw2V32ydlcGgrhKzAj1dhwTMr3qSqi7uwa+uN Sk9favi/qRpxPOiiMOAlkMDC+oPoLZ5Krquqt4LRVaOH2NhC+X29UMNIipObnzsB 0BHj8idnmoNd2bBRgJu8wTtCGzTAyH6NNlfTtaih1oKJZn+1PNICLPy+6ForwBoc 9FnQHdEIDiOJ7IrZHumI6W1Vcw6pYFRCcPRsAe1X3LSnl0IFZoGrSxjifX1WXkZq pI0wc471HBop7MS6IZXdrnSOiQjWJTZGIW+pgMMJV60ime/ns6vqRdwjinQfmtI+ qaK1lx/gl+ddx/TqqjpxQuS8KAiHZeeyfCQQzXmAQUdHbyJk9Alv2xa2IA4731Rs 1Nj6aa+4fNBRLVTK/6MOYqvXe4p8FSvAvA+mId96LZnPYMVGYYheWNtENPkPI4ys Imwd8CyTmIEK9LOLiH8K =HyZG -----END PGP SIGNATURE----- --K9RQsdPs4If48RC1--