From owner-freebsd-current@freebsd.org Tue Mar 15 02:49:07 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D03D0AD0644; Tue, 15 Mar 2016 02:49:07 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB7EF2BB; Tue, 15 Mar 2016 02:49:07 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version; bh=MIGJVbjFs7oYkV7s01POGGI0uSw6JoZ+1A4sGAFhehI=; b=Pi5qBxbmzMLhShgWFm3kd/E2kV nSt6r6dKL8BDNTDrNZbUYF1OtyfJwwXiKeIJE/izwOZgTucjR4Ap2F83pegPPQNdy5Ezp1FG/KZ7w ejLLPunmPm7kQaB1m7eW6PN96xa3XHiVIQ+NZG/6qnzjdHdrBpbJ9TeuBdsKl7P8901o=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:44931 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1aff2g-000BIQ-8F; Mon, 14 Mar 2016 21:49:06 -0500 Received: from 2605:6000:ec17:200:8960:77df:23a8:fcf by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 14 Mar 2016 21:49:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 14 Mar 2016 21:49:06 -0500 From: Larry Rosenman To: Steven Hartland Cc: freebsd-current@freebsd.org, owner-freebsd-current@freebsd.org, Bdrewery Subject: Re: Crashes in libthr? In-Reply-To: <255cd120864019e1c40dc9e70b91d73a@thebighonker.lerctr.org> References: <276f6b11da9a005256d24fa5b37d7d5f@thebighonker.lerctr.org> <20160313185852.GJ1741@kib.kiev.ua> <20160313192900.GK1741@kib.kiev.ua> <20160314025123.GA74197@borg.lerctr.org> <20160314065348.GM1741@kib.kiev.ua> <20160314221018.GA2211@borg.lerctr.org> <20160314221745.GT1741@kib.kiev.ua> <20160314222228.GA1753@borg.lerctr.org> <18156.1457994338@critter.freebsd.dk> <56E74D8D.5080204@multiplay.co.uk> <255cd120864019e1c40dc9e70b91d73a@thebighonker.lerctr.org> Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.4 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 02:49:08 -0000 On 2016-03-14 18:49, Larry Rosenman wrote: > On 2016-03-14 18:47, Steven Hartland wrote: >> On 14/03/2016 22:28, Larry Rosenman wrote: >>> On 2016-03-14 17:25, Poul-Henning Kamp wrote: >>>> -------- >>>> In message <20160314222228.GA1753@borg.lerctr.org>, Larry Rosenman >>>> writes: >>>> >>>>> And sshd is busted. >>>> >>>> FYI: I seeing no such issues on two systems running: >>>> >>>> 11.0-CURRENT #4 r296808: Sun Mar 13 22:39:59 UTC 2016 >>>> and >>>> 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC 2016 >>> As I said it's this ONE box, even doing an install from the other >>> (RUNNING) boxes >>> /usr/src,/usr/obj). >>> >>> This build was at: >>> borg.lerctr.org /usr/src $ svn info >>> Path: . >>> Working Copy Root Path: /usr/src >>> URL: https://svn.freebsd.org/base/head >>> Relative URL: ^/head >>> Repository Root: https://svn.freebsd.org/base >>> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f >>> Revision: 296823 >>> Node Kind: directory >>> Schedule: normal >>> Last Changed Author: adrian >>> Last Changed Rev: 296823 >>> Last Changed Date: 2016-03-13 23:39:35 -0500 (Sun, 13 Mar 2016) >>> >>> borg.lerctr.org /usr/src $ >>> >>> >>> I can post the make.conf. >>> >>> It's really weird. >> Silly question your not building on an NFS FS are you? >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > No, this is local disk. The "install from other machine" was via > NFS...... I found it. A bad version (from march 8th or so) of /lib/libprivatessh.so.5 that did NOT export the symbol, but the version in /usr/lib/libprivatessh.so.5 DID export the symbol. I wiped out the /lib/libprivate* and re-did installworld. and all seems fine now. I suspect I hit a time when the tree had bad stuff installing into /lib/libprivate* -- 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