System freezes when using ATI GPU

When starting the game built in Development or Shipping configuration on a Linux PC using a ATI graphics adapter the entire system freezes some seconds after the application was launched.
When running with a nVidia card the game works fine.
When starting a Debug build on the ATI machine I get the attached stack trace. Also you’ll find the log file of this start.

I guess this issue might be related to the preceding questions:

It would be great to get any recommendations how to solve or work around this issue.
Besides this I’ll try to figure out if this can be reproduced with proprietary drivers and report on it.

See this case. 101977 – UE4 4.17 causes Assertion `G_0286CC_LINEAR_CENTER_ENA(shader->config.spi_ps_input_addr)' failed and also the latest answer from Timoo, who also made a commit to 17.1
Either would work. Since you are on 4.16, go ahead and try to locate libelf.so like one of these for example:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libelf.so ./UE4Editor

LD_PRELOAD=’/usr/lib/x86_64-linux-gnu/libelf.so.1’ ./UE4Editor

Just use this to start your editor, and you should be fine. Read about why this works near the end of the case i linked if you would like to know.
Also the freeze shouldn’t happen, try getting most recent mesa drivers, 17.3. Think about it if you want to try, and if so add the ppa as described, followed by sudo apt-get update. https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers.

Thanks a lot for this recommendation. Sadly it seems not to work for the issue I am dealing with. The game is still crashing the system shortly after it is launched.
Since I also need to set LD_LIBRARY_PATH I’m using export to for setting these env vars prior to calling the game binary, but this should not make a difference from the game process perspective.

The mesa version I’m running on is mesa 17.0.7 (Ubuntu 16.04.1) and I can’t get a newer version from the package repository, so I will probably have to wait for the update to arrive.

I’m running 17.1.8-1 (on Arch) similar issue. R9 280X
Can now launch the editor (thanks to Complex and the LD_PRELOAD fix) but if I hit Play the system is locked though interestingly sound still plays perfectly which seems to indicate it is just graphics

For me too. It just hangs linux complely