All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
@ 2013-05-30 23:02 bugzilla-daemon
  2013-05-30 23:33 ` [Bug 65193] [bisected] r600g, can't launch glxgears " bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-30 23:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1477 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

          Priority: medium
            Bug ID: 65193
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [bisected] r600g, can't launch Gnome Shell and KDE
                    since mesa updated to
                    5de41575a127eb8a6a0fe5c71a73b372f9b89f53
          Severity: critical
    Classification: Unclassified
                OS: All
          Reporter: alexandre.f.demers@gmail.com
          Hardware: All
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

I haven't been able to log in Gnome Shell or KDE lately since I updated mesa
from git. Using XFCE and doing some tests, I've found out glxgears returns an
assertion error when launch. glxgears fails with the following error:
sb/sb_expr.cpp:455:fold_alu_op2: Assertion `v0 && v1 && n.dst[0]' failed.
line 6: 15521 Trace/breakpoint trap   (core dumped) $1

Bisecting ended up point to culprit commit:
commit 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
Author: Vadim Girlin <vadimgirlin@gmail.com>
Date:   Mon May 27 14:23:47 2013 +0400

    r600g/sb: improve folding for SETcc

    Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>

:040000 040000 96a6fd8851d84f62896ecfba6c4a7df5a7963325
ade9a1e6d7fd56ed8cf413a2138c38011f1b9827 M    src


Using latest drm, ddx from git on a Radeon HD6950 Cayman.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2936 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch glxgears since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
@ 2013-05-30 23:33 ` bugzilla-daemon
  2013-05-30 23:35 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-30 23:33 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 667 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

Alexandre Demers <alexandre.f.demers@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[bisected] r600g, can't     |[bisected] r600g, can't
                   |launch Gnome Shell and KDE  |launch glxgears since mesa
                   |since mesa updated to       |updated to
                   |5de41575a127eb8a6a0fe5c71a7 |5de41575a127eb8a6a0fe5c71a7
                   |3b372f9b89f53               |3b372f9b89f53

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1320 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch glxgears since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
  2013-05-30 23:33 ` [Bug 65193] [bisected] r600g, can't launch glxgears " bugzilla-daemon
