From owner-freebsd-current@FreeBSD.ORG Wed May 24 20:22:31 2006 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 9642416A743 for ; Wed, 24 May 2006 20:22:31 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEDF943D4C for ; Wed, 24 May 2006 20:22:30 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2295998uge for ; Wed, 24 May 2006 13:22:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=RjitiIXZtWFRlT+E0+ZJUur1/8FBF7/sThkeRBXa3NN2ZeEjoCWx8D9h6TsCR1I4fej7iJtL/NOcZVBtweM0O/lc1LRLzhkrLeilnn98CxNe/YRXvIqF7YJ4eObntUN8lXtMURMGmc9abdMU1gSN0/R//oOOahJwKjK1pzB70gk= Received: by 10.66.249.11 with SMTP id w11mr5977750ugh; Wed, 24 May 2006 13:22:28 -0700 (PDT) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.gmail.com with ESMTP id y7sm8365507ugc.2006.05.24.13.22.28; Wed, 24 May 2006 13:22:28 -0700 (PDT) Message-ID: <4474C07E.5060905@gmail.com> Date: Wed, 24 May 2006 22:22:22 +0200 From: Pawel Worach User-Agent: Thunderbird 1.5.0.2 (X11/20060520) MIME-Version: 1.0 To: John Baldwin References: <446F1806.4050301@gmail.com> <200605241406.28235.jhb@freebsd.org> In-Reply-To: <200605241406.28235.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: callout_reset page fault panic 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, 24 May 2006 20:22:33 -0000 John Baldwin wrote: > On Saturday 20 May 2006 09:22, Pawel Worach wrote: >> One day old CURRENT, i368 UP. Died while installing some ports and >> running mplayer. vmcore and kernel available (minidumps kick ass!). >> >> Unread portion of the kernel message buffer: >> kernel trap 12 with interrupts disabled > > I think the previous 'struct callout' on the callout wheel > is unmapped, maybe a kernel module was unloaded and it forgot > to do a callout_stop() or callout_drain() or somehow did a > callout_reset() after doing the stop() or drain()? > If nothing was unloaded automagically it's unlikely. -- Pawel