From nobody Fri May 24 16:14:29 2024 X-Original-To: freebsd-arm@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 4Vm98v0w5gz5LLMf for ; Fri, 24 May 2024 16:14:23 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "generic", Issuer "generic" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vm98s4QQPz43Mm for ; Fri, 24 May 2024 16:14:21 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.17.1) with ESMTPS id 44OGEUYt042628 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 24 May 2024 09:14:30 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.17.1/Submit) id 44OGEUJK042627 for freebsd-arm@freebsd.org; Fri, 24 May 2024 09:14:30 -0700 (PDT) (envelope-from fbsd) Date: Fri, 24 May 2024 09:14:29 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Git dumping core running fsck --full Message-ID: List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spamd-Bar: - X-Spamd-Result: default: False [-1.10 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.997]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_WWW(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; DMARC_NA(0.00)[zefox.net]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; R_SPF_NA(0.00)[no SPF record] X-Rspamd-Queue-Id: 4Vm98s4QQPz43Mm A Pi2 running armv7 seems to be having trouble with git in /usr/src: git fsck --full Checking object directories: 100% (256/256), done. error: packed 6556488ac8bd92029ac6992fb8c84843666dfabd from .git/objects/pack/pack-5b88c64b27d23cd8320f898701572334cefa7efb.pack is corrupt error: packed 4280d477bcb5fe4e55875e0c32821cf85bc51412 from .git/objects/pack/pack-cf43129499f3e6d2a1da858edf15b0b859a3e140.pack is corrupt error: packed d4d3c521a568d1fb5cba9e60d4bcf039293658ff from .git/objects/pack/pack-a901bf73025d31bb31b1d094399468894e6d65e2.pack is corrupt error: .git/objects/pack/pack-a9bc4b125cf9a61746f3eab01936dadffc1f1f82.pack pack checksum mismatch error: packed ac89032994dc1d67886ed30845a8627957085144 from .git/objects/pack/pack-622f4c94b6da1b07dc8bdfcdc98f7098a87cf87f.pack is corrupt There follows a long list of "pack is corrupt messages, ending with error: packed 0bc27844ec96ee6d9635a02e46ec43b49d4704d3 from .git/objects/pack/pack-622f4c94b6da1b07dc8bdfcdc98f7098a87cf87f.pack is corrupt error: packed ac89032994dc1d67886ed30845a8627957085144 from .git/objects/pack/pack-622f4c94b6da1b07dc8bdfcdc98f7098a87cf87f.pack is corrupt Segmentation fault (core dumped)4627031) The segfault looks like a problem with git; might it be something else? Thanks for reading, bob prohaska