From owner-freebsd-alpha Thu Sep 26 16:53:18 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA0937B401; Thu, 26 Sep 2002 16:53:17 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C1043E81; Thu, 26 Sep 2002 16:53:16 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id TAA05413; Thu, 26 Sep 2002 19:53:10 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g8QNqen00691; Thu, 26 Sep 2002 19:52:40 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15763.40392.718008.370407@grasshopper.cs.duke.edu> Date: Thu, 26 Sep 2002 19:52:40 -0400 (EDT) To: John Baldwin Cc: Wilko Bulte , freebsd-alpha@FreeBSD.ORG Subject: RE: Now is the time to test 4.7-RC on your Alphas.. In-Reply-To: References: <20020926170429.A14342@freebie.xs4all.nl> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin writes: > 4.7-RC1 has been on ftp.freebsd.org for quite some time now. RC2 is > building atm. RC1 doesn't have any packages though. It also has > an FTP install available. I'll try and make sure the RC2 announce > is bcc'd to alpha and not just -stable. We have a serious problem with the new &**&*& binutils. On my desktop (21264A, 640MB), loading all modules but linux.ko seems to work fine. When I load linux.ko, I get a trap that looks like this: #0 0xfffffc00003ed460 in dumpsys () at ../../kern/kern_shutdown.c:486 #1 0xfffffc00003ecfa8 in boot (howto=256) at ../../kern/kern_shutdown.c:316 #2 0xfffffc00003ed870 in panic (fmt=0xfffffc000061da1c "trap") at ../../kern/kern_shutdown.c:595 #3 0xfffffc00005ad4c0 in trap (a0=0x9010102464c457f, a1=0xfffffe0019c49e30, a2=0, entry=2, framep=0xfffffe0019c49c20) at ../../alpha/alpha/trap.c:551 #4 0xfffffc000059f31c in XentMM () #5 0xfffffc00003f3f2c in sysctl_register_oid (oidp=0xfffffe00020cc000) at ../../kern/kern_sysctl.c:102 sysctl_find_oid_name() sysctl_register_iod() sysctl_register_set() linker_file_register_sysctls() linker_load_file() kldload() syscall() The faulting address is always 0x9010102464c457f. This is oidp->oid_parent: (gdb) p oidp->oid_parent $29 = (struct sysctl_oid_list *) 0x9010102464c457f The module itself seems to be loaded OK. Eg, I can examine areas of the modules text segment. It is "just" the bad sysctls.. This seems to be independant of the memory size (at least as far as setting hw.physmem is concerned). I CANNOT duplicate this on my crashbox (21264, 512M), only my desktop. That makes it quite a bear to debug. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message