From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 10 17:58:27 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 648D4106570E for ; Fri, 10 Apr 2009 17:58:26 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1096D8FC13 for ; Fri, 10 Apr 2009 17:58:25 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ewy19 with SMTP id 19so1167635ewy.43 for ; Fri, 10 Apr 2009 10:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=suFhS3Bb7urJCG+t78tSMh14Ehyh8uqpJ1NoXp25dlU=; b=o+aYUj4QDKBQyxdsylStf6sM7Q6W9KHtmPR9HYy/+0ZZb2k8hIV3kmvLA57mk3Oxzb 8bkEASaAw53YrXaLefVLe6Y5mxkZv80vkYcMtkj4Pu+fKyflRSqmilN2rtmmQKUIMoEK mu7aKdipmlAXkX0MJKFMV1WP4omjiLSP8gzQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=uWroYQd3hPPTMOjmXPNStOQ6GLqvv7kT7GeksCRyGXMpECztyFa+HGKEENqdDOOXN5 UJF5FO75Sl59M+7us58lHgKJTn0+7fB54VOa88q8G+ybAU50DL45w0njRROGv+bJkHSU N6+h9x9GUauAeBZZTe3Hhlqc5n+F8ZiX1inrk= Received: by 10.210.71.12 with SMTP id t12mr3189899eba.41.1239386305055; Fri, 10 Apr 2009 10:58:25 -0700 (PDT) Received: from logik.internal.network (81-86-41-187.dsl.pipex.com [81.86.41.187]) by mx.google.com with ESMTPS id 24sm2176776ewy.97.2009.04.10.10.58.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Apr 2009 10:58:24 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 758AE5C31; Fri, 10 Apr 2009 17:59:22 +0000 (UTC) Date: Fri, 10 Apr 2009 18:59:22 +0100 From: xorquewasp@googlemail.com To: Robert Noland Message-ID: <20090410175922.GA50520@logik.internal.network> References: <20090410132354.GA20721@logik.internal.network> <20090410154251.GA49384@logik.internal.network> <1239385368.1922.74.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1239385368.1922.74.camel@balrog.2hip.net> Cc: freebsd-hackers@freebsd.org Subject: Re: diagnosing freezes (DRI?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 17:58:28 -0000 Hello. On 2009-04-10 12:42:48, Robert Noland wrote: > > Are you running powerd by chance? I was seeing an issue that seemed to > be related to powerd. Since I've disabled it on that box, it hasn't > hung up any more. I'm not running powerd, no. > > As far as drm is concerned, I've been running on an x1650 for probably a > week now while working mostly on port stuff and I haven't seen any > issues. This is with full 3d and compiz running, etc... So, if it is > drm related... we are going to have to dig up some debugging info > somehow... > > robert. > The system doesn't seem to have frozen since DRI/DRM was disabled. I did have one crash/reboot whilst building a large number of packages with tinderbox. I've currently got both tinderbox and a make -j 16 buildworld going on a loop in the hope that I can trigger it again. Being the idiot I am, I had encrypted swap enabled and so savecore didn't save anything. Won't make that mistake twice. I'm currently using a world compiled WITH_DEBUG but is there anything else I can do? thanks, xw