With the new code paths in r600g, everything segfaults on Evergreen cards. The problem seems to be in evergreen_context_init, in the winsys. More specifically the /* setup block table */ part. It allocates 472 blocks, but only initializes block 0 - 467. So any later access to element 468 generates a segfault.
Pushed a fix, thanks for reporting the issue.
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.