From owner-freebsd-x11@FreeBSD.ORG Sun Dec 27 19:41:45 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 EF465106566B for ; Sun, 27 Dec 2009 19:41:45 +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 B7D798FC12 for ; Sun, 27 Dec 2009 19:41:45 +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 nBRJfhQr054447 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 27 Dec 2009 14:41:44 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: "Carlos A. M. dos Santos" In-Reply-To: References: <1261934521.2220.2834.camel@balrog.2hip.net> Content-Type: text/plain Organization: FreeBSD Date: Sun, 27 Dec 2009 13:41:38 -0600 Message-Id: <1261942898.2220.2976.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 19:41:46 -0000 On Sun, 2009-12-27 at 15:41 -0200, Carlos A. M. dos Santos wrote: > On Sun, Dec 27, 2009 at 3:22 PM, Robert Noland wrote: > > On Sun, 2009-12-27 at 15:17 -0200, Carlos A. M. dos Santos wrote: > [...] > >> 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. > > How do I enable drm debugging? sysctl hw.dri.0.debug=1 robert. -- Robert Noland FreeBSD