From nobody Sat May 13 01:20:48 2023 X-Original-To: bugs@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 4QJ79r721Pz4BhVl for ; Sat, 13 May 2023 01:20:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QJ79r61zMz3yjX for ; Sat, 13 May 2023 01:20:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1683940848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jRS15v2M3x51SyXJROkePj4h3YGYiR0f7MS4ONiSQeQ=; b=dz1RfUB4A35yxbNkxdH8j4fFt/RbvdUmoQgO6Y5Hzk9+iMXFys7kNThBJfJBDdXBkZmq26 LpB4syPQB4RI+EUa0+h6R00+ZdKWnlIed6+4Q9EChCSmiYHLLy/vDbFjJW+zdfjS9NQZOj Oog1kboLjJNeCB0GK9ctcnrU8dpfvMpAR+pHeHB8Y8xQJQc3xs77qnHp3FZTQqQkAXq+nd cApciMMpCStVoUEw1E8NBYrNRcx2xVmhEjF1qBVIRQmGo2T2UQG8mMpM0MUO3fr94sZN3a z/BWKrdKTlOnYMTqdC7uDRV3X2bShVoXGM55Ngp+CoS2duPu3aD4CbsGK5OolA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1683940848; a=rsa-sha256; cv=none; b=HqNj9fDjVCzK7enp2mG0YJbvUMHL82T9D1QXpwv3+19gl/wdAHxgHRuF9VswBSfHMUUmJc uQJREuMargCpoq473EdhUeYyaxhXjNHBxMjatbAtYSiwNCZXGxLeBdSWHkxFJ2AJUrqUlD UyZt9XYXMeWw7KU3GcZ4ij3bisX0+vdTjJEdOwAJqWlTJJ7WxaigowAf0RtnjRlFv7cKwU oXhSuMWikJTYGtNwIsGauLVxA0LQ49u3hf1g+JKt5eu1Cy9/QNK/QuyFuMnfd+lkf273Z4 lufzPr7KIcdZhh9aHhOiYwlhyBNvX68/8dW6lRK3DbrHGHKeEh2Wd3WCRY102g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QJ79r56fpzxSg for ; Sat, 13 May 2023 01:20:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 34D1Km1Z027540 for ; Sat, 13 May 2023 01:20:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 34D1KmaZ027539 for bugs@FreeBSD.org; Sat, 13 May 2023 01:20:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271246] Kernel wired memory leak with repeated netstat Date: Sat, 13 May 2023 01:20:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dave@jetcafe.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271246 --- Comment #27 from Dave Hayes --- That will be impossible since once it does have the problem, I cannot log in and command prompts do not work, as evidenced by previous interactions with= a machine with this bug.=20 If the attached graph doesn't show a problem to you, and nor does the additional idea that the sign of the slope of that graph hasn't changed in = all this time, then I am at a loss as to what will demonstrate this issue to yo= ur opaque standards of "demonstrated".=20 Perhaps if you refrained from treating me like a mushroom and actually explained your reasoning, I might find another way to demonstrate this issu= e.=20 If you don't care at all, I can respect that, but at least tell me that you= do not care. --=20 You are receiving this mail because: You are the assignee for the bug.=