From owner-freebsd-ports-bugs@freebsd.org Wed Feb 5 02:02:26 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FC2723C986 for ; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48C4ZV3mJvz3QKt for ; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 8128023C985; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 80F0323C984 for ; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48C4ZV2VKdz3QKs for ; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 510FE23593 for ; Wed, 5 Feb 2020 02:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 01522Qma029178 for ; Wed, 5 Feb 2020 02:02:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01522QAs029177 for ports-bugs@FreeBSD.org; Wed, 5 Feb 2020 02:02:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243887] Fatal server error: GLSL compile failure: Failed to compile VS: 0:13(43): error: `pos' undeclared Date: Wed, 05 Feb 2020 02:02:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd_noob@web.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2020 02:02:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243887 Bug ID: 243887 Summary: Fatal server error: GLSL compile failure: Failed to compile VS: 0:13(43): error: `pos' undeclared Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd_noob@web.de Hi, i am using FreeBSD 12.1-RELEASE (i386) with the i915kms driver and the xorg-server sometimes crashes with the following error: [ 324.818] Failed to compile VS: 0:13(43): error: `pos' undeclared 0:13(14): error: operands to arithmetic operators must be numeric 0:13(13): error: operands to arithmetic operators must be numeric [ 324.818] Program source: #define ATLAS_DIM_INV 0.000976562500000000 attribute vec2 primitive; attribute vec2 source; varying vec2 glyph_pos; uniform vec2 fill_offset; uniform vec2 fill_size_inv; varying vec2 fill_pos; uniform vec4 v_matrix; void main() { gl_Position.xy =3D primitive.xy * v_matrix.xz + v_matrix.yw; gl_Position.zw =3D vec2(0.0,1.0); glyph_pos =3D source.xy * ATLAS_DIM_INV; fill_pos =3D (fill_offset + primitive.xy + pos) * fill_size_inv; } [ 324.818] (EE)=20 Fatal server error: [ 324.818] (EE) GLSL compile failure [ 324.818] (EE)=20 [ 324.818] (EE)=20 Please consult the The X.Org Foundation support=20 at http://wiki.x.org for help.=20 [ 324.818] (EE) Please also check the log file at "/var/log/Xorg.0.log" f= or additional information. [ 324.818] (EE)=20 [ 324.832] (II) AIGLX: Suspending AIGLX clients for VT switch [ 324.847] (EE) Server terminated with error (1). Closing log file. I reliablely can reproduce the problem by clicking this link in Firefox 72.= 0.2: https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.1/CHECKSU= M.SHA256-FreeBSD-12.1-RELEASE-i386 This bug has been fixed in xorg-server in 2016, and a patch is available.=20 See https://bugs.freedesktop.org/show_bug.cgi?id=3D97300 and https://patchwork.freedesktop.org/patch/105827/ for more info. Could you please integrate this patch (or update xorg-server altogether, si= nce it's pretty old)? If you need more info, i am happy to help. Regards freebsd_noob --=20 You are receiving this mail because: You are the assignee for the bug.=