From owner-freebsd-stable Sun May 27 0:11:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 52E0C37B423 for ; Sun, 27 May 2001 00:11:08 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id CBC006ACBC; Sun, 27 May 2001 16:41:05 +0930 (CST) Date: Sun, 27 May 2001 16:41:05 +0930 From: Greg Lehey To: FreeBSD Stable Users Subject: Panic on boot on today's -STABLE Message-ID: <20010527164105.N29739@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've just built a new kernel on my SMP -STABLE machine, and I get a repeated panic on running ifconfig. Here's a backtrace: (gdb) bt #0 0xc038f777 in ?? () #1 0xc014908d in mii_mediachg (mii=0xc1224b00) at ../../dev/mii/mii.c:293 #2 0xc020a661 in dc_init (xsc=0xc1229000) at ../../pci/if_dc.c:2986 #3 0xc01afbb6 in ether_ioctl (ifp=0xc1229000, command=-2145359604, data=0xc12d3f00 "\230?-Á¨?-Á¸?-Á") at ../../net/if_ethersubr.c:733 #4 0xc020a813 in dc_ioctl (ifp=0xc1229000, command=2149607692, data=0xc12d3f00 "\230?-Á¨?-Á¸?-Á") at ../../pci/if_dc.c:3084 #5 0xc01c38b5 in in_ifinit (ifp=0xc1229000, ia=0xc12d3f00, sin=0xcad77eb8, scrub=0) at ../../netinet/in.c:671 #6 0xc01c33c1 in in_control (so=0xc9cdff00, cmd=2151704858, data=0xcad77ea8 "dc0", ifp=0xc1229000, p=0xca3ca440) at ../../netinet/in.c:412 #7 0xc01aed4f in ifioctl (so=0xc9cdff00, cmd=2151704858, data=0xcad77ea8 "dc0", p=0xca3ca440) at ../../net/if.c:972 #8 0xc017b936 in soo_ioctl (fp=0xc12a5280, cmd=2151704858, data=0xcad77ea8 "dc0", p=0xca3ca440) at ../../kern/sys_socket.c:143 #9 0xc01787f2 in ioctl (p=0xca3ca440, uap=0xcad77f80) at ../../sys/file.h:178 #10 0xc0289f75 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = -1077936724, tf_ebp = -1077936960, tf_isp = -891846700, tf_ebx = 134669336, tf_edx = 3, tf_ecx = 134749072, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 134529672, tf_cs = 31, tf_eflags = 663, tf_esp = -1077937100, tf_ss = 47}) at ../../i386/i386/trap.c:1150 #11 0xc027462b in Xint0x80_syscall () #12 0x80486e1 in ?? () #13 0x8048135 in ?? () (gdb) kldstat Undefined command: "kldstat". Try "help". (gdb) f 1 #1 0xc014908d in mii_mediachg (mii=0xc1224b00) at ../../dev/mii/mii.c:293 293 rv = (*child->mii_service)(child, mii, MII_MEDIACHG); (gdb) p *child $1 = { mii_dev = 0xc1229000, mii_list = { le_next = 0xc02b7ad0, le_prev = 0xc121c004 }, mii_phy = -1070456236, mii_inst = -1054752000, mii_service = 0xc12d3f60, mii_pdata = 0x0, mii_auto_ch = { callout = 0x0 }, mii_flags = 1, mii_capabilities = -2013069307, mii_ticks = 0, mii_active = 0 } (gdb) From the dmesg (all available if you need it): dc0: port 0xc400-0xc4ff mem 0xeb000000-0xeb0000ff irq 3 at device 9.0 on pci0 dc0: Ethernet address: 00:80:c6:f9:d3:fa miibus0: on dc0 dcphy0: on miibus0 dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto I can't get a dump for some reason (well, it dumps, but when I reboot the system claims there isn't one). I can repeat the problem, however. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message