@ 2013-05-30 23:35 ` bugzilla-daemon
  2013-05-30 23:42 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-30 23:35 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 501 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

--- Comment #1 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
It seems the identified failed assertion is not the prime root of Gnome Shell
and KDE not launching. A previous commit must be the culprit for the other
problem (I'm tracking it down right now). However, commit
5de41575a127eb8a6a0fe5c71a73b372f9b89f53 does prevent glxgears from running as
it should.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1393 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch glxgears since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
  2013-05-30 23:33 ` [Bug 65193] [bisected] r600g, can't launch glxgears " bugzilla-daemon
  2013-05-30 23:35 ` bugzilla-daemon
@ 2013-05-30 23:42 ` bugzilla-daemon
  2013-05-30 23:58 ` [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE " bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-30 23:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 642 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

--- Comment #2 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
(In reply to comment #1)
> It seems the identified failed assertion is not the prime root of Gnome
> Shell and KDE not launching. A previous commit must be the culprit for the
> other problem (I'm tracking it down right now). However, commit
> 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 does prevent glxgears from running
> as it should.

Forget about what I just said, I made a mistake, wrongly resync before last
build. Retesting right away.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1616 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-05-30 23:42 ` bugzilla-daemon
@ 2013-05-30 23:58 ` bugzilla-daemon
  2013-05-31 12:44 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-30 23:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 947 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

Alexandre Demers <alexandre.f.demers@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[bisected] r600g, can't     |[bisected] r600g, can't
                   |launch glxgears since mesa  |launch Gnome Shell and KDE
                   |updated to                  |since mesa updated to
                   |5de41575a127eb8a6a0fe5c71a7 |5de41575a127eb8a6a0fe5c71a7
                   |3b372f9b89f53               |3b372f9b89f53

--- Comment #3 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
commit 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 is really the first bad commit
preventing Gnome Shell and KDE from starting correctly (Gnome ends with a Oops
and KDE just fails and relaunches X).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2357 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-05-30 23:58 ` [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE " bugzilla-daemon
@ 2013-05-31 12:44 ` bugzilla-daemon
  2013-05-31 13:42 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-31 12:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 520 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

Andreas Boll <andreas.boll.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ptpzz@yandex.ru

--- Comment #4 from Andreas Boll <andreas.boll.dev@gmail.com> ---
Are you using the default backend + sb or llvm backend + sb?

Ccing vadimg.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2034 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-05-31 12:44 ` bugzilla-daemon
@ 2013-05-31 13:42 ` bugzilla-daemon
  2013-05-31 17:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-31 13:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 378 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

--- Comment #5 from Vadim Girlin <ptpzz@yandex.ru> ---
Created attachment 80097
  --> https://bugs.freedesktop.org/attachment.cgi?id=80097&action=edit
[PATCH] r600g/sb: fix broken assert

Attached patch should fix the assert. Does it fix you issues?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1520 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-05-31 13:42 ` bugzilla-daemon
@ 2013-05-31 17:00 ` bugzilla-daemon
  2013-05-31 17:14 ` bugzilla-daemon
  2013-05-31 18:19 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-31 17:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 958 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

--- Comment #6 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
(In reply to comment #4)
> Are you using the default backend + sb or llvm backend + sb?
> 
> Ccing vadimg.

R600_DEBUG=sb is set.

In my build script, I set the following:
baseExec="./autogen.sh --prefix=/usr \
        --enable-debug \
        --enable-osmesa \
        --enable-gbm \
        --enable-xvmc \
        --enable-vdpau \
        --enable-gles1 \
        --enable-gles2 \
        --enable-openvg \
        --enable-xorg \
        --enable-xa \
        --enable-egl \
        --enable-gallium-egl \
        --enable-glx-tls \
        --enable-texture-float \
        --enable-wgl \
        --with-gallium-drivers=r600,swrast,svga \
        --with-dri-drivers= \
        --with-egl-platforms=x11,drm,wayland"

So that would be default + SB, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1958 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2013-05-31 17:00 ` bugzilla-daemon
@ 2013-05-31 17:14 ` bugzilla-daemon
  2013-05-31 18:19 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-31 17:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 391 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

--- Comment #7 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
(In reply to comment #5)
> Created attachment 80097 [details] [review]
> [PATCH] r600g/sb: fix broken assert
> 
> Attached patch should fix the assert. Does it fix you issues?

Yes, it does.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1690 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] 10+ messages in thread

* [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53
  2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2013-05-31 17:14 ` bugzilla-daemon
@ 2013-05-31 18:19 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-05-31 18:19 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 536 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=65193

Vadim Girlin <ptpzz@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Vadim Girlin <ptpzz@yandex.ru> ---
Patch pushed with commit eb4c992ea5e69083d2bc705d2460ce956c5063a7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2181 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] 10+ messages in thread

end of thread, other threads:[~2013-05-31 18:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 23:02 [Bug 65193] New: [bisected] r600g, can't launch Gnome Shell and KDE since mesa updated to 5de41575a127eb8a6a0fe5c71a73b372f9b89f53 bugzilla-daemon
2013-05-30 23:33 ` [Bug 65193] [bisected] r600g, can't launch glxgears " bugzilla-daemon
2013-05-30 23:35 ` bugzilla-daemon
2013-05-30 23:42 ` bugzilla-daemon
2013-05-30 23:58 ` [Bug 65193] [bisected] r600g, can't launch Gnome Shell and KDE " bugzilla-daemon
2013-05-31 12:44 ` bugzilla-daemon
2013-05-31 13:42 ` bugzilla-daemon
2013-05-31 17:00 ` bugzilla-daemon
2013-05-31 17:14 ` bugzilla-daemon
2013-05-31 18:19 ` 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.