From nobody Thu Nov 06 16:38:28 2025 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 4d2SXV403zz655tJ; Thu, 06 Nov 2025 16:37:30 +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 "pelorus.zefox.org", Issuer "pelorus.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4d2SXV114jz3CFv; Thu, 06 Nov 2025 16:37:29 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.18.1/8.18.1) with ESMTPS id 5A6GcSZ2002186 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 6 Nov 2025 08:38:28 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.18.1/8.18.1/Submit) id 5A6GcSQQ002185; Thu, 6 Nov 2025 08:38:28 -0800 (PST) (envelope-from fbsd) Date: Thu, 6 Nov 2025 08:38:28 -0800 From: bob prohaska To: Ronald Klop Cc: freebsd-current@freebsd.org, freebsd-arm@freebsd.org Subject: Re: Arm v7 RPi2 -current unresponsive to debugger escape during buildworld Message-ID: References: <475995705.6919.1762440301455@localhost> 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: <475995705.6919.1762440301455@localhost> X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4d2SXV114jz3CFv On Thu, Nov 06, 2025 at 03:45:01PM +0100, Ronald Klop wrote: > Hi, > > To me it sounds like your machine is overwhelmed by swapping. > > Try -j1 buildworld. In most cases of stoppage the swap use is low, 50 MB or sometimes less. Up to about 6-700MB the machines slow their progress, but keep going and there are no complaints on the console about swap taking too long or insufficient. If there's a connection to swap use, it isn't obvious. It seems to be related more to hours of runtime than swap use. More to the point of my question, if the machine is swap-bound, shouldn't the debugger escape still work? Thanks for writing, bob prohaska