From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 14 15:37:50 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD50B16A47B for ; Thu, 14 Sep 2006 15:37:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2D943D53 for ; Thu, 14 Sep 2006 15:37:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k8EFYm4N069682; Thu, 14 Sep 2006 09:34:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Sep 2006 09:34:52 -0600 (MDT) Message-Id: <20060914.093452.-1975969625.imp@bsdimp.com> To: psthomso@hotmail.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 14 Sep 2006 09:34:48 -0600 (MDT) Cc: freebsd-hackers@freebsd.org Subject: Re: Issue with loading a module X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 15:37:50 -0000 In message: "Sean Thomson" writes: : Hi Folks, : : In working with a device driver, sometimes : after I rebuild it and reload it, I'll get : system log errors like : : 'link_elf: symbol yyz undefined' : : Actually, I'll get an entry for all my : exported symbols. If I reboot, it clears : up. : : I'm working on a stock 6.1 kernel. : : Has anyone else seen this? I poked around : the mailing lists but didn't find any : like this? Usually when this happens to me, I've got something stale either loaded or booted... Warner