You are not logged in.

#1 2026-02-05 07:06:41

bjl32
Member
Registered: 2026-01-24
Posts: 4

[SOLVED] Segmentation Fault launching Davinci Resolve

I installed Davinci Resolve on RX6500XT. The opencl driver i use is opencl-mesa. I can still open DR, but i cannot open any projects. I can create new projects, but i cannot click any other tabs(edit, media, deliver, ......) after i created the new project. Heres the ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt:

==========[CRASH DUMP]==========
#TIME Wed Feb 4 16:58:45 2026 - Uptime 00:00:06 (hh:mm:ss)
#PROGRAM_NAME DaVinci Resolve v20.3.1.0006 (Linux/Clang x86_64)
#BMD_ARCHITECTURE x86_64
#BMD_BUILD_UUID 9e0a0ed7-1b6a-437e-8faf-ae8957e07d85
#BMD_GIT_COMMIT d031039b09e055f0d8d437a51ff3d87f364f4765
#BMD_UTIL_VERSION 20.3.1.0006
#OS Linux
davinci-resolve() [0x5f6f839]
davinci-resolve() [0x5f6ea02]
/usr/lib/libc.so.6(+0x3e4d0) [0x7f30eee4d4d0]
/opt/resolve/bin/../libs/libProResRAW.so(_ZNSt10filesystem7__cxx114path14_M_split_cmptsEv+0x38) [0x7f30dfeda708]
/usr/lib/libRusticlOpenCL.so.1(+0xb17c39) [0x7f3094d17c39]
/usr/lib/libRusticlOpenCL.so.1(+0xb1fcea) [0x7f3094d1fcea]
/usr/lib/libRusticlOpenCL.so.1(+0xb109b6) [0x7f3094d109b6]
/usr/lib/libRusticlOpenCL.so.1(+0x25a902) [0x7f309445a902]
/usr/lib/libRusticlOpenCL.so.1(+0x235bf7) [0x7f3094435bf7]
/usr/lib/libRusticlOpenCL.so.1(+0x2350a4) [0x7f30944350a4]
/usr/lib/libRusticlOpenCL.so.1(+0x170400) [0x7f3094370400]
/usr/lib/libRusticlOpenCL.so.1(+0x4039e5) [0x7f30946039e5]
/usr/lib/libRusticlOpenCL.so.1(+0x44c2dd) [0x7f309464c2dd]
/usr/lib/libc.so.6(+0x9698b) [0x7f30eeea598b]
/usr/lib/libc.so.6(+0x11aa0c) [0x7f30eef29a0c]
Signal Number = 11 # Segmentation Fault
================================

dr-checker.py says that "You should uninstall opencl-mesa."
But if i use any other OpenCL driver, such as opencl-amd, rocm-opencl-runtime, it reports Segmentation Fault, and doesnt even launch. Here is the ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt when I use opencl-amd or rocm-opencl-runtime:

0x7fc5a2454000 | Main                 | INFO  | 2026-02-05 14:40:42,258 | Running DaVinci Resolve v20.3.1.0006 (Linux/Clang x86_64)
0x7fc5a2454000 | Main                 | INFO  | 2026-02-05 14:40:42,258 | BMD_BUILD_UUID 9e0a0ed7-1b6a-437e-8faf-ae8957e07d85
0x7fc5a2454000 | Main                 | INFO  | 2026-02-05 14:40:42,258 | BMD_GIT_COMMIT d031039b09e055f0d8d437a51ff3d87f364f4765
0x7fc5a2454000 | GPUDetect            | INFO  | 2026-02-05 14:40:42,258 | Starting GPUDetect 1.2_9-a4

Here is the terminal output when i run DR in terminal while using opencl-amd and rocm-opencl-runtime:

❯ /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
log4cxx: No appender could be found for logger (BtCommon).
log4cxx: Please initialize the log4cxx system properly.
20.3.1.0006 Linux/Clang x86_64
Main thread starts: 27692000
log4cxx: setFile(./logs/rollinglog.txt,true) call failed.
log4cxx: IO Exception : status code = 2
0x7f1727692000 | Undefined            | INFO  | 2026-02-05 14:47:32,173 | --------------------------------------------------------------------------------
log4cxx: No output stream or file set for the appender named [RollLogAppender].
0x7f1727692000 | Undefined            | INFO  | 2026-02-05 14:47:32,173 | Loaded log config from /home/biggynb/.local/share/DaVinciResolve/configs/log-conf.xml
0x7f1727692000 | Undefined            | INFO  | 2026-02-05 14:47:32,173 | --------------------------------------------------------------------------------
Segmentation fault         (core dumped) /opt/resolve/bin/resolve

