All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
@ 2014-11-10  5:05 bugzilla-daemon
  2014-11-10  5:06 ` bugzilla-daemon
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-10  5:05 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 86089
           Summary: [r600g] shader failure -
                    r600_sb::bc_finalizer::cf_peephole() when starting
                    Second Life
           Product: Mesa
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: shawn.starr@rogers.com

Compiling November 10th build of git master for rv6xx:

kernel: 3.18.0-0.rc3.git2.2.fc22.1.x86_64
mesa-dri-drivers-10.4-0.devel.100.20141110.fc21.x86_64 (custom using Fedora's
.spec file)

I am using R600_DEBUG=hyperz

I get the following crash:

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe916bb4e in r600_sb::bc_finalizer::cf_peephole
(this=this@entry=0x7fffffffb350) at sb/sb_bc_finalize.cpp:877
877                             c->jump_target =
static_cast<cf_node*>(c->jump_target->next);


Full stack dump attached

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

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

* [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
@ 2014-11-10  5:06 ` bugzilla-daemon
  2014-11-10 21:51 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-10  5:06 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Shawn Starr <shawn.starr@rogers.com> ---
Created attachment 109185
  --> https://bugs.freedesktop.org/attachment.cgi?id=109185&action=edit
Crash from gdb stacktrace

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

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

