From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 82783] New: [radeonsi] [r9 280] Constantly receiving "Failed to
allocate a buffer" (of size 0) messages
Date: Mon, 18 Aug 2014 20:12:53 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1751440041=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id C9E726E013
for ; Mon, 18 Aug 2014 13:12:53 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1751440041==
Content-Type: multipart/alternative; boundary="1408392773.A8CCfFbD0.31966"; charset="us-ascii"
--1408392773.A8CCfFbD0.31966
Date: Mon, 18 Aug 2014 20:12:53 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=82783
Priority: medium
Bug ID: 82783
Assignee: dri-devel@lists.freedesktop.org
Summary: [radeonsi] [r9 280] Constantly receiving "Failed to
allocate a buffer" (of size 0) messages
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: dpcismael@gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: 10.2
Component: Drivers/Gallium/radeonsi
Product: Mesa
Every time I use an application requiring the use of the radeonsi driver from
Mesa, I get a continuous stream of the following message :
radeon: Failed to allocate a buffer:
radeon: size : 0 bytes
radeon: alignment : 4096 bytes
radeon: domains : 4
I never get this kind of message when running apps using the 'normal'
xf86-video-ati driver, so I'm pretty sure radeonsi is the one sending it.
I've made some basic tests with a self-made program and it seems like the
message is sent at least once on every frame.
If it were just for that, I wouldn't mind that much about it; most apps that
spawn it don't show any performance problems. However, it might be linked to
another error message I sometimes get :
LLVM ERROR: ran out of registers during register allocation
This LLVM error always turns up as a report of a recent crash. So far, I've
seen two situations where it happened : trying to start a game on Xonotic with
video effects settings on ultra, and reaching some triggers/areas in the
Warcraft III campaign on Wine with Warcraft III being in Direct3D mode. I could
probably search and/or file reports about that LLVM error, so I won't digress
any further; this post is mostly meant to be about the 'Failed to allocate a
buffer' error messages.
To end this report, I'll provide the relevant hardware and software components
from my setup:
- CPU : Intel Core i5 4460
- Motherboard : Asus H87 Plus
- RAM : GSkill Ripjaws 2 x 4gb
- GPU : Gigabyte Radeon R9 280
- OS : Arch Linux with kernel version 3.16.1-1
- Xorg 1.16.0-6
- GPU drivers : all open-source; xf86-video-ati 1:7.4.0-3,
radeonsi from xf86-video-ati package 10.2.5-1
That's pretty much it, I guess.
--
You are receiving this mail because:
You are the assignee for the bug.
--1408392773.A8CCfFbD0.31966
Date: Mon, 18 Aug 2014 20:12:53 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
| Priority |
medium
|
| Bug ID |
82783
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Summary |
[radeonsi] [r9 280] Constantly receiving "Failed to allocate a buffer" (of size 0) messages
|
| Severity |
normal
|
| Classification |
Unclassified
|
| OS |
Linux (All)
|
| Reporter |
dpcismael@gmail.com
|
| Hardware |
x86-64 (AMD64)
|
| Status |
NEW
|
| Version |
10.2
|
| Component |
Drivers/Gallium/radeonsi
|
| Product |
Mesa
|
Every time I use an application requiring the use of the radeonsi driver from
Mesa, I get a continuous stream of the following message :
radeon: Failed to allocate a buffer:
radeon: size : 0 bytes
radeon: alignment : 4096 bytes
radeon: domains : 4
I never get this kind of message when running apps using the 'normal'
xf86-video-ati driver, so I'm pretty sure radeonsi is the one sending it.
I've made some basic tests with a self-made program and it seems like the
message is sent at least once on every frame.
If it were just for that, I wouldn't mind that much about it; most apps that
spawn it don't show any performance problems. However, it might be linked to
another error message I sometimes get :
LLVM ERROR: ran out of registers during register allocation
This LLVM error always turns up as a report of a recent crash. So far, I've
seen two situations where it happened : trying to start a game on Xonotic with
video effects settings on ultra, and reaching some triggers/areas in the
Warcraft III campaign on Wine with Warcraft III being in Direct3D mode. I could
probably search and/or file reports about that LLVM error, so I won't digress
any further; this post is mostly meant to be about the 'Failed to allocate a
buffer' error messages.
To end this report, I'll provide the relevant hardware and software components
from my setup:
- CPU : Intel Core i5 4460
- Motherboard : Asus H87 Plus
- RAM : GSkill Ripjaws 2 x 4gb
- GPU : Gigabyte Radeon R9 280
- OS : Arch Linux with kernel version 3.16.1-1
- Xorg 1.16.0-6
- GPU drivers : all open-source; xf86-video-ati 1:7.4.0-3,
radeonsi from xf86-video-ati package 10.2.5-1
That's pretty much it, I guess.
You are receiving this mail because:
- You are the assignee for the bug.
--1408392773.A8CCfFbD0.31966--
--===============1751440041==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1751440041==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 82783] [radeonsi] [r9 280] Constantly receiving "Failed to
allocate a buffer" (of size 0) messages
Date: Mon, 18 Aug 2014 21:01:04 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0256346697=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id D455989B62
for ; Mon, 18 Aug 2014 14:01:03 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0256346697==
Content-Type: multipart/alternative; boundary="1408395663.D4cec7640.15957"; charset="us-ascii"
--1408395663.D4cec7640.15957
Date: Mon, 18 Aug 2014 21:01:03 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=82783
Alex Deucher changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Alex Deucher ---
*** This bug has been marked as a duplicate of bug 82162 ***
--
You are receiving this mail because:
You are the assignee for the bug.
--1408395663.D4cec7640.15957
Date: Mon, 18 Aug 2014 21:01:03 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Alex Deucher
changed
bug 82783
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
DUPLICATE
|
You are receiving this mail because:
- You are the assignee for the bug.
--1408395663.D4cec7640.15957--
--===============0256346697==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============0256346697==--