Crashes in libthr?
Konstantin Belousov
kostikbel at gmail.com
Mon Mar 14 22:17:51 UTC 2016
On Mon, Mar 14, 2016 at 05:10:18PM -0500, Larry Rosenman wrote:
> There is something(tm) strange with sshd but nothing else at the moment.
>
> When I use the sshd from the build, I get:
>
> /usr/sbin/sshd.BAD: Undefined symbol "Fssh_ssh_malloc_init"
>
> But on a different box from the same build it works.
>
> Really weird.
>
> Ideas?
>
> (I've reverted to a known good sshd).
On my stable/10 machines, the Fssh_ssh_malloc_init symbol is exported
by /usr/lib/private/libssh.so.5 and imported by sshd.
OTOH on my HEAD machine, the symbol is not exported by
/usr/lib/libprivatessh.so.5 and sshd does not need it.
I have no idea what happens to your build. Try to check out the pristine
sources, perhaps.
More information about the freebsd-current
mailing list