From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5F9115802E for ; Thu, 27 Jun 2024 19:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F200E2B57; Thu, 27 Jun 2024 19:11:56 +0000 (UTC) Received: from dmj.nu (ext.dmj.nu [172.104.228.119]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AFE2E2B4E for ; Thu, 27 Jun 2024 19:11:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dmj.nu; s=dmj; t=1719515514; bh=5+wuG4hVCih8rSqENh9hjQaxfDr3N0zfBBTrysYaIwc=; h=Date:To:From:Subject; b=0hzHn2is3YoYSnP8/SjOw4wo3b9habUbiEzzXmDrL0nxmHkOBSXGJePMOeLmS+nqe muq/d0uvgDpZEYrhwgPG0zoEPhvYYwRPgGVyEefDseLH71/CBYAU45UkgdvIUwSsPR cm9aehdqsCk/yW5YT6MGnTgez6xqi/NnGj/QAegLsRFcxAUE8juX1Vv+zTDa4Rzy2p 8nnJ766Gs0AN/bB7osKVqkOdYVhg/OLRceSFci80sH+ppOLrBaVhT3MKbQQHy9UL0Z u6KTkXmRxzcrswvUGcQnlJo6J8fBm4VXLqE6IOXfN4OFdlAjEa1Qx+QzIfKE7Wm0qn mDCHZyy9RD/cQ== Original-Subject: ldconfig segfaults after updating to 23.0 profil Author: Dan Johansson Message-ID: Date: Thu, 27 Jun 2024 21:11:51 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: de-CH To: "gentoo-user@lists.gentoo.org" From: Dan Johansson Subject: [gentoo-user] ldconfig segfaults after updating to 23.0 profil Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6699e1a8-f646-4e3a-85a7-69bb8054e465 X-Archives-Hash: 8ca21835444d4e5e4530d13de6156562 Hello, After updating my system to a 23.0 profile, default/linux/amd64/23.0/split-usr/desktop/plasma (stable), ldconfig has started segfaulting. Here are the last few lines of "strace ldconfig": newfstatat(AT_FDCWD, "/usr/lib/rust/lib/librustc_driver-131b866216b2910c.so", {st_mode=S_IFREG|0644, st_size=153456592, ...}, 0) = 0 openat(AT_FDCWD, "/usr/lib/llvm/17/lib", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 getdents64(3, 0x5555572629d0 /* 22 entries */, 32768) = 824 newfstatat(AT_FDCWD, "/usr/lib/llvm/17/lib/libclang.so.17", {st_mode=S_IFREG|0755, st_size=17506304, ...}, 0) = 0 openat(AT_FDCWD, "/usr/lib/llvm/17/lib/libclang.so.17", O_RDONLY) = 4 fstat(4, {st_mode=S_IFREG|0755, st_size=17506304, ...}) = 0 mmap(NULL, 17506304, PROT_READ, MAP_SHARED, 4, 0) = 0x7fb6eb2d3000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7fb6ed37c4dc} --- +++ killed by SIGSEGV +++ Segmentation fault The file in question (I think), does not look suspicious (I think): # ls -pal /usr/lib/llvm/17/lib/libclang.so.17 /usr/lib/llvm/17/lib/libclang.so.17.0.6 lrwxrwxrwx 1 root root 18 Jun 25 17:39 /usr/lib/llvm/17/lib/libclang.so.17 -> libclang.so.17.0.6 -rwxr-xr-x 1 root root 14893056 Jun 25 17:39 /usr/lib/llvm/17/lib/libclang.so.17.0.6 The system runs fine (as far as I ca see) but I am a bit nervous about rebooting at the moment. Any suggestions? Regards, -- Dan Johansson, *************************************************** This message is printed on 100% recycled electrons! ***************************************************