From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 21 11:01:50 2014 Return-Path: Delivered-To: gnome@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 55854A62 for ; Sun, 21 Sep 2014 11:01:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C575BDE for ; Sun, 21 Sep 2014 11:01:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LB1oDV074401 for ; Sun, 21 Sep 2014 11:01:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 193692] graphics/cairo: 1.12 crashes xorg server (NOT WITH_NEW_XORG) Date: Sun, 21 Sep 2014 11:01:49 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: uraharakisuke153@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 11:01:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193692 Samuel Orr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uraharakisuke153@gmail.com --- Comment #14 from Samuel Orr --- I can confirm with FreeBSD 10. After a fresh installation I installed the packages for xorg/gdm. After a reboot the X server crashes repeatedly. I had to boot to single user mode, and force removed the xf86-video-intel package. Using Vesa the x server worked. After a lot of reading, I narrowed the issue down to cairo as seen here. Using portdowngrade to install cairo-1.10 the x server works using xf86-video-intel (2.7) with no issues. Opinion: I would assume the intel brand gpus are heavily used. Breaking them on a production quality release seems like a major issue. The maintainer's log of cairo 1.12 states it was blocking "pango and gtk30". I would suggest perhaps requiring WITH_NEW_XORG to install the newer cairo? Though I don't know the trade offs, but a cryptic xorg crash was quite frustrating. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.