From owner-freebsd-x11@FreeBSD.ORG Sun Sep 4 15:25:28 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 95E99106564A for ; Sun, 4 Sep 2011 15:25:28 +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 1B0058FC0A for ; Sun, 4 Sep 2011 15:25:27 +0000 (UTC) Received: by bkat8 with SMTP id t8so5160826bka.13 for ; Sun, 04 Sep 2011 08:25:26 -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=gKKt2zXWKMvjc6pOoow+RWIQNGpAHFFhiAP96rulNPw=; b=BXMzn2usyvcEjDya95NQgoyYoUVfS+WDVln+ECrT3FOC6xv5RspqMMG7sI9bFV13d8 khmVjKF/SH6zVr4m3VyTyMA92EVwV8j6auXHsR+9o1P8lVQDLDVD30lk7lnUFpSdQdWH snAWikhQWNfNE0xMlyrXdH+XvZqN+bQZFvAA4= Received: by 10.204.140.134 with SMTP id i6mr1634982bku.306.1315149926583; Sun, 04 Sep 2011 08:25:26 -0700 (PDT) Received: from beastie.intra ([195.60.174.66]) by mx.google.com with ESMTPS id j1sm2170943bks.3.2011.09.04.08.25.22 (version=SSLv3 cipher=OTHER); Sun, 04 Sep 2011 08:25:23 -0700 (PDT) Message-ID: <4E63983C.6000702@gmail.com> Date: Sun, 04 Sep 2011 18:24:44 +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> In-Reply-To: <20110903104701.GY17489@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 15:25:28 -0000 On 03.09.2011 13:47, Kostik Belousov wrote: > On Sat, Sep 03, 2011 at 11:26:45AM +0300, Kostik Belousov wrote: >> On Sat, Sep 03, 2011 at 11:04:31AM +0300, Andrey Kosachenko wrote: >>> So, I kindly ask you is there anything else I should try to obtain >>> useful info for you? >>> thanks >>> >>> PS: >>> - all.8.2.patch was applied; >>> - core file is newer then stuff that was rebuilt with debugging symbols. >> Is the X server itself built and installed with the debugging symbols ? >> I had no problems with debugging X server built from xorg-dev ports >> using -DWITH_DEBUG make flag. yeap, sure: xorg-server + all it's deps (actually everything that exposed by pkg_info -r xorg-server-1.10.4,1) were built with debugging symbols. Also tried gdb from ports tree. It's output pretty similar , except legacy gdb outputs ~150 frames whereas gdb from ports 12. >> From the evidence sent to me in private, it seems that the gem page fault >> handler might be responsible for the problem. Then, the request to use >> and provide me the ktr dump is valid, see wiki for details. > > In fact, try 8.3. tried 8.3. As I already mentioned, unfortunately there is no exact STR how to reproduce the issue (or at least I don't know how to reproduce it: whenever I tried to do the same I had been doing when Xorg crashed everything just worked). So it usually takes some time to obtain core. However after 8.3 was applied no cores over here. Bad news: Xorg started to freeze (again: I don't know how to reproduce it since it happens randomly and not so often (2 times during the last 24 hours)). It looks like bellow: - display remains intact, neither keyboard not mice events are recognized and there is no way to get it back working but reboot the machine (earlier after crashes I was able "blindly" switch to another vt, login and restart xdm). - machine is accessible via network, so I can login, though it is impossible to kill Xorg process (tried 3, 6, 9). It is also impossible to attach to Xorg process. gdb hangs right after it prints it's banner) I've collected ktrdump output. It is quite large (~500k after compression), so I'll send it to you off-list. Thanks! -- WBR, Andrey Kosachenko