The solutions in these two forum posts:
https://bbs.archlinux.org/viewtopic.php?id=308390
https://bbs.archlinux.org/viewtopic.php?id=307769
does not work for me.

What I've Tried:

HSA overrides: HSA_OVERRIDE_GFX_VERSION=10.3.0, 10.3.1, 10.3.2, 10.3.4.   
Kernel switch to LTS and zen

Last edited by bjl32 (2026-02-06 02:45:08)

Offline

#2 2026-02-05 09:49:22

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,723

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

Please post the contents of ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt

Also the outputs of

$ lspci -k
$ pacman -Qs opencl
$ clinfo       #install clinfo if needed

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2026-02-05 10:10:32

bjl32
Member
Registered: 2026-01-24
Posts: 4

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

Lone_Wolf wrote:

Please post the contents of ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt

Also the outputs of

$ lspci -k
$ pacman -Qs opencl
$ clinfo       #install clinfo if needed

The contents of ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt are already included in my previous post.

Here are the outputs:

~
❯ lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex
        Subsystem: ASUSTeK Computer Inc. Device 8877
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge IOMMU
        Subsystem: ASUSTeK Computer Inc. Device 8877
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
        Subsystem: ASUSTeK Computer Inc. Device 8877
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 3
        Kernel driver in use: k10temp
        Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 7
01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c1)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
        Kernel driver in use: pcieport
        Kernel modules: shpchp
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 24 [Radeon RX 6400/6500 XT/6500M] (rev c1)
        Subsystem: ASUSTeK Computer Inc. Device 05d8
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
04:00.0 Non-Volatile memory controller: KIOXIA Corporation Exceria Plus G3 NVMe SSD (DRAM-less) (rev 01)
        Subsystem: KIOXIA Corporation Device 00fb
        Kernel driver in use: nvme
        Kernel modules: nvme
05:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Upstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        DeviceName: Realtek RTL8125D LAN
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:0c.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
06:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 3328
        Kernel driver in use: pcieport
        Kernel modules: shpchp
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)
        Subsystem: ASUSTeK Computer Inc. Device 88e1
        Kernel driver in use: r8169
        Kernel modules: r8169
09:00.0 Network controller: MEDIATEK Corp. MT7925 802.11be 160MHz 2x2 PCIe Wireless Network Adapter [Filogic 360]
        Subsystem: AzureWave Device 6000
        Kernel driver in use: mt7925e
        Kernel modules: mt7925e
0b:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 800 Series Chipset USB 3.x XHCI Controller (rev 01)
        Subsystem: ASMedia Technology Inc. Device 1142
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
0c:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset SATA Controller (rev 01)
        Subsystem: ASMedia Technology Inc. Device 1062
        Kernel driver in use: ahci
        Kernel modules: ahci
0d:00.0 PCI bridge: ASMedia Technology Inc. ASM4242 PCIe Switch Upstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. ASM4242 PCIe Switch Upstream Port
        Kernel driver in use: pcieport
        Kernel modules: shpchp
0e:00.0 PCI bridge: ASMedia Technology Inc. ASM4242 PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: pcieport
        Kernel modules: shpchp
0e:01.0 PCI bridge: ASMedia Technology Inc. ASM4242 PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: pcieport
        Kernel modules: shpchp
0e:02.0 PCI bridge: ASMedia Technology Inc. ASM4242 PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: pcieport
        Kernel modules: shpchp
