From owner-freebsd-current Fri Jul 26 11: 5:17 2002 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 7FF2D37B400; Fri, 26 Jul 2002 11:05:14 -0700 (PDT) Received: from ort.lviv.net (ort.lviv.net [195.5.34.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8951D43E67; Fri, 26 Jul 2002 11:05:12 -0700 (PDT) (envelope-from andrew@ort.lviv.net) Received: from ort.lviv.net ([172.16.2.157]) by ort.lviv.net (8.11.6/8.11.6) with ESMTP id g6QI4gY01244; Fri, 26 Jul 2002 21:04:42 +0300 Message-ID: <3D418F4E.2030008@ort.lviv.net> Date: Fri, 26 Jul 2002 21:05:02 +0300 From: andrew bliznak User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin Cc: Peter Schultz , Alex Zepeda , current@FreeBSD.org Subject: Re: I think X is making this whole thing unstable.. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > On 26-Jul-2002 andrew bliznak wrote: > >>John Baldwin wrote: >> >>>On 26-Jul-2002 andrew bliznak wrote: >>> [ ... ] > Actually, I think gdb has screwed up your backtrace some anyway. Back > to the original fault messages: > > fault virtual address = 0x24 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc01e4b02 > > Can you do 'l *0xc01e4b02' in gdb and show the output? > (kgdb) l *0xc01e4b02 0xc01e4b02 is in propagate_priority (/usr/home/andrew/C/src/sys/kern/kern_mutex.c:183). 178 179 /* 180 * Check if the thread needs to be moved up on 181 * the blocked chain 182 */ 183 if (td == TAILQ_FIRST(&m->mtx_blocked)) { 184 continue; 185 } 186 187 td1 = TAILQ_PREV(td, threadqueue, td_blkq); (kgdb) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message