From owner-freebsd-x11@FreeBSD.ORG Sun Dec 27 17:22:09 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 368091065692 for ; Sun, 27 Dec 2009 17:22:09 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id DA42D8FC12 for ; Sun, 27 Dec 2009 17:22:08 +0000 (UTC) Received: from [192.168.1.4] (adsl-1-207-120.bna.bellsouth.net [65.1.207.120]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id nBRHM6DA053740 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 27 Dec 2009 12:22:07 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: "Carlos A. M. dos Santos" In-Reply-To: References: Content-Type: text/plain Organization: FreeBSD Date: Sun, 27 Dec 2009 11:22:01 -0600 Message-Id: <1261934521.2220.2834.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net 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:22:09 -0000 On Sun, 2009-12-27 at 15:17 -0200, Carlos A. M. dos Santos wrote: > 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. Maybe a -verbose setting? > > There is not verbose setting. > > >> Fatal server error: > >> Caught signal 11. Server aborting > > > > After a couple of hours on 8-stable Dec 25 with radeon, I do see that. > > > >> Dropping master > >> XIO: fatal IO error 35 (Resource temporarily unavailable) on X server > >> ":0.0" > >> after 522479794 requests (522479789 known processed) with 0 > >> events remaining. > > > > But not those lines. The last thing in the output was "ShmPutImage 500x500 > > 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=67108864 > sysclt kern.ipc.shmall=32768 > > But it keeps crashing. Attaching gdb to X and getting a backtrace and/or enabling drm debugging is more likely to point to the issue. robert. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD