From nobody Wed Oct 9 07:06:03 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XNkSy2dR8z5YvqM for ; Wed, 09 Oct 2024 07:06:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XNkSn59ycz4215 for ; Wed, 9 Oct 2024 07:06:17 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 49976326096268; Wed, 9 Oct 2024 10:06:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 49976326096268 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 499763YQ096267; Wed, 9 Oct 2024 10:06:03 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 9 Oct 2024 10:06:03 +0300 From: Konstantin Belousov To: Paul Floyd Cc: freebsd-current@freebsd.org Subject: Re: Problems with FreeBSD-15.0-CURRENT-amd64-20241003 Message-ID: References: <7bdb3c71-8a36-444e-8b1d-9c4f789fe638@gmail.com> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bdb3c71-8a36-444e-8b1d-9c4f789fe638@gmail.com> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4XNkSn59ycz4215 X-Spamd-Bar: ---- On Wed, Oct 09, 2024 at 06:35:08AM +0000, Paul Floyd wrote: > Hi > > I don't often update my 15-0-CURRENT VM. I did last week and I'm getting > several issues. > > Firstly, a bit annoying, both pkg and ksh93 fail to run, giving. > ld-elf.so.1: Shared object "libmd.so.6" not found, required by "ksh93" > > Next I'm getting a lot of new Valgrind test failures. I haven't done any > detailed debugging yet. > > One hang in a DRD test calling syscall 454 SYS__umtx_op. > > One for me, it looks like libc sendmsg has been re-implemented to use > socketcall. > > The biggest problem is with Helgrind. All apps now generate an extra error > > ==68593== Thread #1: Exiting thread still holds 1 lock > ==68593== at 0x4BBB5DA: _exit (in /lib/libsys.so.7) > ==68593== by 0x49FC1C0: exit (in /lib/libc.so.7) > ==68593== by 0x491CA10: __libc_start1 (in /lib/libc.so.7) > ==68593== by 0x20182F: (below main) (crt1_s.S:83) This is intended, see 3f3ec4b99f79d32a0bf15495559ca9883bd751f2. > > I tried building Helgrind with pthread tracing turned on but that just gave > me one more problem - a crash due to the tracing fprintf > (https://bugs.kde.org/show_bug.cgi?id=494327). > > A+ > Paul >