From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 12:00:47 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3791BB4B for ; Sun, 31 Aug 2014 12:00:47 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 C4AFC1D55 for ; Sun, 31 Aug 2014 12:00:46 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so4082290wgh.23 for ; Sun, 31 Aug 2014 05:00:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VYa7yozQppWxLUJdSP55LqZ78Rhm/07D3yb7HJxJKCE=; b=UXnSQn39YF3qtcEtEeXWyFcnJ8I9hokS808WdOKKNgaISVoEVviclnjyq2pXseeJTf 3pe0DzKHGDi/DzNeIbGjXEiHJE3RHH408gL8y+kvObIK9PcmgB1bXMo5gsRCcuZ1EPKZ qm9mgOiWg2nns7Z4wK5nxykqsjf0d4omk1t2H2JVDSCRe5Ea+uYQHUdJtXp/g2QFbcEh FoFrYwfZ9qvRCC681t/b36lQjw1CqVx8vtkxgkei0ieHdToPoT6OocFjU9wellg/BY3E JV8CILD0sp0bZg08Azk/DVhsQgwyGpbxAPm4CwgD7SS+BKg4+cUiqxSCkeQH0dxILTzI 2DaA== X-Received: by 10.194.89.67 with SMTP id bm3mr1188464wjb.80.1409486445078; Sun, 31 Aug 2014 05:00:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Sun, 31 Aug 2014 05:00:25 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Sun, 31 Aug 2014 13:00:25 +0100 Message-ID: Subject: Re: Xorg Segfaults after Update from source (10-stable or now 10.1-PRERELEASE) To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 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, 31 Aug 2014 12:00:47 -0000 Hum... Seems that the patch simply works around the issue. "The attached patch works around the problem by returning 0 instead of an out-of-range value for Unicode code points >= 0x100" So I guess I can just not set "pt" in my xorg.conf and then manually do it with setxkbmap pt, which won't make it crash! Still the patch is useful if I would keep my conf until the issue is really resolved in xorg side!