[Bug 220767] lang/beignet: hangs if consumer is not linked against libpthread after jemalloc 5.0.0 update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 30 15:30:49 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220767

--- Comment #12 from Jan Beich <jbeich at FreeBSD.org> ---
I confirm. beignet issue is masked (see below) after ports r473868, so I had to
downgrade the port before testing base r343566.

$ ldd -a =clinfo
/usr/local/bin/clinfo:
        libOpenCL.so.1 => /usr/local/lib/libOpenCL.so.1 (0x800259000)
        libc.so.7 => /lib/libc.so.7 (0x800276000)
/usr/local/lib/libOpenCL.so.1:
        libdl.so.1 => /usr/lib/libdl.so.1 (0x800697000)
        libthr.so.3 => /lib/libthr.so.3 (0x80069b000)  <--- LOOK HERE
        libc.so.7 => /lib/libc.so.7 (0x800276000)
/usr/lib/libdl.so.1:
        libc.so.7 => /lib/libc.so.7 (0x800276000)
/lib/libthr.so.3:
        libc.so.7 => /lib/libc.so.7 (0x800276000)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-threads mailing list