From owner-freebsd-x11@FreeBSD.ORG Sun Sep 4 17:34:34 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFCE3106564A for ; Sun, 4 Sep 2011 17:34:34 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 09E628FC08 for ; Sun, 4 Sep 2011 17:34:33 +0000 (UTC) Received: by bkat8 with SMTP id t8so5218653bka.13 for ; Sun, 04 Sep 2011 10:34:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kL2zpYo2E5VmdN5DimsQCz9jkMg/v5s8b3z4+co3kWw=; b=qxzsRq47sLfkDWTSYbInKnreTnToD4prULGZ+BsH+NSekfgU4HKYkRRxNgDXdSNuC9 S2PPmRuE2kc14jFtA8WdFkZek6tk2yJb4tiOmLKg06PAmcpISiIIDBu9977B7Xl3/0hN BQFIe4K7z3CWgjfPYOZa5GfMDi6qLCkwbF1TI= Received: by 10.204.154.200 with SMTP id p8mr1746592bkw.358.1315157672813; Sun, 04 Sep 2011 10:34:32 -0700 (PDT) Received: from beastie.intra ([195.60.174.66]) by mx.google.com with ESMTPS id b17sm1102269bkd.8.2011.09.04.10.34.30 (version=SSLv3 cipher=OTHER); Sun, 04 Sep 2011 10:34:32 -0700 (PDT) Message-ID: <4E63B680.2060504@gmail.com> Date: Sun, 04 Sep 2011 20:33:52 +0300 From: Andrey Kosachenko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110813 Thunderbird/5.0 MIME-Version: 1.0 To: Kostik Belousov References: <20110823085937.GC17489@deviant.kiev.zoral.com.ua> <4E543828.2040703@gmail.com> <20110824081303.GG17489@deviant.kiev.zoral.com.ua> <4E61DF8F.1090206@gmail.com> <20110903082645.GR17489@deviant.kiev.zoral.com.ua> <20110903104701.GY17489@deviant.kiev.zoral.com.ua> <4E63983C.6000702@gmail.com> <20110904154615.GH17489@deviant.kiev.zoral.com.ua> In-Reply-To: <20110904154615.GH17489@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: xorg-dev + intel driver + KMS X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2011 17:34:34 -0000 On 04.09.2011 18:46, Kostik Belousov wrote: > Show me the output of procstat -kk and ps axlww. I believe you are interested in those listing in the context of the hanged Xorg, right?. If so, then I've to wait for the next issue occurrence and will provide outputs then. though (just in case) current listings are: ps axlww: http://pastebin.com/eTccAM0q procstat -kk: http://pastebin.com/TfEWLkfm >> I've collected ktrdump output. It is quite large (~500k after >> compression), so I'll send it to you off-list. > There is no gpu hang, right ? Well, honestly speaking I'm not sure how to detect "gpu hang" phenomena. Wiki states the following: -- "In the case of GPU hang or error, the GPU dump is available at hw.dri.0.info.i915_error_state." -- so given that in my case it was: -- hw.dri.0.info.i915_error_state: no error state collected -- the implication is gpu didn't hang. Not sure whether it can be useful but still: when Xorg is operating normally there is a bunch of records like -- Sep 4 17:00:42 beastie kernel: [drm:KMS:pid1650:intel_crtc_cursor_set] Sep 4 17:00:42 beastie kernel: [drm:KMS:pid1650:intel_crtc_cursor_set] cursor off Sep 4 17:00:42 beastie kernel: [drm:KMS:pid1650:intel_crtc_cursor_set] Sep 4 17:01:02 beastie kernel: [drm:KMS:pid1650:intel_crtc_cursor_set] Sep 4 17:01:02 beastie kernel: [drm:KMS:pid1650:intel_crtc_cursor_set] cursor off -- which appear quite often (several records per minute). After Xorg stuck I could not find any of them until the next boot. -- WBR, Andrey Kosachenko