https://bugs.kde.org/show_bug.cgi?id=386923

--- Comment #13 from Giuseppe Bilotta <giuseppe.bilo...@gmail.com> ---
I'm afraid I'm still seeing the same segmentation fault with the Intel
proprietary platform, and only that one.

heaptrack/build [master] $ bin/heaptrack clinfo
heaptrack output will be written to
"/home/oblomov/src/heaptrack/build/heaptrack.clinfo.902.gz"
starting application, this might take some time...
Segmentation fault
heaptrack stats:
        allocations:            22117
        leaked allocations:     13372
        temporary allocations:  7908
Heaptrack finished! Now run the following to investigate the data:

  heaptrack --analyze
"/home/oblomov/src/heaptrack/build/heaptrack.clinfo.902.gz"


Running with -d doesn't provide much useful information, because the segfault
is inside the proprietary library:

Thread 1 "clinfo" received signal SIGSEGV, Segmentation fault.
0x00007ffff57ebbc1 in ?? () from
/opt/intel/opencl-1.2-6.4.0.25/lib64/libintelocl.so
(gdb) bt
#0  0x00007ffff57ebbc1 in ?? () from
/opt/intel/opencl-1.2-6.4.0.25/lib64/libintelocl.so
#1  0x00007ffff57692fe in clGetPlatformInfo () from
/opt/intel/opencl-1.2-6.4.0.25/lib64/libintelocl.so
#2  0x00007ffff79c36d4 in _malloc_clGetPlatformInfo
(plt_info_ptr=plt_info_ptr@entry=0x7ffff5768ef0 <clGetPlatformInfo>,
pid=0x555555789f00, cname=cname@entry=2308, sname=<optimized out>)
    at ocl_icd_loader.c:298
#3  0x00007ffff79c3fc4 in _find_and_check_platforms (num_icds=<optimized out>)
at ocl_icd_loader.c:498
#4  __initClIcd () at ocl_icd_loader.c:652
#5  _initClIcd_real () at ocl_icd_loader.c:702
#6  0x00007ffff79c46ab in _initClIcd () at ocl_icd_loader.c:724
#7  clGetPlatformIDs (num_entries=0, platforms=0x0,
num_platforms=0x7fffffffe030) at ocl_icd_loader.c:846
#8  0x00005555555640d5 in main (argc=1, argv=0x7fffffffe188) at
src/clinfo.c:3190

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to