From owner-freebsd-current Tue Jan 15 16:13:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id A5D3C37B405 for ; Tue, 15 Jan 2002 16:13:11 -0800 (PST) Received: (qmail 5263 invoked from network); 16 Jan 2002 00:13:10 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Jan 2002 00:13:10 -0000 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: <20020115235323.GA37379@laptop.hackerheaven.org> Date: Tue, 15 Jan 2002 16:12:24 -0800 (PST) From: John Baldwin To: Emiel Kollof Subject: RE: Netatalk broken in current? Lock order reversal? Cc: freebsd-current@freebsd.org 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 On 15-Jan-02 Emiel Kollof wrote: > My kernel compile from fresh CURRENT sources bombed today with this: > > linking kernel.debug ddp_input.o: In function `atintr': > /usr/src/sys/netatalk/ddp_input.c:51: multiple definition of > `atintrq1_present' intrq.o(.data+0x0):/usr/src/sys/net/intrq.c: first defined > here > ddp_input.o: In function `atintr': /usr/src/sys/netatalk/ddp_input.c:51: > multiple definition of `atintrq2_present' > intrq.o(.data+0x4):/usr/src/sys/net/intrq.c: first defined here > *** Error code 1 > > So that leaves Appletalk right out (which I use. I do own macs...). It > compiles fine if I leave options NETATALK out of my config > > I also had some strange panics and these messages appear once in a while: > > lock order reversal 1st 0xc185e934 filedesc structure @ > /usr/src/sys/kern/kern_descrip.c:925 > 2nd 0xc0419b00 Giant @ /usr/src/sys/kern/kern_descrip.c:959 This one is due to not releasing the filedesc lock when grabbing Giant to free oldofile in fdalloc(). > The panics moan about a kernel trap and some mutex stuff involving > Giant. It only happens when I start Samba. Having the actual panic messages would be very helpful here. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message