* [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g
@ 2014-08-02 7:48 bugzilla-daemon
2014-08-04 3:55 ` [Bug 82046] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-02 7:48 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2179 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=82046
Priority: medium
Bug ID: 82046
Assignee: dri-devel@lists.freedesktop.org
Summary: xbmc crashes with recent git mesa (git-150ac07) on
r600g
Severity: normal
Classification: Unclassified
OS: All
Reporter: laszlo.kertesz@infobenefic.ro
Hardware: Other
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
With recent mesa (+kernel, xf86-ati) from git xbmc started crashing with the
following error:
state_tracker/st_atom_array.c:417:setup_interleaved_attribs: Assertion
`array->_ElementSize == _mesa_bytes_per_vertex_attrib(array->Size,
array->Type)' failed.
Trace/breakpoint trap (core dumped)
dmesg shows:
[472553.996080] traps: xbmc.bin[17682] trap int3 ip:7f8bb4847586
sp:7fff827674d0 error:0
It either crashes on startup or when clicking on any menu item for the first
time or when scrrolling the menu (without having clicked on anything).
I recompiled xbmca few times, it still does the same. Note that it was working
until i did a mesa update from git a few weeks back.
The guys over the xbmc forums say that its a mesa issue.
glxinfo | grep -i open output:
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD ARUBA
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.0-devel
(git-150ac07)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.3.0-devel (git-150ac07)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.0-devel (git-150ac07)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
OpenGL ES profile extensions:
I use Debian Testing 64-bit, mesa, drm, kernel, xserver built from git on an
A8-6500. I also use glamor as acceleration method.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3480 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 82046] xbmc crashes with recent git mesa (git-150ac07) on r600g
2014-08-02 7:48 [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g bugzilla-daemon
@ 2014-08-04 3:55 ` bugzilla-daemon
2014-08-17 23:33 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-04 3:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 212 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=82046
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Can you bisect?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1020 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 82046] xbmc crashes with recent git mesa (git-150ac07) on r600g
2014-08-02 7:48 [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g bugzilla-daemon
2014-08-04 3:55 ` [Bug 82046] " bugzilla-daemon
@ 2014-08-17 23:33 ` bugzilla-daemon
2014-08-18 10:52 ` [Bug 82046] [Bisected] " bugzilla-daemon
2014-08-19 1:12 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-17 23:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 941 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=82046
--- Comment #2 from Kertesz Laszlo <laszlo.kertesz@infobenefic.ro> ---
I bisected it. This commit turned up:
734e4946f50c1b83dafdb18ced652abc88e6a246 is the first bad commit
commit 734e4946f50c1b83dafdb18ced652abc88e6a246
Author: Marek Olšák <marek.olsak@amd.com>
Date: Fri Jul 11 00:05:44 2014 +0200
mesa: fix crash in st/mesa after deleting a VAO
This happens when glGetMultisamplefv (or any other non-draw function) is
called, which doesn't invoke the VBO module to update _DrawArrays and
the pointer is invalid at that point.
However st/mesa still dereferences it to setup vertex buffers ==> crash.
Reviewed-by: Brian Paul <brianp@vmware.com>
:040000 040000 b52b7dc931a318657a82f535b497aea102bdbc99
340446a111ba97d9d11602c0150251135178b64e M src
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1871 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 82046] [Bisected] xbmc crashes with recent git mesa (git-150ac07) on r600g
2014-08-02 7:48 [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g bugzilla-daemon
2014-08-04 3:55 ` [Bug 82046] " bugzilla-daemon
2014-08-17 23:33 ` bugzilla-daemon
@ 2014-08-18 10:52 ` bugzilla-daemon
2014-08-19 1:12 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-18 10:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 527 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=82046
Kertesz Laszlo <laszlo.kertesz@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|xbmc crashes with recent |[Bisected] xbmc crashes
|git mesa (git-150ac07) on |with recent git mesa
|r600g |(git-150ac07) on r600g
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1181 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 82046] [Bisected] xbmc crashes with recent git mesa (git-150ac07) on r600g
2014-08-02 7:48 [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g bugzilla-daemon
` (2 preceding siblings ...)
2014-08-18 10:52 ` [Bug 82046] [Bisected] " bugzilla-daemon
@ 2014-08-19 1:12 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-19 1:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 564 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=82046
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
*** This bug has been marked as a duplicate of bug 82538 ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2303 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-19 1:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 7:48 [Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g bugzilla-daemon
2014-08-04 3:55 ` [Bug 82046] " bugzilla-daemon
2014-08-17 23:33 ` bugzilla-daemon
2014-08-18 10:52 ` [Bug 82046] [Bisected] " bugzilla-daemon
2014-08-19 1:12 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.