From owner-freebsd-ports Fri Dec 6 13:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E8D37B401 for ; Fri, 6 Dec 2002 13:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3D443EBE for ; Fri, 6 Dec 2002 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB6LK1x3026856 for ; Fri, 6 Dec 2002 13:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB6LK1ku026855; Fri, 6 Dec 2002 13:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7127337B401 for ; Fri, 6 Dec 2002 13:12:12 -0800 (PST) Received: from toybox.twisted.org.uk (pc-80-193-182-118-hw.blueyonder.co.uk [80.193.182.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1CB43E9C for ; Fri, 6 Dec 2002 13:12:11 -0800 (PST) (envelope-from pete@twisted.org.uk) Received: from pete by toybox.twisted.org.uk with local (Exim 3.36 #1) id 18KPlZ-000NjH-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Dec 2002 21:12:09 +0000 Message-Id: Date: Fri, 06 Dec 2002 21:12:09 +0000 From: Pete French Reply-To: Pete French To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46037: Offscreen OpenGL rendering causes 'Illegal instruction (core dumped)' in XFree86-4.2.0_1,1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46037 >Category: ports >Synopsis: Offscreen OpenGL rendering causes 'Illegal instruction (core dumped)' in XFree86-4.2.0_1,1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 13:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Pete French >Release: FreeBSD 4.7-STABLE i386 >Organization: twisted.org.uk >Environment: System: FreeBSD skerry 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 5 20:44:58 GMT 2002 pete@skerry:/usr/obj/usr/src/sys/SKERRY i386 >Description: Attempting to do any offscreen rendering using OSMesa in XFree86-4.2.0_1,1 causes an 'Illegal Instruction' error. This causes any programs using OpenGL in this way to fail. >How-To-Repeat: Try and run any piece of code using the OSMesa libraries. The osdemo.c program provided with Mesa for example: cc -I/usr/X11R6/include osdemo.c -L/usr/X11R6/lib -lGL -lGLU -lglut -lOSMesa ./a.out Illegal instruction (core dumped) According to gdb the error occurs in gl_katmai_transform_points3_3d_raw() and this is where I also see it when running my own code. >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message