Michal Srb changed bug 1022156
What Removed Added
Status CONFIRMED IN_PROGRESS
CC   msrb@suse.com
Assignee xorg-maintainer-bugs@forge.provo.novell.com msrb@suse.com

Comment # 19 on bug 1022156 from
I was able to reproduce this. The vulkan loader loads and unloads the
/usr/lib64/libvulkan_radeon.so multiple times. The first time it succeeds,
second time it fails to load, third time it loads but the global symbols are
not initialized causing it to crash when attempting to call strcmp.

The /usr/lib64/libvulkan_radeon.so library loads multiple LLVM libraries. I
think that they are confusing the dynamic loader the same way they did in bug
981975.


You are receiving this mail because: