From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 19:25:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 CB4BB16A41F for ; Wed, 28 Sep 2005 19:25:33 +0000 (GMT) (envelope-from roger@gwch.net) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2131D43D48 for ; Wed, 28 Sep 2005 19:25:32 +0000 (GMT) (envelope-from roger@gwch.net) Received: from mail.gwch.net (84-73-90-203.dclient.hispeed.ch [84.73.90.203]) (authenticated bits=0) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id j8SJPU8Q006952; Wed, 28 Sep 2005 21:25:31 +0200 Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id B861740687; Wed, 28 Sep 2005 21:25:30 +0200 (CEST) Received: from mail.gwch.net ([127.0.0.1]) by localhost (mail.gwch.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12030-02; Wed, 28 Sep 2005 21:25:26 +0200 (CEST) Received: from [10.0.0.94] (frodo.gwch.net [192.168.2.101]) by mail.gwch.net (Postfix) with ESMTP id A94CF4050A; Wed, 28 Sep 2005 21:25:26 +0200 (CEST) Message-ID: <433AEE24.200@gwch.net> Date: Wed, 28 Sep 2005 21:25:24 +0200 From: Roger Grosswiler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremie Le Hen References: <433AE588.2070002@gwch.net> <20050928191746.GB1027@obiwan.tataz.chchile.org> In-Reply-To: <20050928191746.GB1027@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on smtp-06.tornado.cablecom.ch X-Virus-Scanned: amavisd-new at gwch.net X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-06.tornado.cablecom.ch 32701; Body=2 Fuz1=2 Fuz2=2 Cc: freebsd-current@freebsd.org Subject: Re: Problems loading Gnome 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: Wed, 28 Sep 2005 19:25:33 -0000 Jeremie Le Hen wrote: >Hi Roger, > > > >>i recently installed Beta4 sucessfully, but after login i have to wait >>10 minutes to get a workin system. >> >>Dmesg shows this: >> >>lock order reversal >>1st 0xc097f8e0 UMA lock (UMA lock) @ /usr/src/sys/vm/uma_core.c:1494 >>2nd 0xc1060144 system map (system map) @ /usr/src/sys/vm/vm_map.c:2317 >>KDB: stack backtrace: >>kdb_backtrace(0,ffffffff,c09348c0,c0934a00,c08bef84) at kdb_backtrace+0x29 >>witness_checkorder(c1060144,9,c0875486,90d) at witness_checkorder+0x564 >>_mtx_lock_flags(c1060144,0,c0875486,90d) at _mtx_lock_flags+0x5b >>_vm_map_lock(c10600c0,c0875486,90d) at _vm_map_lock+0x26 >>vm_map_remove(c10600c0,c1d05000,c1d06000,cc9ffc0c,c07827a9) at >>vm_map_remove+0x1f >>kmem_free(c10600c0,c1d05000,1000,cc9ffc3c,c0782156) at kmem_free+0x25 >>page_free(c1d05000,1000,2) at page_free+0x29 >>zone_drain(c103f000) at zone_drain+0x26a >>zone_foreach(c0781eec,cc9ffcec,c07940d7,cc9ffc74,246) at zone_foreach+0x37 >>uma_reclaim(cc9ffc74,246,0,cc9ffc80,c062b7d9) at uma_reclaim+0x12 >>vm_pageout_scan(0,c097fd40,0,c0876973,604) at vm_pageout_scan+0x103 >>vm_pageout(0,cc9ffd38,0,c0794f2c,0) at vm_pageout+0x2c3 >>fork_exit(c0794f2c,0,cc9ffd38) at fork_exit+0xa0 >>fork_trampoline() at fork_trampoline+0x8 >>--- trap 0x1, eip = 0, esp = 0xcc9ffd6c, ebp = 0 --- >> >> >>What can this be? What can i do? >> >> > >This is clearly explained by Robert Watson in this post : >http://lists.freebsd.org/pipermail/freebsd-current/2003-December/016617.html > >What you can do depends on your skills actually. If you feel strong >enough, you can fix it. If not, you can check this page >http://sources.zabbadoz.net/freebsd/lor.html >maintained by Bjoern A. Zeeb if this LOR is already reported (this >should be done pretty quickly by looking for the string "UMA lock" for >intance). In case of it is not, then report it on this very list. > >Regards, > > in fact it is, but where do i get the patch from? Roger