From owner-freebsd-x11@FreeBSD.ORG Sun Dec 27 17:17:22 2009 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 CEF211065698 for ; Sun, 27 Dec 2009 17:17:22 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 632718FC1B for ; Sun, 27 Dec 2009 17:17:22 +0000 (UTC) Received: by fxm27 with SMTP id 27so9688897fxm.3 for ; Sun, 27 Dec 2009 09:17:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=LsPXkNuhMx6dRrmmAsgZejpKVVeo9dQZL5TUZQ8J1YQ=; b=ELCC+CtZpWQGQxQGGLey1jrLb5prEj3rsXVhzLRcOMPlFbGgrtMe4eJpWeAksiz3P/ 3J+cVi5S311/tBTaaZJ4bY7DjmF9ej0mKbcPznBz4Ca4szuwk0uDN42ratX0nABfdcgU +vaRQa5Uz+SAT7odRHqwZtOn7m2Xxe1hvGpSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AzJPHFo2MErCj8gFCmMu+vv+u2+y7qf4kbV5DXrxRXWVM1FQ3ue88z+uH60NCT/SXK 8K6kBZ6JAmYgwwOmcOU8ZXN5gTWEUXyvcc10UJdnEcYYe8cK8xK6HQelWwWinnwCv3zS HBbNL30DAYz+VlmRTOUHqxYNekrOK+H1e6Y2o= MIME-Version: 1.0 Received: by 10.239.139.89 with SMTP id s25mr1514818hbs.113.1261934237195; Sun, 27 Dec 2009 09:17:17 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Dec 2009 15:17:17 -0200 Message-ID: From: "Carlos A. M. dos Santos" To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org Subject: Re: x11perf -all leads to Xorg crash on 8-STABLE 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, 27 Dec 2009 17:17:22 -0000 On Sun, Dec 27, 2009 at 2:33 AM, Warren Block wrote: > On Sat, 26 Dec 2009, Carlos A. M. dos Santos wrote: > >> Environment: 8-STABLE, as of Dec 23 and fresh built with >> xorg-server-1.6.1,1 and xf86-video-intel-2.7.1. Running x11perf with >> the "-all" argument I got this: >> >> avatar:/local[152]# x11perf -all > x11perf.default >> Setting master > > Don't see that line on intel or radeon. =A0Maybe a -verbose setting? There is not verbose setting. >> Fatal server error: >> Caught signal 11. =A0Server aborting > > After a couple of hours on 8-stable Dec 25 with radeon, I do see that. > >> Dropping master >> XIO: =A0fatal IO error 35 (Resource temporarily unavailable) on X server >> ":0.0" >> =A0 =A0 after 522479794 requests (522479789 known processed) with 0 >> events remaining. > > But not those lines. =A0The last thing in the output was "ShmPutImage 500= x500 > square". I figured out that "x11perf -shmputxy10" triggers the crash. Mys first guess was that something related to shared memory was causing the problem. However, running the X server with truss /usr/local/bin/Xorg >& Xorg.truss.log shows that all shm* calls succeed. Anyway, I attempted to increase the available shared memory, using the values recommended by the Xine port: sysctl kern.ipc.shmmax=3D67108864 sysclt kern.ipc.shmall=3D32768 But it keeps crashing.