[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 18 23:47:04 UTC 2016


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

--- Comment #68 from Robert Blayzor <rblayzor at inoc.net> ---
Exim most certainly is linked directly...

ldd /usr/local/sbin/exim | grep thr
        libthr.so.3 => /lib/libthr.so.3 (0x8011f5000)


Also many of the dovecot libs are linked against libthr as well...

ldd /usr/local/lib/dovecot/libdovecot* | grep thr
        libthr.so.3 => /lib/libthr.so.3 (0x801fb0000)
        libthr.so.3 => /lib/libthr.so.3 (0x801fb0000)
        libthr.so.3 => /lib/libthr.so.3 (0x801fb0000)
        libthr.so.3 => /lib/libthr.so.3 (0x801b91000)
        libthr.so.3 => /lib/libthr.so.3 (0x801b91000)
        libthr.so.3 => /lib/libthr.so.3 (0x801b91000)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list