From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 12:52:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23F416A4CE for ; Sun, 22 Feb 2004 12:52:03 -0800 (PST) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA22C43D1F for ; Sun, 22 Feb 2004 12:52:03 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: from cserv62.csub.edu (localhost [127.0.0.1]) by cserv62.csub.edu (8.12.9/8.12.9) with ESMTP id i1MKq32R015928 for ; Sun, 22 Feb 2004 12:52:03 -0800 (PST) (envelope-from rjackson@cserv62.csub.edu) Received: (from rjackson@localhost) by cserv62.csub.edu (8.12.9/8.12.9/Submit) id i1MKq3gn015927 for current@freebsd.org; Sun, 22 Feb 2004 12:52:03 -0800 (PST) (envelope-from rjackson) Date: Sun, 22 Feb 2004 12:52:03 -0800 From: Russell Jackson To: current@freebsd.org Message-ID: <20040222205203.GA12749@cserv62.csub.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: nvidia kernel module X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 20:52:04 -0000 Getting this message with today's CURRENT and a freshly compiled nvidia-driver: WANRING: Device driver "nvidia" has wrong version and is disabled. Recompile KLD module. WARNING: Device driver "nvidiactl" has wrong version and is disabled. Recompile KLD module. Attempting to unload the module instantly results in being dropped into the debugger. nvidia0: detached panic: malloc(9)/free(9) confusion. Probably freeing with wrong type, but maybe not here. at line 302 in file /usr/src/sys/kern_malloc.c trace shows it barfed in free() at free+0x16d -- Russell A. Jackson (rjackson@cserv62.csub.edu)