Date: Mon, 14 Mar 2016 17:22:28 -0500 From: Larry Rosenman <ler@lerctr.org> To: Konstantin Belousov <kostikbel@gmail.com> Cc: Freebsd current <freebsd-current@freebsd.org> Subject: Re: Crashes in libthr? Message-ID: <20160314222228.GA1753@borg.lerctr.org> In-Reply-To: <20160314221745.GT1741@kib.kiev.ua> References: <276f6b11da9a005256d24fa5b37d7d5f@thebighonker.lerctr.org> <20160313185852.GJ1741@kib.kiev.ua> <ddea502af186ce26273fddc9360e45cf@thebighonker.lerctr.org> <20160313192900.GK1741@kib.kiev.ua> <b3caf0652b0cbcb2edb7ebac0c3ded97@thebighonker.lerctr.org> <20160314025123.GA74197@borg.lerctr.org> <20160314065348.GM1741@kib.kiev.ua> <d1eaa340b30b635f23fffdda35981d9d@thebighonker.lerctr.org> <20160314221018.GA2211@borg.lerctr.org> <20160314221745.GT1741@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 15, 2016 at 12:17:45AM +0200, Konstantin Belousov wrote: > 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. I **DID** check out PRISTINE sources, cleaned out /usr/obj, moved /etc/{make,src}.conf out of the way, and did a single thread (no -j, no -DNO_CLEAN) build. And sshd is busted. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160314222228.GA1753>