From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 10:10:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B82AF912 for ; Tue, 28 Oct 2014 10:10:42 +0000 (UTC) Received: from mail-yh0-f51.google.com (mail-yh0-f51.google.com [209.85.213.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5AE1F7 for ; Tue, 28 Oct 2014 10:10:41 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id c41so141456yho.10 for ; Tue, 28 Oct 2014 03:10:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bXLSXi+zA1VZTwLWs0zzpWYEoNM5j5yEf/x179+2LQk=; b=CWYwGmcJFQFZpU7Z4Emio7kT6E6nIxMhTUSYV5a0k/s+mJoHtS0HbZdawLp8X5BE/a e3M/0yC0htZT3jXjImp+yNm3/CLOVLqb1JqnZlKrFuIxdtVThco9vBOrqZLjbJVLQvMf mrHbDEp366ZpvMwbgC7CgZtoO5UDRG0M8z8tUZb88RwcMN+jlRNCPm1CiHXYkvlXrUF0 gbquaYI8j1qNmQPG3wDWbkjBCAKBqn/FwwWn45jEAaE6t1+JUEG3UEmVUvGGFKZqGnPK u1IEToRNYHU8QUrUKFozv+5gtXrKeIrZBSLTmBZVum6qYt5brw1SAgXV3dcrQG/tui2O 1O/g== X-Gm-Message-State: ALoCoQmgNLgQ8q5SgTOlsvIaA9lPDq/VHZ07/SpmDU8lOnCh4HcccZdTI98XhrpreIbnVZYHiiqq MIME-Version: 1.0 X-Received: by 10.170.204.84 with SMTP id v81mr2000062yke.115.1414491040557; Tue, 28 Oct 2014 03:10:40 -0700 (PDT) Received: by 10.170.46.203 with HTTP; Tue, 28 Oct 2014 03:10:40 -0700 (PDT) X-Originating-IP: [62.165.198.134] In-Reply-To: <544F61F9.6040408@FreeBSD.org> References: <544E0FC8.8090605@FreeBSD.org> <544EC35A.2050401@FreeBSD.org> <544F61F9.6040408@FreeBSD.org> Date: Tue, 28 Oct 2014 11:10:40 +0100 Message-ID: Subject: Re: CFT: Update to xf86-video-ati 7.5.0 From: Oliver Pinter To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org, freebsd-stable@freebsd.org, freebsd-ports@freebsd.org, Miguel Clara X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 10:10:42 -0000 On Tue, Oct 28, 2014 at 10:29 AM, Jean-S=C3=A9bastien P=C3=A9dron wrote: > On 28.10.2014 02:53, Miguel Clara wrote: >> Not working for me on current. >> >> dmesg: http://pastebin.com/N49hZnGS > > Could you please rebuild x11-servers/xorg-server and > x11-drivers/xf86-video-ati like this: > make WITH_DEBUG=3D1 all deinstall install > > Then, run Xorg from gdb (pkg install gdb) as root: > gdb78 /usr/local/bin/Xorg > > At the "(gdb)" prompt, you can type the "r" command to execute Xorg. gdb > will tell you if Xorg crashed or terminated normally. > > If it crashed, run the "bt" command at the (gdb) prompt and post your > whole gdb session. > > Thank you! Btw, It's possible to exists a coredump in / directory, namely Xorg.core. > > -- > Jean-S=C3=A9bastien P=C3=A9dron >