All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
@ 2017-12-19  1:23 bugzilla-daemon
  2017-12-19  5:38 ` bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-19  1:23 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 104331
           Summary: [r600g] Ogre demo "TutorialUAV01" crash at
                    r600_decompress_color_images
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: megwattt@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 136265
  --> https://bugs.freedesktop.org/attachment.cgi?id=136265&action=edit
Apitrace of the demo

This demo requires GLSL 430, so it will only works with mesa git on evergreen.
I have this crash with REDWOOD and JUNIPER chips. 

The demo works fine on others drivers (tested on radeonsi and intel).

I've got this while debugging with GDB:
"Thread 1 "Sample_Tutorial" received signal SIGSEGV, Segmentation fault.
r600_decompress_color_images (rctx=rctx@entry=0x7c82b0, 
    images=images@entry=0x7c92b0) at r600_blit.c:420
420                     r600_blit_decompress_color(&rctx->b.b, tex,"

I've attached an apitrace. The crash occurs at frame 0, call 2983.

The other Ogre UAV demo (TutorialUAV02), does not have this problem.

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

[-- Attachment #1.2: Type: text/html, Size: 2998 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
  2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
@ 2017-12-19  5:38 ` bugzilla-daemon
  2017-12-19 21:13 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-19  5:38 UTC (permalink / raw)
  To: dri-devel


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

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

Dave Airlie <airlied@freedesktop.org> changed:

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

--- Comment #1 from Dave Airlie <airlied@freedesktop.org> ---
The crash should be fixed in master now.

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

[-- Attachment #1.2: Type: text/html, Size: 2141 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
  2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
  2017-12-19  5:38 ` bugzilla-daemon
@ 2017-12-19 21:13 ` bugzilla-daemon
  2017-12-19 21:15 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-19 21:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from MWATTT <megwattt@gmail.com> ---
I can confirm that the segfault is gone.

However, the demo does not render properly(I don't know if I should make
another report for that).

I'll upload an other trace, as the first one was generated on PITCAIRN and has
alignment issue when replaying it on REDWOOD.


The problem seems to be at Frame 0, call 2875: garbage is generated on attached
texture on REDWOOD and render fine on PITCAIRN.

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

[-- Attachment #1.2: Type: text/html, Size: 1486 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
  2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
  2017-12-19  5:38 ` bugzilla-daemon
  2017-12-19 21:13 ` bugzilla-daemon
@ 2017-12-19 21:15 ` bugzilla-daemon
  2017-12-19 21:24 ` bugzilla-daemon
  2017-12-20 10:04 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-19 21:15 UTC (permalink / raw)
  To: dri-devel


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

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

MWATTT <megwattt@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136265|0                           |1
        is obsolete|                            |

--- Comment #3 from MWATTT <megwattt@gmail.com> ---
Created attachment 136302
  --> https://bugs.freedesktop.org/attachment.cgi?id=136302&action=edit
Apitrace of the demo (generated on REDWOOD)

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

[-- Attachment #1.2: Type: text/html, Size: 2250 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
  2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-12-19 21:15 ` bugzilla-daemon
@ 2017-12-19 21:24 ` bugzilla-daemon
  2017-12-20 10:04 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-19 21:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from MWATTT <megwattt@gmail.com> ---
Created attachment 136303
  --> https://bugs.freedesktop.org/attachment.cgi?id=136303&action=edit
Right texture

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

[-- Attachment #1.2: Type: text/html, Size: 1311 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images
  2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-12-19 21:24 ` bugzilla-daemon
@ 2017-12-20 10:04 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2017-12-20 10:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Michel Dänzer <michel@daenzer.net> ---
(In reply to MWATTT from comment #2)
> However, the demo does not render properly(I don't know if I should make
> another report for that).

Please do.

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

[-- Attachment #1.2: Type: text/html, Size: 1325 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-20 10:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19  1:23 [Bug 104331] [r600g] Ogre demo "TutorialUAV01" crash at r600_decompress_color_images bugzilla-daemon
2017-12-19  5:38 ` bugzilla-daemon
2017-12-19 21:13 ` bugzilla-daemon
2017-12-19 21:15 ` bugzilla-daemon
2017-12-19 21:24 ` bugzilla-daemon
2017-12-20 10:04 ` 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.