From nobody Mon Feb 12 18:19:22 2024 X-Original-To: transport@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 4TYXmC2d42z5BHhr for ; Mon, 12 Feb 2024 18:19:23 +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 4TYXmC1bKJz4dcJ for ; Mon, 12 Feb 2024 18:19:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707761963; a=rsa-sha256; cv=none; b=rKv8F/1A3FNjiic/bPaH76vDlWgJjAVpkEyirdcQwLKtRFlvhZ6Oxz8J/Y4dcI1LfR//WC EjXrUl8DKueP6KG9Wds++3f2lbizGtm8ZVmrs5t9r0yanK9R8CLYRYUn5B90YWIrFqNYCl jU2VnMrpsuVrHolZYBp82Hy3TkH1BALdLUYyQiurmwtRxXXeosslNFazyX6YkpRSdvgdjR O6Ks6RaZxGsb8Qr3dEyBQ8oVoO6KkZog0QsQ7Gjwo/86qXccPiKc4JNgFUM7RsC4xr7L2C 1be1/OIqOaoRTLDorjtcn6C1L4rvu2sv+Z990H2549mbsIFjsq3ivOcXv/JqWw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707761963; 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=EVjbVVpNksMWfk+0PUh1GhQcwHNsqqSe6HuqzDi39ac=; b=E5Qxs9NDsR7Xxgzvc6cagCZ/6cQCxfwGLkXUWOOjv8cTRsL47W3VuPsFlhnld3YbfHF2HH ZFsopZGQCCQp/mKdhADHYIZrKj8Q7li8Nr/vZR374FObAlQnwrWJHvRnRZdx/3vybgaJ8h 7SMI8ciHOwKU8wZgXt6NzSli7ZQMQyGyalSuW0SoRcmvTHba8qYyMfCDnuK8HU2AuLK80F Ip9sEjcQuF4cgcYlcXRnnP0PXme8mDQV+wACesvdhVRv3oKjqFe/y2asGNaT5JDDyBQ8PV CYIY7+/0aip4byCPH2Fl6dZD7wQrrYAjydOiGN0MQ0q1Y1apUqCOkUoND+cyVg== 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 4TYXmC0grLzhjh for ; Mon, 12 Feb 2024 18:19:23 +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 41CIJNYV077718 for ; Mon, 12 Feb 2024 18:19:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41CIJN5T077717 for transport@FreeBSD.org; Mon, 12 Feb 2024 18:19:23 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: transport@FreeBSD.org Subject: [Bug 276761] panic: sbsndptr_noadv: sb_mb is NULL Date: Mon, 12 Feb 2024 18:19:22 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vishwin@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: transport@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-transport List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-transport@freebsd.org X-BeenThere: freebsd-transport@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276761 Charlie Li changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vishwin@freebsd.org --- Comment #17 from Charlie Li --- I'm getting this panic whilst simply building ports in poudriere, probably = from regular downloading of source tarballs from IPv4 hosts. Have had to revert = this locally to keep things moving. --=20 You are receiving this mail because: You are the assignee for the bug.=