All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
@ 2015-03-31  4:39 bugzilla-daemon
  2015-03-31  5:28 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-03-31  4:39 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 89831
           Summary: [r600] r600_asm.c:310:assign_alu_units: Assertion `0'
                    failed.
           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: HACKhalotwo@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 114743
  --> https://bugs.freedesktop.org/attachment.cgi?id=114743&action=edit
Backtrace from wine

When I try to load a world in Space Engineers with mesa (64 bit and 32 bit),
wine, and the Radeon open source driver compiled with Gallium Nine support, and
mesa compiled with the --enable-debug flag, it crashes with the supplied
backtrace.

pastebin of the TSGI code it spits into the console:
http://pastebin.com/6eeuDs9A

full console logs:
https://drive.google.com/file/d/0Bx0XCc8l_ekmZU04djJkN1FfOWM/view?usp=sharing

Without using the Gallium Nine driver, the game works as anticipated.

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
@ 2015-03-31  5:28 ` bugzilla-daemon
  2015-03-31 15:25 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-03-31  5:28 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Dave Airlie <airlied@freedesktop.org> ---
Created attachment 114746
  --> https://bugs.freedesktop.org/attachment.cgi?id=114746&action=edit
proposed fix

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
  2015-03-31  5:28 ` bugzilla-daemon
@ 2015-03-31 15:25 ` bugzilla-daemon
  2015-03-31 15:26 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-03-31 15:25 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Jacob Litewski <HACKhalotwo@gmail.com> ---
The game still crashes for me with the proposed fix. Attaching the backtrace
from wine and the logs generated with 

WINEDEBUG=+d3dadapter9,+d3d9 TSGI_PRINT_SANITY=1 NINE_TGSI_DUMP=1
R600_DEBUG=all WINEPREFIX="/home/hackhalo2/.local/share/wineprefixes/steam"
wine C:\\windows\\command\\start.exe steam://rungameid/244850 2>&1 | tee
~/SE_Logs.txt

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
  2015-03-31  5:28 ` bugzilla-daemon
  2015-03-31 15:25 ` bugzilla-daemon
@ 2015-03-31 15:26 ` bugzilla-daemon
  2015-03-31 15:29 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-03-31 15:26 UTC (permalink / raw)
  To: dri-devel


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

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

Jacob Litewski <HACKhalotwo@gmail.com> changed:

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

--- Comment #3 from Jacob Litewski <HACKhalotwo@gmail.com> ---
Created attachment 114768
  --> https://bugs.freedesktop.org/attachment.cgi?id=114768&action=edit
Backtrace from wine after applying proposed patch

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-03-31 15:26 ` bugzilla-daemon
@ 2015-03-31 15:29 ` bugzilla-daemon
  2018-03-06 18:28 ` bugzilla-daemon
  2018-03-06 18:29 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-03-31 15:29 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Jacob Litewski <HACKhalotwo@gmail.com> ---
SE_Logs.txt

https://drive.google.com/file/d/0Bx0XCc8l_ekmcTlSZFQtcXc0TDg/view?usp=sharing

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
                   ` (3 preceding siblings ...)
  2015-03-31 15:29 ` bugzilla-daemon
@ 2018-03-06 18:28 ` bugzilla-daemon
  2018-03-06 18:29 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-03-06 18:28 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Gert Wollny <gw.fossdev@gmail.com> ---
This has been fixed a long time ago with ad84689f737edefe

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

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

* [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed.
  2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-03-06 18:28 ` bugzilla-daemon
@ 2018-03-06 18:29 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-03-06 18:29 UTC (permalink / raw)
  To: dri-devel


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

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

Gert Wollny <gw.fossdev@gmail.com> changed:

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

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

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

end of thread, other threads:[~2018-03-06 18:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31  4:39 [Bug 89831] [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed bugzilla-daemon
2015-03-31  5:28 ` bugzilla-daemon
2015-03-31 15:25 ` bugzilla-daemon
2015-03-31 15:26 ` bugzilla-daemon
2015-03-31 15:29 ` bugzilla-daemon
2018-03-06 18:28 ` bugzilla-daemon
2018-03-06 18:29 ` 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.