From nobody Mon Oct 23 23:09:05 2023 X-Original-To: fs@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 4SDrV9645zz4ybhM for ; Mon, 23 Oct 2023 23:09:05 +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 4SDrV951CXz3dSl for ; Mon, 23 Oct 2023 23:09:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1698102545; a=rsa-sha256; cv=none; b=KWCsgSs+UyaiKGH0DMXa9lk6cWnO+QiwSB74YBKto1DzjmtS2jrtrEI+9Dyo4VgAe2S3Ul Xnz/xNZmwy5o7WRYAW7iqy1J5iK8W/fj/isDOED2koNofw1hvI4Jci5BoObIr2CvSeI17T Y+S2xNn50eUyWfL5IkN8tKmIhmcSsgw1RLWSvd/qZqwKavsCQ5VSPGxZ16TbunWeQdDS2H R15QVnVsCyR9pJTRS2mArf0zo5AtKV8E/yFovxgfcQA/ZqrVGGFvRZ0yPsaL8EwJxoFxHM DIq/jvB2zfDQxBMmZmzdgf3vohv9cKHRmCHdB6LQlAz2xHHj0rgl+z3hfSjvqQ== 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=1698102545; 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=Ym3KihFB8IjyC0ToomIqiIqr3rXdsFVuhFa+JN/Ss6M=; b=qJCcp+lQOmeNSyloU3J3j4dUfmvLtq1BaLM7XLr70gq+E3Bu+b4mYk3D3lR316bY/iKCfo AXnjslF2HqiYTwHceiEUk9dSqPDhBRzPCopo5kUhGGQ8O1DDeNP64yFO8vFDA4GQ88R8p2 //FozZcuhSu1MUCFWMwaLHAkNb8Bdf3gel04b7TK96hESNUz7maH9cBZbjBMBw+Db05g2r nBoiL0QFjEYXZ71EzkUYGDM5HKxd0usfRkrsskZypsIqEUOSQ0OiTxHj1ml+2b80ubU2HD 7rJuZBJodXoPo22NI7cr3upDJhjk6z8gvA5aClPO1YZTeqXdwwCoyr+Rt6QPIg== 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 4SDrV940NFzykX for ; Mon, 23 Oct 2023 23:09:05 +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 39NN95rN058354 for ; Mon, 23 Oct 2023 23:09:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 39NN95p1058353 for fs@FreeBSD.org; Mon, 23 Oct 2023 23:09:05 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: fs@FreeBSD.org Subject: [Bug 255201] [panic] handle_written_inodeblock: Invalid link count -1 for inodedep Date: Mon, 23 Oct 2023 23:09:05 +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.0-STABLE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mckusick@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255201 Kirk McKusick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mckusick@FreeBSD.org Status|New |Open --- Comment #3 from Kirk McKusick --- I have not been able to reproduce this panic with our existing tests. If you can find a script that will produce this panic let me know and I will track= it down. Note that there has been a fix for this panic message in 14.0, but it fixed a problem that was introduced during the 14.0 development so is not relevant to the 13 releases. --=20 You are receiving this mail because: You are the assignee for the bug.=