From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from secure.elehost.com (secure.elehost.com [185.209.179.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A7DF3FD1 for ; Thu, 19 Dec 2024 20:46:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.209.179.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734641197; cv=none; b=hL4Tg1mUUhSXwDbZ3ezFwkLwf0aoYUqIQyw+jaQOYgqJQKaVegBTw0cDmkR47audg8X93/JZDTtvk2LlUjuJmhFkwwkP+BixF1FeUfVMBqQ+dLOC59aPbV3hTL8d5erscQND0rAsr2djaRmYvYiMEJ2DiZmyh2a1LnbNL4DeZkA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734641197; c=relaxed/simple; bh=RLkCvyQq7Fdvc8vgQWyEJ4LTdmioR2AtpHeh5/cVJU8=; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=X6Sule2yTTry5xFVfXDC5uUE8VeoC90v22R7oa4LbmwkMvkxmvusr8it9pi901XaAUDNMJWNOtuY98TaZ0HFP5suiluaJs344IHoBbKLqpzY7gH7LVDGWQ4nSgIXqEg7VHr+Ef1j+FJO3i+ArXEDQjejDpirFXrMXmrTISKUyeA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nexbridge.com; spf=pass smtp.mailfrom=nexbridge.com; arc=none smtp.client-ip=185.209.179.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nexbridge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nexbridge.com X-Virus-Scanned: Debian amavisd-new at secure.elehost.com Received: from Mazikeen (pool-99-228-67-183.cpe.net.cable.rogers.com [99.228.67.183]) (authenticated bits=0) by secure.elehost.com (8.15.2/8.15.2/Debian-22ubuntu3) with ESMTPSA id 4BJKkOqR2302779 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 20:46:25 GMT Reply-To: From: To: "'Patrick Steinhardt'" Cc: "'Junio C Hamano'" , References: <00ad01db5017$aa9ce340$ffd6a9c0$@nexbridge.com> <010a01db508a$4544d750$cfce85f0$@nexbridge.com> <015901db50b5$e3a7f6e0$aaf7e4a0$@nexbridge.com> In-Reply-To: Subject: RE: [ANNOUNCE] Git v2.48.0-rc0 Date: Thu, 19 Dec 2024 15:46:20 -0500 Organization: Nexbridge Inc. Message-ID: <00ca01db5257$12708d00$3751a700$@nexbridge.com> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFEfEaRNrZ6uu0wI6oVXmgPkoCy2gI/zh74AaCMqnQBl78GqAGqkn5VArNI4yqzyySw4IAB4IoA Content-Language: en-ca On December 18, 2024 11:07 AM, I wrote: >On December 18, 2024 1:57 AM, Patrick Steinhardt wrote: >>On Tue, Dec 17, 2024 at 02:00:01PM -0500, rsbecker@nexbridge.com wrote: >>> On December 17, 2024 8:48 AM, I wrote: >>> >This is on the latest OS version of NonStop x86. The test is done >>> >via the >>> >following: >>> >With OpenSSL 3.4 The T0625 is Expat. >>> > >>> >When run as follows: >>> >GIT_TEST_DEFAULT_REF_FORMAT=reftable GIT_TEST_CLONE_2GB=true >>> >/usr/coreutils/bin/make -k test V=1 CFLAGS="-g -O2 -Winline >>> >-I/usr/local- ssl3.4/include -I/usr/coreutils/include >>> -I/usr/tandem/xml/T0625L01_AAE/include" >>> >LDFLAGS="/usr/coreutils/lib/libz.a >>> >-L/usr/local-ssl3.4/lib -L/usr/coreutils/lib >>> -L/usr/tandem/xml/T0625L01_AAE/lib" >>> >TEST_LINT= SHELL=/usr/coreutils/bin/bash >>> > >>> >The results are: >>> >*** t0000-basic.sh *** >>> >error: cannot run git init >>> >Makefile:77: recipe for target 't0000-basic.sh' failed >>> >make[2]: *** [t0000-basic.sh] Error 1 >>> >*** t0001-init.sh *** >>> >error: cannot run git init >>> >Makefile:77: recipe for target 't0001-init.sh' failed >>> >make[2]: *** [t0001-init.sh] Error 1 >>> >*** t0002-gitfile.sh *** >>> >error: cannot run git init >>> >Makefile:77: recipe for target 't0002-gitfile.sh' failed >>> >make[2]: *** [t0002-gitfile.sh] Error 1 etc for all tests. >>> > >>> >Removing GIT_TEST_DEFAULT_REF_FORMAT=reftable allows the whole test >>> >suite >>> to >>> >pass. >>> > >>> >There are environment size limits (about 32Kb) in bash on the box, >>> >so it is >>> possible a >>> >boundary was crossed internal to the test setup. >>> >>> I did find this, in t0000-basic: >>> not ok 69 - init with GIT_DEFAULT_REF_FORMAT=reftable >> >>You mean t0001-init.sh, right? >> >>> but have no more details. When should I break in gdb to get a backtrace? >> >>Can you please run that test with "-ix" and post the logs? > >All tests, actually. > >$ GIT_TEST_DEFAULT_REF_FORMAT=reftable GIT_TEST_CLONE_2GB=true sh t0000- >basic.sh --verbose -i -x >error: reftable: transaction prepare: out of memory >error: cannot run git init Any updates or hypothesis on this? Our test system has loads of memory - I cannot figure out where the allocation failure takes place. There is a limit to how much memory can be allocated, but it is very high and our virtual memory is extensive, but this is a 32-bit build. --Randall