0e:03.0 PCI bridge: ASMedia Technology Inc. ASM4242 PCIe Switch Downstream Port (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: pcieport
        Kernel modules: shpchp
73:00.0 USB controller: ASMedia Technology Inc. ASM4242 USB 3.2 xHCI Controller (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
74:00.0 USB controller: ASMedia Technology Inc. ASM4242 USB 4 / Thunderbolt 3 Host Router (rev 01)
        Subsystem: ASMedia Technology Inc. Device 2421
        Kernel driver in use: thunderbolt
        Kernel modules: thunderbolt
75:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Granite Ridge [Radeon Graphics] (rev c1)
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu
75:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Radeon High Definition Audio Controller
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
75:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: ccp
        Kernel modules: ccp
75:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
75:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
75:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Ryzen HD Audio Controller
        DeviceName: Realtek ALC897 Audio
        Subsystem: ASUSTeK Computer Inc. Device 87fb
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
76:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI
        Subsystem: ASUSTeK Computer Inc. Device 8877
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

~
❯ pacman -Qs opencl
local/clinfo 3.0.23.01.25-1
    Simple OpenCL application that enumerates all available platform and device properties
local/libclc 21.1.6-1
    Library requirements of the OpenCL C programming language
local/ocl-icd 2.3.4-1
    OpenCL ICD Bindings
local/opencl-amd-debug 1:7.2.0-1
    Detached debugging symbols for opencl-amd
local/opencl-headers 2:2025.07.22-1
    OpenCL (Open Computing Language) header files
local/opencl-mesa 1:25.3.4-1
    Open-source OpenCL drivers

~
❯ clinfo
Number of platforms                               1
  Platform Name                                   rusticl
  Platform Vendor                                 Mesa/X.org
  Platform Version                                OpenCL 3.0 
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_khr_byte_addressable_store cl_khr_create_command_queue cl_khr_expect_assume cl_khr_extended_bit_ops cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_il_program cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_integer_dot_product cl_khr_spirv_no_integer_wrap_decoration cl_khr_spirv_queries cl_khr_suggested_local_work_size cl_ext_immutable_memory_objects cl_khr_spirv_linkonce_odr cl_khr_fp16 cl_khr_gl_sharing cles_khr_int64 cl_khr_kernel_clock cl_khr_3d_image_writes cl_khr_depth_images cl_ext_image_unorm_int_2_101010 cl_khr_pci_bus_info cl_khr_priority_hints cl_khr_device_uuid cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_arm_shared_virtual_memory cl_ext_buffer_device_address cl_khr_external_semaphore cl_khr_external_semaphore_sync_fd cl_khr_semaphore
  Platform Extensions with Version                cl_khr_icd                                                       0x800000 (2.0.0)
                                                  cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                  cl_khr_create_command_queue                                      0x400000 (1.0.0)
                                                  cl_khr_expect_assume                                             0x400000 (1.0.0)
                                                  cl_khr_extended_bit_ops                                          0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)
                                                  cl_khr_global_int32_base_atomics                                 0x400000 (1.0.0)
                                                  cl_khr_global_int32_extended_atomics                             0x400000 (1.0.0)
                                                  cl_khr_il_program                                                0x400000 (1.0.0)
                                                  cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_integer_dot_product                                       0x800000 (2.0.0)
                                                  cl_khr_spirv_no_integer_wrap_decoration                          0x400000 (1.0.0)
                                                  cl_khr_spirv_queries                                             0x400000 (1.0.0)
                                                  cl_khr_suggested_local_work_size                                 0x400000 (1.0.0)
                                                  cl_ext_immutable_memory_objects                                  0x400000 (1.0.0)
                                                  cl_khr_spirv_linkonce_odr                                        0x400000 (1.0.0)
                                                  cl_khr_fp16                                                      0x400000 (1.0.0)
                                                  cl_khr_gl_sharing                                                0x400000 (1.0.0)
                                                  cles_khr_int64                                                   0x400000 (1.0.0)
                                                  cl_khr_kernel_clock                                              0x400000 (1.0.0)
                                                  cl_khr_3d_image_writes                                           0x400000 (1.0.0)
                                                  cl_khr_depth_images                                              0x400000 (1.0.0)
                                                  cl_ext_image_unorm_int_2_101010                                  0x400000 (1.0.0)
                                                  cl_khr_pci_bus_info                                              0x400000 (1.0.0)
                                                  cl_khr_priority_hints                                            0x400000 (1.0.0)
                                                  cl_khr_device_uuid                                               0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle                                          0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle_relative                                 0x400000 (1.0.0)
                                                  cl_arm_shared_virtual_memory                                     0x400000 (1.0.0)
                                                  cl_ext_buffer_device_address                                     0x400002 (1.0.2)
                                                  cl_khr_external_semaphore                                        0x400001 (1.0.1)
                                                  cl_khr_external_semaphore_sync_fd                                0x400001 (1.0.1)
                                                  cl_khr_semaphore                                                 0x400001 (1.0.1)
  Platform Numeric Version                        0xc00000 (3.0.0)
  Platform Extensions function suffix             MESA
  Platform Host timer resolution                  1ns
  Platform Semaphore types                        Binary
  Platform External semaphore import types        Sync FD
  Platform External semaphore export types        Sync FD

  Platform Name                                   rusticl
Number of devices                                 2
  Device Name                                     AMD Radeon RX 6500 XT (radeonsi, navi24, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 3.0 
  Device UUID                                     00000000-0300-0000-0000-000000000000
  Driver UUID                                     414d442d-4d45-5341-2d44-525600000000
  Valid Device LUID                               No
  Device LUID                                     0000-000000000000
  Device Node Mask                                0
  Device Numeric Version                          0xc00000 (3.0.0)
  Driver Version                                  25.3.4-arch1.1
  Device OpenCL C Version                         OpenCL C 1.2 
  Device OpenCL C Numeric Version                 0x402000 (1.2.0)
  Device OpenCL C all versions                    OpenCL C                                                         0xc00000 (3.0.0)
                                                  OpenCL C                                                         0x402000 (1.2.0)
                                                  OpenCL C                                                         0x401000 (1.1.0)
                                                  OpenCL C                                                         0x400000 (1.0.0)
  Device OpenCL C features                        __opencl_c_integer_dot_product_input_4x8bit                      0x800000 (2.0.0)
                                                  __opencl_c_integer_dot_product_input_4x8bit_packed               0x800000 (2.0.0)
                                                  __opencl_c_int64                                                 0x400000 (1.0.0)
                                                  __opencl_c_kernel_clock_scope_device                             0x400000 (1.0.0)
                                                  __opencl_c_kernel_clock_scope_sub_group                          0x400000 (1.0.0)
                                                  __opencl_c_images                                                0x400000 (1.0.0)
                                                  __opencl_c_read_write_images                                     0x400000 (1.0.0)
                                                  __opencl_c_3d_image_writes                                       0x400000 (1.0.0)
                                                  __opencl_c_ext_image_unorm_int_2_101010                          0x400000 (1.0.0)
                                                  __opencl_c_subgroups                                             0x400000 (1.0.0)
  Latest conformance test passed                  v0000-01-01-00
  Device Type                                     GPU
  Device PCI bus info (KHR)                       PCI-E, 0000:03:00.0
  Device Profile                                  EMBEDDED_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               16
  Max clock frequency                             2975MHz
  Device Partition                                (core)
    Max number of sub-devices                     0
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             1024
  Preferred work group size multiple (device)     64
  Preferred work group size multiple (kernel)     64
  Max sub-groups per work group                   32
  Preferred / native vector sizes                 
    char                                                 1 / 1       
    short                                                1 / 1       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               0 / 0        (n/a)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (n/a)
  Address bits                                    64, Little-Endian
  Semaphore types                                 Binary
  External semaphore import types                 Sync FD
  External semaphore export types                 Sync FD
  Global memory size                              4294967296 (4GiB)
  Error Correction support                        No
  Max memory allocation                           1073741824 (1024MiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Shared Virtual Memory (SVM) capabilities (ARM)  
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       4096 bits (512 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Atomic memory capabilities                      relaxed, work-group scope
  Atomic fence capabilities                       relaxed, acquire/release, work-group scope
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        None
  Image support                                   Yes
    Max number of samplers per kernel             32
    Max size for 1D images from buffer            67108864 pixels
    Max 1D or 2D image array size                 8192 images
    Base address alignment for 2D image buffers   0 bytes
    Pitch alignment for 2D image buffers          0 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             8192x8192x8192 pixels
    Max number of read image args                 32
    Max number of write image args                16
    Max number of read/write image args           16
  Pipe support                                    No
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Global
  Local memory size                               65536 (64KiB)
  Max number of constant args                     16
  Max constant buffer size                        67108864 (64MiB)
  Generic address space support                   No
  Max size of kernel argument                     4096 (4KiB)
  Queue properties (on host)                      
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Device enqueue capabilities                     (n/a)
  Queue properties (on device)                    
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      10ns
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Non-uniform work-groups                       No
    Work-group collective functions               No
    Sub-group independent forward progress        No
    IL version                                    SPIR-V_1.0 SPIR-V_1.1 SPIR-V_1.2 SPIR-V_1.3 SPIR-V_1.4 SPIR-V_1.5 SPIR-V_1.6
    ILs with version                              SPIR-V                                                           0x400000 (1.0.0)
                                                  SPIR-V                                                           0x401000 (1.1.0)
                                                  SPIR-V                                                           0x402000 (1.2.0)
                                                  SPIR-V                                                           0x403000 (1.3.0)
                                                  SPIR-V                                                           0x404000 (1.4.0)
                                                  SPIR-V                                                           0x405000 (1.5.0)
                                                  SPIR-V                                                           0x406000 (1.6.0)
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels                                (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                               cl_khr_byte_addressable_store cl_khr_create_command_queue cl_khr_expect_assume cl_khr_extended_bit_ops cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_il_program cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_integer_dot_product cl_khr_spirv_no_integer_wrap_decoration cl_khr_spirv_queries cl_khr_suggested_local_work_size cl_ext_immutable_memory_objects cl_khr_spirv_linkonce_odr cl_khr_fp16 cl_khr_gl_sharing cles_khr_int64 cl_khr_kernel_clock cl_khr_3d_image_writes cl_khr_depth_images cl_ext_image_unorm_int_2_101010 cl_khr_pci_bus_info cl_khr_priority_hints cl_khr_device_uuid cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_arm_shared_virtual_memory cl_ext_buffer_device_address cl_khr_external_semaphore cl_khr_external_semaphore_sync_fd cl_khr_semaphore
  Device Extensions with Version                  cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                  cl_khr_create_command_queue                                      0x400000 (1.0.0)
                                                  cl_khr_expect_assume                                             0x400000 (1.0.0)
                                                  cl_khr_extended_bit_ops                                          0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)
                                                  cl_khr_global_int32_base_atomics                                 0x400000 (1.0.0)
                                                  cl_khr_global_int32_extended_atomics                             0x400000 (1.0.0)
                                                  cl_khr_il_program                                                0x400000 (1.0.0)
                                                  cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_integer_dot_product                                       0x800000 (2.0.0)
                                                  cl_khr_spirv_no_integer_wrap_decoration                          0x400000 (1.0.0)
                                                  cl_khr_spirv_queries                                             0x400000 (1.0.0)
                                                  cl_khr_suggested_local_work_size                                 0x400000 (1.0.0)
                                                  cl_ext_immutable_memory_objects                                  0x400000 (1.0.0)
                                                  cl_khr_spirv_linkonce_odr                                        0x400000 (1.0.0)
                                                  cl_khr_fp16                                                      0x400000 (1.0.0)
                                                  cl_khr_gl_sharing                                                0x400000 (1.0.0)
                                                  cles_khr_int64                                                   0x400000 (1.0.0)
                                                  cl_khr_kernel_clock                                              0x400000 (1.0.0)
                                                  cl_khr_3d_image_writes                                           0x400000 (1.0.0)
                                                  cl_khr_depth_images                                              0x400000 (1.0.0)
                                                  cl_ext_image_unorm_int_2_101010                                  0x400000 (1.0.0)
                                                  cl_khr_pci_bus_info                                              0x400000 (1.0.0)
                                                  cl_khr_priority_hints                                            0x400000 (1.0.0)
                                                  cl_khr_device_uuid                                               0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle                                          0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle_relative                                 0x400000 (1.0.0)
                                                  cl_arm_shared_virtual_memory                                     0x400000 (1.0.0)
                                                  cl_ext_buffer_device_address                                     0x400002 (1.0.2)
                                                  cl_khr_external_semaphore                                        0x400001 (1.0.1)
                                                  cl_khr_external_semaphore_sync_fd                                0x400001 (1.0.1)
                                                  cl_khr_semaphore                                                 0x400001 (1.0.1)

  Device Name                                     AMD Ryzen 9 9950X 16-Core Processor (radeonsi, raphael_mendocino, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 3.0 
  Device UUID                                     00000000-7500-0000-0000-000000000000
  Driver UUID                                     414d442d-4d45-5341-2d44-525600000000
  Valid Device LUID                               No
  Device LUID                                     0000-000000000000
  Device Node Mask                                0
  Device Numeric Version                          0xc00000 (3.0.0)
  Driver Version                                  25.3.4-arch1.1
  Device OpenCL C Version                         OpenCL C 1.2 
  Device OpenCL C Numeric Version                 0x402000 (1.2.0)
  Device OpenCL C all versions                    OpenCL C                                                         0xc00000 (3.0.0)
                                                  OpenCL C                                                         0x402000 (1.2.0)
                                                  OpenCL C                                                         0x401000 (1.1.0)
                                                  OpenCL C                                                         0x400000 (1.0.0)
  Device OpenCL C features                        __opencl_c_integer_dot_product_input_4x8bit                      0x800000 (2.0.0)
                                                  __opencl_c_integer_dot_product_input_4x8bit_packed               0x800000 (2.0.0)
                                                  __opencl_c_int64                                                 0x400000 (1.0.0)
                                                  __opencl_c_kernel_clock_scope_device                             0x400000 (1.0.0)
                                                  __opencl_c_kernel_clock_scope_sub_group                          0x400000 (1.0.0)
                                                  __opencl_c_images                                                0x400000 (1.0.0)
                                                  __opencl_c_read_write_images                                     0x400000 (1.0.0)
                                                  __opencl_c_3d_image_writes                                       0x400000 (1.0.0)
                                                  __opencl_c_ext_image_unorm_int_2_101010                          0x400000 (1.0.0)
                                                  __opencl_c_subgroups                                             0x400000 (1.0.0)
  Latest conformance test passed                  v0000-01-01-00
  Device Type                                     GPU
  Device PCI bus info (KHR)                       PCI-E, 0000:75:00.0
  Device Profile                                  EMBEDDED_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               2
  Max clock frequency                             2200MHz
  Device Partition                                (core)
    Max number of sub-devices                     0
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             1024
  Preferred work group size multiple (device)     64
  Preferred work group size multiple (kernel)     64
  Max sub-groups per work group                   32
  Preferred / native vector sizes                 
    char                                                 1 / 1       
    short                                                1 / 1       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               0 / 0        (n/a)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (n/a)
  Address bits                                    64, Little-Endian
  Semaphore types                                 Binary
  External semaphore import types                 Sync FD
  External semaphore export types                 Sync FD
  Global memory size                              536870912 (512MiB)
  Error Correction support                        No
  Max memory allocation                           2147483647 (2GiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Shared Virtual Memory (SVM) capabilities (ARM)  
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       4096 bits (512 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Atomic memory capabilities                      relaxed, work-group scope
  Atomic fence capabilities                       relaxed, acquire/release, work-group scope
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        None
  Image support                                   Yes
    Max number of samplers per kernel             32
    Max size for 1D images from buffer            134217727 pixels
    Max 1D or 2D image array size                 8192 images
    Base address alignment for 2D image buffers   0 bytes
    Pitch alignment for 2D image buffers          0 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             8192x8192x8192 pixels
    Max number of read image args                 32
    Max number of write image args                16
    Max number of read/write image args           16
  Pipe support                                    No
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Global
  Local memory size                               65536 (64KiB)
  Max number of constant args                     16
  Max constant buffer size                        67108864 (64MiB)
  Generic address space support                   No
  Max size of kernel argument                     4096 (4KiB)
  Queue properties (on host)                      
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Device enqueue capabilities                     (n/a)
  Queue properties (on device)                    
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      10ns
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Non-uniform work-groups                       No
    Work-group collective functions               No
    Sub-group independent forward progress        No
    IL version                                    SPIR-V_1.0 SPIR-V_1.1 SPIR-V_1.2 SPIR-V_1.3 SPIR-V_1.4 SPIR-V_1.5 SPIR-V_1.6
    ILs with version                              SPIR-V                                                           0x400000 (1.0.0)
                                                  SPIR-V                                                           0x401000 (1.1.0)
                                                  SPIR-V                                                           0x402000 (1.2.0)
                                                  SPIR-V                                                           0x403000 (1.3.0)
                                                  SPIR-V                                                           0x404000 (1.4.0)
                                                  SPIR-V                                                           0x405000 (1.5.0)
                                                  SPIR-V                                                           0x406000 (1.6.0)
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels                                (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                               cl_khr_byte_addressable_store cl_khr_create_command_queue cl_khr_expect_assume cl_khr_extended_bit_ops cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_il_program cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_integer_dot_product cl_khr_spirv_no_integer_wrap_decoration cl_khr_spirv_queries cl_khr_suggested_local_work_size cl_ext_immutable_memory_objects cl_khr_spirv_linkonce_odr cl_khr_fp16 cl_khr_gl_sharing cles_khr_int64 cl_khr_kernel_clock cl_khr_3d_image_writes cl_khr_depth_images cl_ext_image_unorm_int_2_101010 cl_khr_pci_bus_info cl_khr_priority_hints cl_khr_device_uuid cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_arm_shared_virtual_memory cl_ext_buffer_device_address cl_khr_external_semaphore cl_khr_external_semaphore_sync_fd cl_khr_semaphore
  Device Extensions with Version                  cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                  cl_khr_create_command_queue                                      0x400000 (1.0.0)
                                                  cl_khr_expect_assume                                             0x400000 (1.0.0)
                                                  cl_khr_extended_bit_ops                                          0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)
                                                  cl_khr_global_int32_base_atomics                                 0x400000 (1.0.0)
                                                  cl_khr_global_int32_extended_atomics                             0x400000 (1.0.0)
                                                  cl_khr_il_program                                                0x400000 (1.0.0)
                                                  cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_integer_dot_product                                       0x800000 (2.0.0)
                                                  cl_khr_spirv_no_integer_wrap_decoration                          0x400000 (1.0.0)
                                                  cl_khr_spirv_queries                                             0x400000 (1.0.0)
                                                  cl_khr_suggested_local_work_size                                 0x400000 (1.0.0)
                                                  cl_ext_immutable_memory_objects                                  0x400000 (1.0.0)
                                                  cl_khr_spirv_linkonce_odr                                        0x400000 (1.0.0)
                                                  cl_khr_fp16                                                      0x400000 (1.0.0)
                                                  cl_khr_gl_sharing                                                0x400000 (1.0.0)
                                                  cles_khr_int64                                                   0x400000 (1.0.0)
                                                  cl_khr_kernel_clock                                              0x400000 (1.0.0)
                                                  cl_khr_3d_image_writes                                           0x400000 (1.0.0)
                                                  cl_khr_depth_images                                              0x400000 (1.0.0)
                                                  cl_ext_image_unorm_int_2_101010                                  0x400000 (1.0.0)
                                                  cl_khr_pci_bus_info                                              0x400000 (1.0.0)
                                                  cl_khr_priority_hints                                            0x400000 (1.0.0)
                                                  cl_khr_device_uuid                                               0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle                                          0x400000 (1.0.0)
                                                  cl_khr_subgroup_shuffle_relative                                 0x400000 (1.0.0)
                                                  cl_arm_shared_virtual_memory                                     0x400000 (1.0.0)
                                                  cl_ext_buffer_device_address                                     0x400002 (1.0.2)
                                                  cl_khr_external_semaphore                                        0x400001 (1.0.1)
                                                  cl_khr_external_semaphore_sync_fd                                0x400001 (1.0.1)
                                                  cl_khr_semaphore                                                 0x400001 (1.0.1)

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  rusticl
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [MESA]
  clCreateContext(NULL, ...) [default]            Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 rusticl
    Device Name                                   AMD Ryzen 9 9950X 16-Core Processor (radeonsi, raphael_mendocino, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (2)
    Platform Name                                 rusticl
    Device Name                                   AMD Radeon RX 6500 XT (radeonsi, navi24, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
    Device Name                                   AMD Ryzen 9 9950X 16-Core Processor (radeonsi, raphael_mendocino, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (2)
    Platform Name                                 rusticl
    Device Name                                   AMD Radeon RX 6500 XT (radeonsi, navi24, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)
    Device Name                                   AMD Ryzen 9 9950X 16-Core Processor (radeonsi, raphael_mendocino, LLVM 21.1.6, DRM 3.64, 6.18.7-zen1-1-zen)

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.4
  ICD loader Profile                              OpenCL 3.0

Offline

#4 2026-02-06 01:32:15

henryskalitz
Member
Registered: 2026-02-06
Posts: 2

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

Hi, I had the exact same crash log with an RX 6700XT and in my case, I could access the different tabs (File, Edit, Trim and so on), but it would always crash after a while. After searching for hours, I finally found a way to make Davinci Resolve not crash (so far):
you have to remove opencl-mesa and install opencl-amd instead from the AUR. However, as you said previously, with opencl-amd, Davinci doesn't even start and to fix that, I had to look at the comments on the AUR page of the opencl-amd package and find the last version (1:7.2.0-1 as of today) doesn't seem to work on old card like the 6000 series or earlier and you have to revert back to 1:7.1.1-1, the last working version.

Here's how to do it:
open a terminal and clone the repo with

git clone

then do

cd opencl-amd
git checkout 42c9eb7

(42c9eb7 refer to the 7.1.1 version)

makepkg -si

You can optionally add

IgnorePkg = opencl-amd

in /etc/pacman.conf to not update this package the next time you update the AUR.

Hope this works for you smile

Last edited by henryskalitz (2026-02-06 01:37:08)

Offline

#5 2026-02-06 02:40:07

bjl32
Member
Registered: 2026-01-24
Posts: 4

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

henryskalitz wrote:

Hi, I had the exact same crash log with an RX 6700XT and in my case, I could access the different tabs (File, Edit, Trim and so on), but it would always crash after a while. After searching for hours, I finally found a way to make Davinci Resolve not crash (so far):
you have to remove opencl-mesa and install opencl-amd instead from the AUR. However, as you said previously, with opencl-amd, Davinci doesn't even start and to fix that, I had to look at the comments on the AUR page of the opencl-amd package and find the last version (1:7.2.0-1 as of today) doesn't seem to work on old card like the 6000 series or earlier and you have to revert back to 1:7.1.1-1, the last working version.

Here's how to do it:
open a terminal and clone the repo with

git clone

then do

cd opencl-amd
git checkout 42c9eb7

(42c9eb7 refer to the 7.1.1 version)

makepkg -si

You can optionally add

IgnorePkg = opencl-amd

in /etc/pacman.conf to not update this package the next time you update the AUR.

Hope this works for you smile

This fixed the issue. Thanks.
Also, opencl-mesa must be uninstalled to run DR, otherwise it will still crash.

Offline

#6 2026-02-06 13:18:14

Luciddream
Member
From: Greece
Registered: 2014-12-08
Posts: 63

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

It's important to note that it's probably not a problem with ROCm or opencl-amd. There is a post about Linux in the Davinci Resolve forum: https://forum.blackmagicdesign.com/view … ilit=linux

I don't have it installed personally to test. And I don't think I want to install all of its dependencies either. Maybe if I find time I can try to install it in a flatpak.

Offline

#7 2026-02-06 20:42:09

henryskalitz
Member
Registered: 2026-02-06
Posts: 2

Re: [SOLVED] Segmentation Fault launching Davinci Resolve

Luciddream wrote:

It's important to note that it's probably not a problem with ROCm or opencl-amd. There is a post about Linux in the Davinci Resolve forum: https://forum.blackmagicdesign.com/view … ilit=linux

I don't have it installed personally to test. And I don't think I want to install all of its dependencies either. Maybe if I find time I can try to install it in a flatpak.

Honestly, I'm not even surprised... Corporations will always only support the most popular thing, leaving the rest in the dirt and provide the bare minimum in updates/features, even if the only thing they have to do is click a button, having to do the rest yourself to keep up by patching things here and there, even on Windows or MacOS. At least, Davinci has a Linux port, so there's that...

And concerning the flatpak: they unfortunately don't package it themselves (though they should). Now I saw it was possible to package it yourself, but it looked horrible to do and very bothersome considering you can't automate the download of the Davinci Resolve package anymore from their website as you have to fill a sort of registration form now. But you could create a script that would automate that I suppose (?).

Offline

Board footer

Powered by FluxBB