* [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
  2014-11-10  5:06 ` bugzilla-daemon
@ 2014-11-10 21:51 ` bugzilla-daemon
  2014-11-12  4:10 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-10 21:51 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Shawn Starr <shawn.starr@rogers.com> ---
Bisecting came up with this as bad commit:

73dd50acf6d244979c2a657906aa56d3ac60d550 is the first bad commit
commit 73dd50acf6d244979c2a657906aa56d3ac60d550
Author: Tapani Pälli <tapani.palli@intel.com>
Date:   Wed Aug 6 09:46:54 2014 +0300

    glsl: implement switch flow control using a loop

    Patch removes old variable based logic for handling a break inside
    switch. Switch is put inside a loop so that existing infrastructure
    for loop flow control can be used for the switch, now also dead code
    elimination works properly.

    Possible 'continue' call inside a switch needs now special handling
    which is taken care of by detecting continue, breaking out and calling
    continue for the outside loop.

    v2: remove one unnecessary ir_expression (Curro)

    Fixes following Piglit tests:

       fs-exec-after-break.shader_test
       fs-conditional-break.shader_test

    No Piglit or es3conform regressions.

    Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
    Reviewed-by: Francisco Jerez <currojerez@riseup.net>

:040000 040000 eac8a47066723ff804317ef11bb006dd0bb80d0f
b73ed6cc78a66c54d684635f69a358fd54f65929 M      src

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

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

* [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
  2014-11-10  5:06 ` bugzilla-daemon
  2014-11-10 21:51 ` bugzilla-daemon
@ 2014-11-12  4:10 ` bugzilla-daemon
  2014-11-12  4:11 ` [Bug 86089] [r600g][mesa 10.4.0-dev] " bugzilla-daemon
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-12  4:10 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Shawn Starr <shawn.starr@rogers.com> ---
A second bisect, repeated this. So this is the commit that breaks r600 SB
compiler.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-11-12  4:10 ` bugzilla-daemon
@ 2014-11-12  4:11 ` bugzilla-daemon
  2014-11-18  0:42 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-12  4:11 UTC (permalink / raw)
  To: dri-devel


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

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

Shawn Starr <shawn.starr@rogers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[r600g] shader failure -    |[r600g][mesa 10.4.0-dev]
                   |r600_sb::bc_finalizer::cf_p |shader failure -
                   |eephole() when starting     |r600_sb::bc_finalizer::cf_p
                   |Second Life                 |eephole() when starting
                   |                            |Second Life

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-11-12  4:11 ` [Bug 86089] [r600g][mesa 10.4.0-dev] " bugzilla-daemon
@ 2014-11-18  0:42 ` bugzilla-daemon
  2014-11-18  0:43 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-18  0:42 UTC (permalink / raw)
  To: dri-devel


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

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

Emil Velikov <emil.l.velikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sonichedgehog_hyperblast00@
                   |                            |yahoo.com

--- Comment #4 from Emil Velikov <emil.l.velikov@gmail.com> ---
*** Bug 86418 has been marked as a duplicate of this bug. ***

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-11-18  0:42 ` bugzilla-daemon
@ 2014-11-18  0:43 ` bugzilla-daemon
  2014-11-22  0:54 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-18  0:43 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Emil Velikov <emil.l.velikov@gmail.com> ---
>From bug 86418:
I tried launching the Second Life viewer (Kokua 3.7.8 x64) using the latest GIT
version of MESA, and noticed the viewer crashes as soon as it's time to render
the world. The crash only happens when Basic Shaders are enabled.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (5 preceding siblings ...)
  2014-11-18  0:43 ` bugzilla-daemon
@ 2014-11-22  0:54 ` bugzilla-daemon
  2014-11-28  3:37 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-22  0:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com> ---
As mentioned in the related bug report, I can confirm this. I did a GIT bisect
and the same commit causes this crash for me too. I'm ready to test the fix
once one is in place.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (6 preceding siblings ...)
  2014-11-22  0:54 ` bugzilla-daemon
@ 2014-11-28  3:37 ` bugzilla-daemon
  2014-11-30  3:31 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-28  3:37 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Dave Airlie <airlied@freedesktop.org> ---
Created attachment 110153
  --> https://bugs.freedesktop.org/attachment.cgi?id=110153&action=edit
fix loops with no repeat.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (7 preceding siblings ...)
  2014-11-28  3:37 ` bugzilla-daemon
@ 2014-11-30  3:31 ` bugzilla-daemon
  2015-01-27 10:19 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2014-11-30  3:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Shawn Starr <shawn.starr@rogers.com> ---
Patch causes lockup, discounting the other issues now fixed. This looks to be
missing something else.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (8 preceding siblings ...)
  2014-11-30  3:31 ` bugzilla-daemon
@ 2015-01-27 10:19 ` bugzilla-daemon
  2015-02-02 21:58 ` bugzilla-daemon
  2015-02-02 22:03 ` bugzilla-daemon
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2015-01-27 10:19 UTC (permalink / raw)
  To: dri-devel


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

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

Dave Airlie <airlied@freedesktop.org> changed:

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

--- Comment #9 from Dave Airlie <airlied@freedesktop.org> ---
should be fixed in master a while back.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (9 preceding siblings ...)
  2015-01-27 10:19 ` bugzilla-daemon
@ 2015-02-02 21:58 ` bugzilla-daemon
  2015-02-02 22:03 ` bugzilla-daemon
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2015-02-02 21:58 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com> ---
Confirming that it's fixed, the SL viewer works again with latest MESA GIT
master.

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

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

* [Bug 86089] [r600g][mesa 10.4.0-dev] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life
  2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
                   ` (10 preceding siblings ...)
  2015-02-02 21:58 ` bugzilla-daemon
@ 2015-02-02 22:03 ` bugzilla-daemon
  11 siblings, 0 replies; 13+ messages in thread
From: bugzilla-daemon @ 2015-02-02 22:03 UTC (permalink / raw)
  To: dri-devel


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

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

Shawn Starr <shawn.starr@rogers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #11 from Shawn Starr <shawn.starr@rogers.com> ---
+1 here

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

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

end of thread, other threads:[~2015-02-02 22:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10  5:05 [Bug 86089] [r600g] shader failure - r600_sb::bc_finalizer::cf_peephole() when starting Second Life bugzilla-daemon
2014-11-10  5:06 ` bugzilla-daemon
2014-11-10 21:51 ` bugzilla-daemon
2014-11-12  4:10 ` bugzilla-daemon
2014-11-12  4:11 ` [Bug 86089] [r600g][mesa 10.4.0-dev] " bugzilla-daemon
2014-11-18  0:42 ` bugzilla-daemon
2014-11-18  0:43 ` bugzilla-daemon
2014-11-22  0:54 ` bugzilla-daemon
2014-11-28  3:37 ` bugzilla-daemon
2014-11-30  3:31 ` bugzilla-daemon
2015-01-27 10:19 ` bugzilla-daemon
2015-02-02 21:58 ` bugzilla-daemon
2015-02-02 22:03 ` 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.