Created attachment 82727 [details] backtrace Hi I'm using Mesa git (xorg edgers ppa) version: 2b5b436615f66adf0f49391c5b0dfd1c0c6e0ad4 Dota 2 periodically crashes (some game code probably triggers it, but it's rare enough that it can be hard to reproduce). Luckily I've been able to capture a full back trace of the crash (attached).
This bug is also being tracked at Dota 2 github: https://github.com/ValveSoftware/Dota-2/issues/432
Adding to mesa-dev for visibility. Feel free to curse at me if you don't like it :)
I ran the game with LIBGL_DEBUG=1 and this is the stdout log of the crash: ##### CMaterialReference::Init got error material for models\heroes\tiny_01\tiny_02_color.vmt in tex group Other textures ##### CMaterialReference::Init got error material for models\heroes\tiny_01\tiny_02_color.vmt in tex group Other textures ##### CMaterialReference::Init got error material for in tex group Other textures ##### CMaterialReference::Init got error material for in tex group Other textures dota_linux: ../../../../../src/mesa/main/formats.c:1774: _mesa_get_format_info: Assertion `info->Name == format' failed. ##### CMaterialReference::Init got error material for editor\bullseye.vmt in tex group Other texturesUploading dump (out-of-process) [proxy ''] /tmp/dumps/crash_20130720185055_1.dmp /home/vedran/Steam/SteamApps/common/dota 2 beta/dota.sh: line 67: 10049 Aborted (core dumped) ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@" Game removed: AppID 570 "Dota 2", ProcID 10049
Just confirmed with 9f07ca11c1797ac12de1e1c6aef13cf58824b5f5 (as it came to ubuntu ppa)
I confirm this. As far as I could debug it, it appears to me that the bug first appears on function intel_finalize_mipmap_tree, when it calls intel_miptree_copy_teximage() with the argument "intelImage" that has invalid (appears uninitialized) data, even though "intelObj->base.Image[face][i]" has valid data. I will attach easy to see debug info.
Created attachment 82760 [details] debug info showing intelImage->mt data If you're wondering, intelImage->base looks OK.
Created attachment 82761 [details] debug info showing intelObj->Image[0][0]
I've uploaded a short replay where it's easy to reproduce the issue. Just put it into player perspective mode and pick Warlock before time 3:30 and wait some seconds. http://mjesec.ffzg.hr/~vrodic/dota/248227521.dem
Just some detailed repro instructions for Dota 2/Steam uninitiated: Upload the replay in your Steam/SteamApps/common/dota 2 beta/dota/replays directory. Before running dota 2, add -console to launch options of Dota 2 steam properties. When the game loads: playdemo replays/248227521.dem There's a slider in upper right where you can jump to 3:20 mark. Then right of the slider, choose player perspective instead of "Directed camera" On the top-center, there are hero portraits. Pick the 3rd guy from the left (Warlock). If you did it right, at arround 3:48 in replay, Dota 2 should dissapear, failing with the assert and trace above.
First I'll paste comment from Chris Forbes on the github issue: " Turns out this is the Jakiro crash as well. Warlock is a red herring; Jakiro does his Ice Path a little after 3:30 and the game crashes." ... "I've done a little bit of digging around -- it looks like the driver is behaving fine, and then when Ice Path is cast, something goes horribly wrong in shaderapidx9.so and it memcpy's junk over a bunch of internal mesa structures. Backtrace: http://sprunge.us/eeeH " I've put a minimal .dem Dota 2 replay file here: http://mjesec.ffzg.hr/~vrodic/dota/jakiro-bug/ If you put it in your "Steam/SteamApps/common/dota 2 beta/dota/replays" directory and then put the autoexec.cfg in directory in the url above to your "Steam/SteamApps/common/dota 2 beta/dota/cfg" directory, just starting Dota 2 and scrolling immediately to bottom left on minimap (so you can see Jakiro) when the game loads should trigger the crash. I've also recorded a trace of this using nouveau on my 9800 GT and though nouveau has problems displaying the game correctly at all, the trace file itself renders just fine on Intel/Mesa (latest version mentioned here), with everything shown as it should be, without triggering asserts. The trace of the replay (115MB bz2) will be uploaded to the same url above.
Updated Dota 2 Test client seems to fix the issue. It seems it's not related to Mesa. Sorry for the spam.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.