From owner-freebsd-stable@FreeBSD.ORG Fri Sep 5 09:10:49 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 604CBA88 for ; Fri, 5 Sep 2014 09:10:49 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221DC12FE for ; Fri, 5 Sep 2014 09:10:48 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1XPpXR-0007dW-WE; Fri, 05 Sep 2014 11:10:39 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "Julien Cigar" Subject: Re: Xorg segfaults with vt References: <20140905085024.GL43967@mordor.lan> Date: Fri, 05 Sep 2014 11:10:36 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20140905085024.GL43967@mordor.lan> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, BAYES_40 autolearn=disabled version=3.3.2 X-Scan-Signature: 523f42b60907f92a5b98f162865e3e4b 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: Fri, 05 Sep 2014 09:10:49 -0000 On Fri, 05 Sep 2014 10:50:24 +0200, Julien Cigar wrote: > Hello, > > I just updated two machines and Xorg produces a segmentation fault when > I $> startx. This happens only when vt is enabled (syscons is OK). This > is on: > > FreeBSD frodon 10.1-PRERELEASE FreeBSD 10.1-PRERELEASE #2 r271092: Thu > Sep 4 15:17:08 CEST 2014 root@frodon:/usr/obj/usr/src/sys/CUSTOM > amd64 > > ps: put me in CC as I'm not subscribed to this list > > Best regards, > Julien > Do you get a coredump and/or is there something valuable in /var/log/Xorg.0.log? Ronald.