From owner-freebsd-current@FreeBSD.ORG Thu Oct 16 15:36:48 2003 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 2243816A4BF for ; Thu, 16 Oct 2003 15:36:48 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 1B1F343FD7 for ; Thu, 16 Oct 2003 15:36:46 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 98495 invoked by uid 85); 16 Oct 2003 22:37:45 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.065042 secs); 16 Oct 2003 22:37:45 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 16 Oct 2003 22:37:45 -0000 From: Arjan van Leeuwen To: Jeff Roberson Date: Fri, 17 Oct 2003 00:36:43 +0200 User-Agent: KMail/1.5.4 References: <20031016165950.U30029-100000@mail.chesapeake.net> In-Reply-To: <20031016165950.U30029-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Disposition: inline X-UID: 4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200310170036.43749.avleeuwen@piwebs.com> cc: current@freebsd.org Subject: Re: Page faults with today's current 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, 16 Oct 2003 22:36:48 -0000 On Thursday 16 October 2003 23:00, Jeff Roberson wrote: > On Thu, 16 Oct 2003, Arjan van Leeuwen wrote: > > I just cvsupped and installed a new world and kernel (previous kernel was > > from October 13), and now my machine gets a page fault when I try to run > > any GTK2 application (Firebird, Gnome 2). Are others seeing this as well? > > > > Arjan > > If you're running ULE and KSE I just fixed a bug with that. If not, pleae > provide a stack trace. You can manually transcribe one by starting a gtk2 > application from a console with your DISPLAY variable set appropriately. Yes, I'm using ULE and KSE, but it isn't fixed for me (using rev. 1.65). The trace looks like this: sched_rem(...) setrunqueue(...) sched_wakeup(...) setrunnable(...) wakeup(...) bdone(...) bufdone(...) bufdonebio(...) biodone(...) g_dev_done(...) biodone(...) g_io_schedule_up(...) g_up_procbody(...) fork_exit(...) fork_trampoline() Arjan