compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

Abort was called at 15 line in file: ../../neo/shared/source/gmm_helper/resource_info.cpp Aborted (core dumped)

Open ProjectPhysX opened this issue 2 months ago • 2 comments

Hi, something broke in my Linux OpenCL installation after updating to oclcpuexp-2025.20.6.0.04_224945_rel. Looks like a segfault in Intel GPU OpenCL runtime? How to fix this?

~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04.3 LTS
Release:        24.04
Codename:       noble
~$ uname -a
Linux opencl-pc 6.11.0-29-generic #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 26 14:16:59 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
~$ clinfo
Abort was called at 15 line in file:
../../neo/shared/source/gmm_helper/resource_info.cpp
Aborted (core dumped)
~$ ls /etc/OpenCL/vendors/
amdocl64_60401_83.icd  intel_expcpu.icd  intel.icd  nvidia.icd
~$ ls /usr/lib/x86_64-linux-gnu/intel-opencl
libigdrcl.so
~$ ls /usr/lib/x86_64-linux-gnu/intel-opencl
libigdrcl.so

ProjectPhysX avatar Nov 02 '25 09:11 ProjectPhysX

@ProjectPhysX Thank you for your contribution! We would like to take a closer look at the issue you’re experiencing. Could you please provide the output from running clinfo with strace, and also with the additional debug keys PrintDebugMessages=1 and NEOReadDebugKeys=1 enabled? This information will help us track down the problem more effectively. Thank you!

kgibala avatar Nov 03 '25 05:11 kgibala

after updating to oclcpuexp-2025.20.6.0.04_224945_rel

Could you share logs from installation? The issue looks like version mismatch between gmmlib and intel-opencl-icd

JablonskiMateusz avatar Nov 03 '25 08:11 JablonskiMateusz