From owner-freebsd-current@FreeBSD.ORG Thu Dec 13 23:51:51 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1A7289D; Thu, 13 Dec 2012 23:51:51 +0000 (UTC) (envelope-from artyom@ijminteractive.net) Received: from qs3206.pair.com (qs3206.pair.com [216.92.131.43]) by mx1.freebsd.org (Postfix) with ESMTP id 662358FC13; Thu, 13 Dec 2012 23:51:51 +0000 (UTC) Received: from home.alkar.net (unknown [178.215.171.20]) by qs3206.pair.com (Postfix) with ESMTPSA id 79DCFE604A; Thu, 13 Dec 2012 18:51:50 -0500 (EST) From: Artyom Mirgorodskiy To: freebsd-current@freebsd.org Subject: Re: new xorg segfault 11 with KMS Date: Fri, 14 Dec 2012 01:51:26 +0200 Message-ID: <1698382.9Eyt0BnUlN@home.alkar.net> User-Agent: KMail/4.8.4 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) In-Reply-To: <50CA652C.5010101@freebsd.org> References: <50CA50C6.2080501@gmail.com> <50CA652C.5010101@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Johannes Dieterich , David Chisnall , freebsd-current@freebsd.org, Dimitry Andric , Niclas Zeising X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 23:51:51 -0000 This patch work for me. Thanks. On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: > Can you please try the attached patch, against x11-servers/xorg-server. > Apply it and recompile xorg-server with normal flags (that is, no > debugging) and let me and the list know the result when starting X. > Regards! > -- This message is for the person(s) named above only and may contain privileged, proprietary, or otherwise private information. If you received this transmission in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. From owner-freebsd-current@FreeBSD.ORG Fri Dec 14 00:24:27 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E822C2CD; Fri, 14 Dec 2012 00:24:27 +0000 (UTC) (envelope-from dieterich.joh@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 710518FC12; Fri, 14 Dec 2012 00:24:27 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so2961229oag.13 for ; Thu, 13 Dec 2012 16:24:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7zjEpMUy/MjwgPAuu6macLxQCxo+h3kM2LbOJfot9H8=; b=QP9oJG2YN941+J1YS98+thqbx3n0RK0vjzYPWD9WBDOBJBmDxf8gmokjpLC+8wvj+o v5GXRLPq9dLV0gf/ApOPuS9M35TGEVCztsUmzyUSEBQWDgyc2RayBm20h9gHrdYtD0tb I/7wxS8PDNBcKfZ/aFE7lPpP4gF4y+/pTPxKbjsUIDZfAa4MuLaP99U/zQrlsWRCHhj2 waKQIv1hEEGGL8ih2RQZBIFCRUFN81GjGwHp1KOY6JIol8F3BB9+fYy1yVVCQVMaEU0j mbXKIfYbUsGQvuAE1KJVvs6gaABbf4So9UifI0g+G35oQfeksglp1R3lkToY/E6JWaXY IrnQ== MIME-Version: 1.0 Received: by 10.60.31.227 with SMTP id d3mr3138600oei.70.1355444661161; Thu, 13 Dec 2012 16:24:21 -0800 (PST) Received: by 10.182.190.83 with HTTP; Thu, 13 Dec 2012 16:24:20 -0800 (PST) In-Reply-To: <1698382.9Eyt0BnUlN@home.alkar.net> References: <50CA50C6.2080501@gmail.com> <50CA652C.5010101@freebsd.org> <1698382.9Eyt0BnUlN@home.alkar.net> Date: Thu, 13 Dec 2012 19:24:20 -0500 Message-ID: Subject: Re: new xorg segfault 11 with KMS From: Johannes Dieterich To: Artyom Mirgorodskiy Content-Type: text/plain; charset=ISO-8859-1 Cc: David Chisnall , freebsd-current@freebsd.org, Dimitry Andric , Niclas Zeising X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 00:24:28 -0000 On Thu, Dec 13, 2012 at 6:51 PM, Artyom Mirgorodskiy wrote: > This patch work for me. Thanks. I can confirm that it also works for me. Thanks a lot! > On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: > >> Can you please try the attached patch, against x11-servers/xorg-server. > >> Apply it and recompile xorg-server with normal flags (that is, no > >> debugging) and let me and the list know the result when starting X. > >> Regards! > >> > > -- > > This message is for the person(s) named above only and may contain > privileged, proprietary, or otherwise private information. If you received > this transmission in error, please notify the sender immediately and delete > the original. Any other use of the email by you is prohibited.