From owner-freebsd-current@FreeBSD.ORG Thu Sep 9 08:26:18 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 C9F0316A4CE for ; Thu, 9 Sep 2004 08:26:18 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3ED43D5D for ; Thu, 9 Sep 2004 08:26:18 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with ESMTP id i898QGEg010886 for ; Thu, 9 Sep 2004 10:26:17 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <414013AA.6060908@withagen.nl> Date: Thu, 09 Sep 2004 10:26:18 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-current@freebsd.org" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: spin lock sched lock held by 0xffffff007b7d2940 for > 5 seconds 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: Thu, 09 Sep 2004 08:26:18 -0000 Found a panic on my bos this morning: spin lock sched lock held by 0xffffff007b7d2940 for > 5 seconds panic: spin lock held too long cpuid = 1 KDB: stack backtrace: kdb_backtrace() at kdb_backtrace+0x37 panic() at panic+0x1d1 _mtx_lock_spin() at _mtx_lock_spin+0xd0 _mtx_lock_spin_flags() at _mtx_lock_spin_flags+0xcc hardclock_process() at hardclock_process+0x47 forwarded_hardclock() at forwarded_hardclock+0x21 Xhardclock() at Xhardclock+0x76 tc_windup() at tc_windup+0x113 tc_setclock() at tc_setclock+0xc7 settime() at settime+0x160 clock_settime() at clock_settime+0x87 syscall() at syscall+0x320 Xfast_syscall() at Xfast_syscall+0xa8 --- syscall (233, FreeBSD ELF64, clock_settime), rip = 0x2007b53ec, rsp = 0x7fff ffffeb38, rbp = 0x7fffffffeb80 --- KDB: enter: panic BUT KDB does not let me in.... So cant offer anything other than this. --WjW