From owner-freebsd-current@FreeBSD.ORG Thu Aug 8 18:30:25 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E90E91E0 for ; Thu, 8 Aug 2013 18:30:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80F702AAC for ; Thu, 8 Aug 2013 18:30:25 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id n5so2868052wev.28 for ; Thu, 08 Aug 2013 11:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RQ20p2d69yx/zRqqgD+92v2kTim9QwhC5ItihxcrzXk=; b=nI3O/5y5oxzuG1lqzMqaVqwq9e5rjwIWUOe55pGj1zRxUifbDoNFyRL0DRd7rVkAGp 0nayTGccSaVIvx6mLtniNjGeqN4corWFAuvwRKwXE6W4EHhx4rRTfHreM0T947ePyjUK 6cHeIMmvDBP8hZjHBTP2HuISyWCRmJeemZD6EXf6BBAsG134fgvDKguNMiLw1QWCjQCW cj5SatF14FNW07mUVnw0CfK2en3tVbgwSuVsy6+PmIUWnhKWS9QeBHwyS0g+5UNQCdXN sNQ4Iunuu5SiYyGXGo7+bxncykyT6s/CPNCjOPRFBDAYjC65SEXeWSIHsRZI886cTsps SEzw== MIME-Version: 1.0 X-Received: by 10.180.160.165 with SMTP id xl5mr114343wib.46.1375986623805; Thu, 08 Aug 2013 11:30:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Thu, 8 Aug 2013 11:30:23 -0700 (PDT) In-Reply-To: <20130808201018.1215f733@munin.geoinf.fu-berlin.de> References: <20130808201018.1215f733@munin.geoinf.fu-berlin.de> Date: Thu, 8 Aug 2013 11:30:23 -0700 X-Google-Sender-Auth: i6d6RCiP_q49ycLqswV-V4K7OSE Message-ID: Subject: Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present From: Adrian Chadd To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 08 Aug 2013 18:30:26 -0000 Can you go over some previous versions in -HEAD and see when it was introduced? -adrian On 8 August 2013 11:10, O. Hartmann wrote: > The most recent CURRENT doesn't work with the x11/nvidia-driver (which > is at 319.25 in the ports and 325.15 from nVidia). > > After build- and installworld AND successfully rebuilding port > x11/nvidia-driver, the system crashes immediately after a reboot as > soon the kernel module nvidia.ko seems to get loaded (in my case, I > load nvidia.ko via /etc/rc.conf.local since the nVidia BLOB doesn't > load cleanly everytime when loaded from /boot/loader.conf). > > The crash occurs on systems with default compilation options set while > building world and with settings like -O3 -march=native. It doesn't > matter. > > FreeBSD and the port x11/nvidia-driver has been compiled with CLANG. > > Most recent FreeBSD revision still crashing is r254097. > > When vmcore is saved, I always see something like > > savecore: reboot after panic: vm_radix_insert: key 23c078 is already > present > > > Does anyone has any idea what's going on? > > Thanks for helping in advance, > > Oliver