From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 54057] opengl apps crash at run Date: Mon, 27 Aug 2012 14:20:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E6A09E790 for ; Mon, 27 Aug 2012 07:20:43 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=54057 --- Comment #4 from Andy Furniss 2012-08-27 14:20:43 UTC --- (In reply to comment #0) > Created attachment 66111 [details] > xorg.log > > Hardware : radeon 9600 agp > using mesa-git xorg-server-git pixman-git xf86-video-ati-git > From few days I segfault when I run opengl app. I have a box with a 9600 agp in so tested, but I am pure 32bit and using llvm 3.0. Current ddx and mesa git worked Ok with Xorg git from June. I built current Xorg git Today and haven't managed to get dri to work at all yet. I don't segfault because I get permission denied when trying to run anything. bash-3.2$ LIBGL_DEBUG=verbose glxinfo >/dev/null libGL: OpenDriver: trying /home/andy/Src/Xorg-git/modular/lib/dri/r300_dri.so libGL error: failed to open drm device: Permission denied libGL error: failed to load driver: r300 libGL: OpenDriver: trying /home/andy/Src/Xorg-git/modular/lib/dri/swrast_dri.so My xorg log looks like AIGLX has loaded r300 OK, but I can't run anything indirect either - bash-3.2$ LIBGL_ALWAYS_INDIRECT=1 LIBGL_DEBUG=verbose glxinfo >/dev/null X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Serial number of failed request: 17 Current serial number in output stream: 18 I may be seeing something totally different from you (what do you get with those commands)? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.