From owner-freebsd-current@FreeBSD.ORG Sat Aug 13 10:54:17 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FB041065674 for ; Sat, 13 Aug 2011 10:54:17 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from ffe5.ukr.net (ffe5.ukr.net [195.214.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id EDE208FC1C for ; Sat, 13 Aug 2011 10:54:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:Subject:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=bJNaG03I0Ts3sd53LOTr+WxSkC05a3LtC8CsR7jo1nI=; b=Ck/dssfurGiYPVZzrzRTZoHKCbFSdzgkaOWPrNuT2V68t0cswTq1e6NZeEdqS2IesY0Hn2L24adkbvkUrYyjlHIYXhr6NpJNE7xdWzN17hFF21Jesp/k/pIYRreHiW8jzaxesNodAN8XRkfCR2dRvBaXQLNCVfUygIVT8bnEreg=; Received: from mail by ffe5.ukr.net with local ID 1QsBc5-0008Gb-V8 for current@freebsd.org; Sat, 13 Aug 2011 13:38:45 +0300 MIME-Version: 1.0 To: current@freebsd.org From: "fidaj " X-Mailer: freemail.ukr.net 4.0 X-Originating-Ip: 81.23.24.102 via proxy [81.23.24.102] X-Browser: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20100101 Firefox/5.0 Message-Id: Date: Sat, 13 Aug 2011 13:38:45 +0300 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: binary Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Crash kernel in linux module... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 13 Aug 2011 10:54:17 -0000 Hello all! I have: uname -a FreeBSD nonamehost 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224806: Sat Aug 13 11:17:49 EEST 2011 ivan@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 After update source code r224728 to r224806 - my kernel smash when i start the game WorldOfGoo. My computer just reboots. Before the upgrade was not like this... :( Last message in //var/log/messages ... Aug 13 02:02:40 nonamehost last message repeated 4 times Aug 13 02:05:40 nonamehost last message repeated 6 times Aug 13 02:05:49 nonamehost kernel: linux: pid 4157 (WorldOfGoo.bin32): linux_sys_futex: op LINUX_FUTEX_UNLOCK_PI not implemented Aug 13 02:05:49 nonamehost kernel: ... Aug 13 02:13:17 nonamehost kernel: linux: pid 3893 (WorldOfGoo.bin32): linux_sys_futex: op LINUX_FUTEX_UNLOCK_PI not implemented Aug 13 02:13:17 nonamehost kernel: ... What has happened since then? What other information do I provide? Thanks!