https://bugs.freedesktop.org/show_bug.cgi?id=82918
Priority: medium Bug ID: 82918 Assignee: dri-devel@lists.freedesktop.org Summary: [tahiti xt] dota2 crashes Severity: critical Classification: Unclassified OS: Linux (All) Reporter: sylvain.bertrand@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: DRI CVS Component: DRM/Radeon Product: DRI
Up-to-date fedora rawhide on x86_64.
Linux 3.17.0-0.rc1.git1.2.fc22.1.x86_64
dota2 crashes
This is a recent tahiti XT board (marketing name is R9 280X).
I have an "old" tahiti XT board (marketing name is HD 7970), I recalled dota2 working fine a few weeks ago (not tested recently though) on that "old" board.
Then I don't know if it fits into regression since I guess the atombios is probably different.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #1 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105057 --> https://bugs.freedesktop.org/attachment.cgi?id=105057&action=edit dmesg till after the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #2 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105058 --> https://bugs.freedesktop.org/attachment.cgi?id=105058&action=edit xorg log file till after the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Sylvain BERTRAND sylvain.bertrand@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|DRI |Mesa Version|DRI CVS |git Component|DRM/Radeon |Drivers/Gallium/radeonsi
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Sylvain BERTRAND sylvain.bertrand@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #105057|0 |1 is obsolete| |
--- Comment #3 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105247 --> https://bugs.freedesktop.org/attachment.cgi?id=105247&action=edit new dmesg till after the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Sylvain BERTRAND sylvain.bertrand@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #105058|0 |1 is obsolete| |
--- Comment #4 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105248 --> https://bugs.freedesktop.org/attachment.cgi?id=105248&action=edit new Xorg.0.log till after the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #5 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- massive mesa update in fedora rawhide today. Many error messages from the kernel are gone. Seems to be related to mesa. Still crashing though.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO
--- Comment #6 from Michel Dänzer michel@daenzer.net --- (In reply to comment #0)
Then I don't know if it fits into regression since I guess the atombios is probably different.
You're too fixated on ATOM BIOS. :) It's mainly used for things like modesetting, not for 3D rendering.
There's no sign of a GPU lockup or anthing like that in the files you attached, so what exactly are the symptoms?
Assuming the problem is that the DOTA2 process itself crashes, we'll need to see a gdb backtrace of the crash or at least the console output corresponding to the crash.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #7 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- I was just saying the chips are the same but their bios could be different, hence that would be a regression if the bios were identical. The atombios is mainly for modesetting *and* dpm: you have that horrible code path which translates atombios dpm tables to smc tables. Back to our pb: dota2 crashes while loading. I'll get a console output and if we need more, I'll attach a gdb to the loading process.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #8 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105300 --> https://bugs.freedesktop.org/attachment.cgi?id=105300&action=edit steam log file
It shows a LLVM error and a steam runtime IPC error
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #9 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105301 --> https://bugs.freedesktop.org/attachment.cgi?id=105301&action=edit dota2 gdb backtrace with the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Sylvain BERTRAND sylvain.bertrand@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED
--- Comment #10 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- steam log file and dota2 gdb backtrace of the crash
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #11 from Michel Dänzer michel@daenzer.net --- If it still happens with LLVM 3.5, can you run the game with the environment variable R600_DEBUG=vs,gs,ps and attach the output from that?
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #12 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- fedora rawhide is still using llvm kludge 3.4, notified fedora guy: https://bugzilla.redhat.com/show_bug.cgi?id=1134563
Let you know once they get llvm 3.5 into rawhide.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #13 from Michel Dänzer michel@daenzer.net --- If you attach the output from R600_DEBUG=vs,gs,ps , we might be able to check if current LLVM still chokes on it.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #14 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- Created attachment 105573 --> https://bugs.freedesktop.org/attachment.cgi?id=105573&action=edit steam output with R600_DEBUG
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #105573|text/plain |application/x-7z-compressed mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=82918
--- Comment #15 from Michel Dänzer michel@daenzer.net --- I can reproduce the failure with llc from LLVM 3.4, but it seems fixed in LLVM 3.5.
https://bugs.freedesktop.org/show_bug.cgi?id=82918
Sylvain BERTRAND sylvain.bertrand@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #16 from Sylvain BERTRAND sylvain.bertrand@gmail.com --- upgrade to a fresh rawhide today: that crash disapeared to be replaced by another one (seems glibc related).
dri-devel@lists.freedesktop.org