[Bug 204426] Processes terminating cannot access memory
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204426 --- Comment #68 from Robert Blayzor <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"