From owner-freebsd-current@FreeBSD.ORG Fri May 16 21:11:15 2008 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 8CC98106566C for ; Fri, 16 May 2008 21:11:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0562A8FC1C for ; Fri, 16 May 2008 21:11:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl108-79.kln.forthnet.gr [77.49.227.79]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-4) with ESMTP id m4GLAhAk012320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 May 2008 00:10:51 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m4GLAhVm002503; Sat, 17 May 2008 00:10:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m4GLAgB0002502; Sat, 17 May 2008 00:10:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Alan Cox" References: <87ve1iqbn7.fsf@kobe.laptop> <87zlqta2js.fsf@kobe.laptop> <87lk2d86mo.fsf@kobe.laptop> Date: Sat, 17 May 2008 00:10:42 +0300 In-Reply-To: <87lk2d86mo.fsf@kobe.laptop> (Giorgos Keramidas's message of "Wed, 14 May 2008 14:30:55 +0300") Message-ID: <871w426jl9.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m4GLAhAk012320 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.888, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: current@freebsd.org Subject: Re: repeated panics in vm_reserv_alloc_page() 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: Fri, 16 May 2008 21:11:15 -0000 On Wed, 14 May 2008 14:30:55 +0300, Giorgos Keramidas wrote: > On Wed, 14 May 2008 08:16:07 +0300, Giorgos Keramidas wrote: >> I'll rebuild right now, but it may be tricky reproducing the panic. >> Is it ok if I let it run for a couple of days or a bit more? >> >> I can't reliably reproduce the panic all the time, but it seems to >> happen faster when I stress the system a bit. > > Installed. Now, I guess, all we have to do is wait and see if mplayer > manages to trigger the crash in the following 1-2 days... Hi Alan, No panics yet. I've been using the same laptop for the past 2 days, doing pretty much the "usual stuff". I haven't seen any more panics in vm_reserv_alloc_page() so far. Given that it was pretty easy to trigger the panic by playing audio or video in mplayer, and it was happenning at least 2-3 times a day, I think that it's fixed :) Thanks!