From owner-freebsd-stable@FreeBSD.ORG Wed Jun 2 05:46:33 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E4B16A4CE for ; Wed, 2 Jun 2004 05:46:33 -0700 (PDT) Received: from smtp08.web.de (smtp08.web.de [217.72.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA1F43D5A for ; Wed, 2 Jun 2004 05:46:32 -0700 (PDT) (envelope-from kay_lehmann@web.de) Received: from lehmann.in-dsl.de ([217.197.85.240] helo=web.de) by smtp08.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BVV8V-00032E-00; Wed, 02 Jun 2004 14:46:27 +0200 Message-ID: <40BDCC33.3060906@web.de> Date: Wed, 02 Jun 2004 14:46:43 +0200 From: Kay Lehmann User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.6) Gecko/20040405 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Scott Johnson References: <3a74908904060115436a22eef9@mail.gmail.com> In-Reply-To: <3a74908904060115436a22eef9@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: kay_lehmann@web.de cc: freebsd-stable@freebsd.org Subject: Re: panic on 4.10-STABLE boot w/SMP (same here) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 12:46:33 -0000 Hello, I just wanted you to know that you are not alone. This happened to me, too. I get a similar error with a 4-stable-system from tonight. One difference is, that I have two 1600-MP's build in. 4.10-RELEASE worked fine for me, so it seems to be a real new problem. Greets, Kay p.s.: if I sould send some more infos, like kernel config please tell me. I just thought they won't bring much new infos. Scott Johnson wrote: > Hi all, > > I cvsup'ed to the latest stable yesterday. My new kernel config looks > like this: > ... > > As you can see, the changes are minor. I removed support for > processors that I'll never use. I removed IPV6. And I enabled SMP. > But when I boot, I get a panic every time: > > Fatal trap 18: integer divide fault while in kernel mode > mp_lock = 0000000d; cpuid = 0; lapic.id = 00000000 > instruction pointer = 0x8:0xc038e20c > stack pointer = 0x10:0xc0560f44 > frame pointer = 0x10:0xc0560f88 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = Idle > interrupt mask = net tty bio cam <- SMP: XXX > kernel: type 18 trap, code=0 > Stopped at 0xc038e20c: divl 0xc04a268c,%eax > db> trace > (null)(d093c708,c0560fa0,c038d8e8,9f000,c0560fe4) at 0xc038e20c > (null)(9f000,c0560fe4,c03886fa,c041fcc0,5d169000) at 0xc038dbdc > (null)(c041fcc0,5d169000,0,1745a4,0) at 0xc038d8e8 > (null)(0,55dc00,568000,0,c013176d) at 0xc03886fa > (null)(0,0,0,0,0) at 0xc0221f20 > (null)() at 0xc013176d > >>From what I can tell, the closest symbol to the listed instruction > pointer is this: > c038e2bc t mptable_hyperthread_fixup > > My system has two Athlon XP 1600+ processors. I understand that these > are not MPs, but they've worked fine under SMP for quite some time > now. I've been running 4.9-STABLE up until I decided to upgrade > recently. > > Also, when I disable SMP, the same kernel config boots without issue. > > Any ideas? If I can provide any further information, just let me know > what you need to help. > > Thanks, > Scott Johnson