(original) (raw)
Hi Emil,No, it's not a compilation error, nor for mesa nor for opencl code. It's just
that OpenCL programs crash with segfaults.Every test from http://cgit.freedesktop.org/~tstellar/opencl-example/ fails and
its 'hello_world' program crash with a segfault.As the code changed in that bug has nothing to do with clover, maybe the
problem is with my configuration?Here's what I pass to autogen.sh, surely there's something I don't need, but I
took them from a PKGBUILD:--prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r600,swrast\
--with-dri-drivers=swrast \
--enable-gallium-llvm \
--enable-egl \
--enable-gallium-egl \
--with-egl-platforms=x11,drm,wayland \
--enable-shared-glapi \
--enable-gbm \
--enable-gallium-gbm \
--enable-glx-tls \
--enable-dri \
--enable-glx \
--enable-osmesa \
--enable-texture-float \
--enable-xa \
--enable-vdpau \
--enable-omx \
--with-llvm-shared-libs \
--enable-opencl --enable-opencl-icd \
--with-clang-libdir=/usr/libIf there's anything else I can do to help, just ask.
Thanks!
You are receiving this mail because:
- You are the assignee for the bug.