Unity 2019.1.0f2 crashes when opening projects on Linux

Version 2018.3.12f1 works fine, but after upgrading to 2019.1.0f2 Unity crashes whenever it tries to open a project with the following errors:

libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
libGL error: failed to load driver: swrast
Segmentation fault (core dumped)```

Downgrading back to 2018.3.12f1 fixes the problem, although my projects have been upgraded to 2019 and thus open with a bunch of dependency errors. Is anyone else experiencing this?

I'm running Arch Linux with an AMD RX580, Mesa/vulkan-radeon 19.0.2, and LLVM 8.0.

Just an update here, I checked Editor.log and it looks like there is some sort of Vulkan error:

[vulkan] LoadVulkanLibrary libvulkan.so.1[vulkan] Loaded function vkGetInstanceProcAddr
[vulkan] Loaded function vkGetInstanceProcAddr
[vulkan] Loaded function vkCreateInstance
[vulkan] Loaded function vkDestroyInstance
[vulkan] Loaded function vkEnumerateInstanceExtensionProperties
[vulkan] Loaded function vkEnumerateInstanceLayerProperties
[vulkan] Loaded function vkEnumeratePhysicalDevices
[vulkan] Loaded function vkGetPhysicalDeviceProperties
[Vulkan init] extensions: count=2
[Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1
[Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0
Vulkan error VK_ERROR_INCOMPATIBLE_DRIVER (-9) file: ./Runtime/GfxDevice/vulkan/VKContext.cpp, line: 333
Vulkan error./Runtime/GfxDevice/vulkan/VKContext.cpp:333
Vulkan detection: 0