[Bug 96444] GRID Autosport crash on loading race

2016-08-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 96444] GRID Autosport crash on loading race

2016-07-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #17 from Adam Lyall --- It seems this issue may have been resolved. I got a new llvm version from the padoka PPA (package version 1:3.9~svn274905-0~x~padoka0) and Grid Autosport is once again working with my R9 270X. -- You are rece

[Bug 96444] GRID Autosport crash on loading race

2016-06-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #16 from Lorenzo Bona --- I can confirm what Adam said. I've builded mesa against LLVM 3.8 (debian sid) and GRID is working as expected, no crashes or hangs. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 96444] GRID Autosport crash on loading race

2016-06-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #15 from Adam Lyall --- Just confirming I've had the same issue on my R9 270x for at least the last 3 weeks using Padoka PPA. I checked out older commits but none worked so when I saw this report and the mention about LLVM I've built

[Bug 96444] GRID Autosport crash on loading race

2016-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #14 from Lorenzo Bona --- Hi, my GPU is a R7-265. I haven't built LLVM since 08/06, so it's 5 day old. I can try to rebuild LLVM today. -- You are receiving this mail because: You are the assignee for the bug. -- next p

[Bug 96444] GRID Autosport crash on loading race

2016-06-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #13 from Nicolai Hähnle --- Created attachment 124494 --> https://bugs.freedesktop.org/attachment.cgi?id=124494&action=edit crashing shader .ll file Thanks, Lorenzo. I've extracted the last shader, but unfortunately I cannot repro

[Bug 96444] GRID Autosport crash on loading race

2016-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #12 from Lorenzo Bona --- Created attachment 124491 --> https://bugs.freedesktop.org/attachment.cgi?id=124491&action=edit debug log -- You are receiving this mail because: You are the assignee for the bug. -- next part

[Bug 96444] GRID Autosport crash on loading race

2016-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #11 from Lorenzo Bona --- Here you are, I've run this command: R600_DEBUG=ps,vs,gs,tcs,tes steam > debug.log and I've tried to start a career on GRID. Ty -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 96444] GRID Autosport crash on loading race

2016-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #10 from Nicolai Hähnle --- Okay, that's an error during shader compilation - I missed that in the log you posted. Seems like a very large shader runs into problem with branch lowering, probably something that's not properly implemen

[Bug 96444] GRID Autosport crash on loading race

2016-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 Lorenzo Bona changed: What|Removed |Added Attachment #124477|0 |1 is obsolete|

[Bug 96444] GRID Autosport crash on loading race

2016-06-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #8 from Lorenzo Bona --- Finally, I managed to get the full backtrace. :) Ty Kay for your usefull explanation. I used HTOP to control processes and wit GRID you have to use: not the 1st, not the 2nd but the 3rd PID!!! :D -- You are

[Bug 96444] GRID Autosport crash on loading race

2016-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #7 from Kai --- Hey Lorenzo, I can't weigh in on GRID, but I can give you some pointers with your GDB troubles. (In reply to Lorenzo Bona from comment #5) > (In reply to Nicolai Hähnle from comment #3) > > No, you just need to provi

[Bug 96444] GRID Autosport crash on loading race

2016-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #6 from Lorenzo Bona --- Created attachment 124477 --> https://bugs.freedesktop.org/attachment.cgi?id=124477&action=edit gdb log -- You are receiving this mail because: You are the assignee for the bug. -- next part --

[Bug 96444] GRID Autosport crash on loading race

2016-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #5 from Lorenzo Bona --- (In reply to Nicolai Hähnle from comment #3) > No, you just need to provide a backtrace. Since you're running the game via > Steam, you could use `gdb -p ` after the game has started to attach gdb > to the ga

[Bug 96444] GRID Autosport crash on loading race

2016-06-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #4 from Vladimir Usikov --- Edit GridAutosport.sh in game directory. #HAS_CATALYST="$(grep fglrx /proc/modules)" #if [ -n "${HAS_CATALYST}" ]; then LD_PRELOAD="../lib/x86_64/libtcmalloc_minimal.so:${LD_PRELOAD}" expor

[Bug 96444] GRID Autosport crash on loading race

2016-06-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #3 from Nicolai Hähnle --- No, you just need to provide a backtrace. Since you're running the game via Steam, you could use `gdb -p ` after the game has started to attach gdb to the game. Once gdb has loaded, use `continue` to contin

[Bug 96444] GRID Autosport crash on loading race

2016-06-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #2 from Lorenzo Bona --- Hi Nicolai, mesa is already built with --enable-debug flag. I'm missing something? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML a

[Bug 96444] GRID Autosport crash on loading race

2016-06-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 --- Comment #1 from Nicolai Hähnle --- Hi Lorenzo, thanks for your report. Can you build Mesa with debug symbols (configure with --enable-debug -- or install debug symbols in case you're using pre-built packages) and provide a backtrace of the

[Bug 96444] GRID Autosport crash on loading race

2016-06-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 Lorenzo Bona changed: What|Removed |Added Hardware|Other |x86-64 (AMD64) OS|All

[Bug 96444] GRID Autosport crash on loading race

2016-06-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=96444 Bug ID: 96444 Summary: GRID Autosport crash on loading race Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Prio