From owner-freebsd-current Mon Jan 27 12:36:51 2003 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 89FFA37B401; Mon, 27 Jan 2003 12:36:49 -0800 (PST) Received: from brev.stud.ntnu.no (brev.stud.ntnu.no [129.241.56.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9E843F13; Mon, 27 Jan 2003 12:36:48 -0800 (PST) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by brev.stud.ntnu.no (Postfix) with ESMTP id 07B9513F05D; Mon, 27 Jan 2003 21:36:47 +0100 (CET) Received: from slurp.rodal.no (m200h.studby.ntnu.no [129.241.135.200]) by brev.stud.ntnu.no (Postfix) with ESMTP id 1BADD13EFCF; Mon, 27 Jan 2003 21:36:46 +0100 (CET) Received: (from morten@localhost) by slurp.rodal.no (8.12.6/8.12.6/Submit) id h0RKajWL058170; Mon, 27 Jan 2003 21:36:45 +0100 (CET) (envelope-from morten) Date: Mon, 27 Jan 2003 21:36:45 +0100 From: Morten Rodal To: John Baldwin Cc: current@FreeBSD.org Subject: Re: panic in fork() on SMP 5.0-RELEASE Message-ID: <20030127203644.GA58135@slurp.rodal.no> References: <20030125202206.GA590@slurp.rodal.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 27, 2003 at 03:27:00PM -0500, John Baldwin wrote: > Do you still have the kernel.debug from this kernel lying around? > Can you pop gdb up on it and do 'l *0xc01bdb48' please? That is > the instruction pointer from the fault and will give the line that > the actual panic occurred at. >=20 (kgdb) l *0xc01bdb48 0xc01bdb48 is in fork1 (/usr/src/sys/kern/kern_fork.c:388). 383 */ 384 p2 =3D LIST_FIRST(&allproc); 385 again: 386 for (; p2 !=3D NULL; p2 =3D LIST_NEXT(p2, p_list)) { 387 PROC_LOCK(p2); 388 while (p2->p_pid =3D=3D trypid || 389 p2->p_pgrp->pg_id =3D=3D trypid || 390 p2->p_session->s_sid =3D=3D trypid) { 391 trypid++; 392 if (trypid >=3D pidchecked) { --=20 Morten Rodal --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NZhcbWe1Cy11WVsRAr0tAKDjlJtxSx3HxliO6Now54Uqu2WPtwCg0E8p as7F8IJBPI1CN8lWYRP8dP4= =MmtK -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message