From owner-cvs-all Thu Mar 8 8:50:27 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 98F2037B71C; Thu, 8 Mar 2001 08:50:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f28GpN103453; Thu, 8 Mar 2001 08:51:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15015.46644.560559.295789@grasshopper.cs.duke.edu> Date: Thu, 08 Mar 2001 08:49:47 -0800 (PST) From: John Baldwin To: Andrew Gallatin Subject: Re: cvs commit: src/sys/alpha/linux linux_machdep.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Mar-01 Andrew Gallatin wrote: > > John Baldwin writes: > > > > > > Perhaps this is DES's problem on x86 too? (I don't have INVARIANTS, > > > witness, etc turned on right now). > > > > Most likely. Hmmmm. The only difference here is that the new process > stays at > > SIDL until rfork returns and then gets put in SRUN later after we've > dinked > > with the process. :( We use the same trick with kthreads to ensure that > they > > aren't executed before the fork handler is setup to keep the thread in the > > kernel. Well, after wandering through all of the fork code, I can't see > where > > this is going wrong, but I'll try to throw in some more debugging stuff to > see > > what I can turn up. > > Yes, I think this is DES's panic. Now that I have DIAGNOSTIC and > INVARIANTS, I'm crashing with the following panic: > panic: msleep > > syncing disks... 2 2 panic: runq_add: proc 0xfffffe00068257a0 (ex1) not SRUN > Uptime: 23m48s > > dumping to dev da0b, offset 2888928 > dump 125 > > > > So, I don't have a stack trace... Funky. I'll work on this when I get into the office. (Just got out of the shower. :) > Drew -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message