Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840939 - dev-libs/intel-compute-runtime: sigsegv running clinfo
Summary: dev-libs/intel-compute-runtime: sigsegv running clinfo
Status: RESOLVED DUPLICATE of bug 837872
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jan Henke
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-26 04:09 UTC by Jan Vesely
Modified: 2022-04-28 20:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2022-04-26 04:09:36 UTC
GPU: Intel Corporation HD Graphics 530 (Skylake)

$ OCL_ICD_VENDORS=/etc/OpenCL/vendors/intel.icd gdb clinfo

Thread 1 "clinfo" received signal SIGSEGV, Segmentation fault.
0x00007fffed334c61 in llvm::PointerType::get(llvm::Type*, unsigned int) () from /usr/lib/llvm/13/lib64/libLLVM-13.so
(gdb) bt
#0  0x00007fffed334c61 in llvm::PointerType::get(llvm::Type*, unsigned int) ()
   from /usr/lib/llvm/13/lib64/libLLVM-13.so
#1  0x00007fffe573f505 in ?? () from /usr/lib64/libigc.so.1
#2  0x00007fffe575dc35 in ?? () from /usr/lib64/libigc.so.1
#3  0x00007fffe57622a9 in ?? () from /usr/lib64/libigc.so.1
#4  0x00007fffe576852f in ?? () from /usr/lib64/libigc.so.1
#5  0x00007fffe576dcdc in ?? () from /usr/lib64/libigc.so.1
#6  0x00007fffe576e648 in ?? () from /usr/lib64/libigc.so.1
#7  0x00007fffe5699b58 in ?? () from /usr/lib64/libigc.so.1
#8  0x00007fffe569b21a in ?? () from /usr/lib64/libigc.so.1
#9  0x00007fffe569c7b9 in ?? () from /usr/lib64/libigc.so.1
#10 0x00007fffe578eb3b in ?? () from /usr/lib64/libigc.so.1
#11 0x00007fffe569fa43 in ?? () from /usr/lib64/libigc.so.1
#12 0x00007fffe577c327 in ?? () from /usr/lib64/libigc.so.1
#13 0x00007ffff7ab1433 in ?? () from /usr/lib64/intel-opencl/libigdrcl.so
#14 0x00007ffff76a8f73 in ?? () from /usr/lib64/intel-opencl/libigdrcl.so
#15 0x00007ffff7659a4e in ?? () from /usr/lib64/intel-opencl/libigdrcl.so
#16 0x00007ffff7f87d3e in clBuildProgram () from /usr/lib64/libOpenCL.so.1
#17 0x0000555555562cc6 in ?? ()
#18 0x0000555555563090 in ?? ()
#19 0x000055555556457d in ?? ()
#20 0x0000555555565400 in ?? ()
#21 0x0000555555565887 in ?? ()
#22 0x000055555555b716 in ?? ()
#23 0x00007ffff7da82fa in __libc_start_call_main (main=main@entry=0x55555555b300, argc=argc@entry=1, 
    argv=argv@entry=0x7fffffffde98) at ../sysdeps/nptl/libc_start_call_main.h:58
#24 0x00007ffff7da83a8 in __libc_start_main_impl (main=0x55555555b300, argc=1, argv=0x7fffffffde98, 
    init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde88)
    at ../csu/libc-start.c:409
#25 0x000055555555bb6a in ?? ()

Looks like the fault is somehwere in the CLC compiler
Comment 1 Conrad Kostecki gentoo-dev 2022-04-28 20:34:00 UTC

*** This bug has been marked as a duplicate of bug 837872 ***