From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 37826] New: piglit: fbo/fbo-maxsize assertion failure
Date: Wed, 1 Jun 2011 10:29:59 -0700 (PDT)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id B4B709E75C
for ;
Wed, 1 Jun 2011 10:29:59 -0700 (PDT)
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=37826
Summary: piglit: fbo/fbo-maxsize assertion failure
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: sa@whiz.se
The piglit test fbo/fbo-maxsize doesn't pass on my Evergreen:
Returncode: -6
Errors:
Failed to allocate :
size : 1431698944 bytes
alignment : 512 bytes
Failed to allocate :
size : 1431698944 bytes
alignment : 512 bytes
fbo-maxsize: /home/sa/Programming/gfx/piglit/tests/fbo/fbo-maxsize.c:115:
create_fbo: Assertion `glGetError() == 0' failed.
dmesg:
Jun 1 19:10:43 zoe kernel: [ 1384.924077] radeon 0000:01:00.0: object_init
failed for (1431699456, 0x00000006)
Jun 1 19:10:43 zoe kernel: [ 1384.924081] [drm:radeon_gem_object_create]
*ERROR* Failed to allocate GEM object (1431699456, 4, 4096, -12)
Jun 1 19:10:43 zoe kernel: [ 1384.926286] radeon 0000:01:00.0: object_init
failed for (1431699456, 0x00000006)
Jun 1 19:10:43 zoe kernel: [ 1384.926289] [drm:radeon_gem_object_create]
*ERROR* Failed to allocate GEM object (1431699456, 4, 4096, -12)
This doesn't seem to be a new problem, it fails with 7.10 too, but the kernel
message is different: "[drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation
-12!".
System environment:
-- system architecture: 32-bit
-- Linux distribution: Debian unstable
-- GPU: REDWOOD
-- Model: XFX Radeon HD 5670 1GB
-- Display connector: DVI
-- xf86-video-ati: 6.14.2
-- xserver: 1.10.1
-- mesa: git-c5903ed
-- drm: 2.4.25
-- kernel: 2.6.39
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.