From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 18:22:15 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 A794816A4CE for ; Thu, 30 Sep 2004 18:22:15 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F6A43D1F for ; Thu, 30 Sep 2004 18:22:15 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 6571D7A403; Thu, 30 Sep 2004 11:22:15 -0700 (PDT) Message-ID: <415C4ED7.8090209@elischer.org> Date: Thu, 30 Sep 2004 11:22:15 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Damian Gerow References: <20040929040222.GI5115@afflictions.org> <415A3E1B.5010404@elischer.org> <20040929050154.GJ5115@afflictions.org> <415A6AE3.4050309@elischer.org> <415A6B8A.1040902@elischer.org> <20040929093723.GB29565@afflictions.org> <415B113A.1060508@elischer.org> <20040929215528.GH29565@afflictions.org> <415B368D.3020506@elischer.org> <20040930042935.GA26934@afflictions.org> <20040930043322.GB26934@afflictions.org> In-Reply-To: <20040930043322.GB26934@afflictions.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Random processes hanging in unkillable state in -BETA6 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, 30 Sep 2004 18:22:15 -0000 Damian Gerow wrote: >Thus spake Damian Gerow (dgerow@afflictions.org) [30/09/04 00:32]: >: Thus spake Julian Elischer (julian@elischer.org) [29/09/04 18:28]: >: : It actually needs a *arg to be a valid ctor.. >: : >: : -ksegrp_init(void *mem, int size, int flags) >: : +ksegrp_ctor(void *mem, int size, void *arg, int flags) >: >: Okay, change made, kernel recompiled, installed, and booted into. But I'm >: still seeing the hangs from firefox, dig, and ogle. > >And the next ddb output is up, as per your previous instructions, at >. > oh ok. I see the garbage values are still there. they look like flags of some sort. Something must be writing to that location.. I'll look for an overwrite. .. your last two dumped ksegrps are not the correct address.. any chance you could do it again and get them, all? thanks..