From nobody Mon Jan 22 15:58:22 2024 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 4TJZdB4Nzjz57gvc for ; Mon, 22 Jan 2024 15:58:22 +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 4TJZdB2hZFz4RRN for ; Mon, 22 Jan 2024 15:58:22 +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=1705939102; 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=o4wU5VgAWJ+P29RSTyza9cOVpP7xcCuUhAjOFCtIBOc=; b=OEa8VRpRfQFReb7W0QuZotk/UUI2/gQRURuPY2Zf66fi33/vg4uvO+CI+Mu97PZLQHpC4G lvn/L0MJDZEg8C9Kgk6PFBWzfvExJP16x36AtbUSVtrGUtaxRcUqUZlpFqKVDnzpCfBwCc qk5gaWQGF75kuK2LqXKAt3RMqmWvOSfZmfQffq/Jv00GBxVHtyLRuFtiPl7RkEoO+Gq5fU WIid0BQlKcdsc5109FJk66n/xB1wglSAJ3Oh1qbdJ5uMh2C6ljqMQSXIlsrxbcNzvq+un3 9AmoW8tkD9ZxS02EzFBhLig7tKsJYCbLbB1mKjfhWvsTBUq3MvI1sxP/SFR2Lw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705939102; a=rsa-sha256; cv=none; b=sHy78ZG/YMGdU2DgoPordGBG+qCkE9fpI9z2JyJfgDf3gogdLIoqs1MrnPMGmw78JytieS bwdjBdTIwzJYsngK4yGwpzCp4oKLfheOu9IGq2+89yot8COJhGnqk+G6DpTk/a9e5/k5AJ yP9eD8XVZuOSKyBZdCCyWg902zZhxrcwfefDLV3rDvq2somqBL9PIUqMIav3o8OWOCdUtX FzhgIMjGfe7QEEi/hM5c6Dlv5f9TA3jdE7UaR9lgD+obo+oD1R3N77HLa+5LG/C9gNZyIq OsGo6HS4plUTkSxenlYPFgYi2sX6YpLTaLbvCsuXFMqpFDfRnLbJg21vCc56Sw== 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 4TJZdB1lXCz17VV for ; Mon, 22 Jan 2024 15:58:22 +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 40MFwMvo045906 for ; Mon, 22 Jan 2024 15:58:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40MFwMU7045905 for bugs@FreeBSD.org; Mon, 22 Jan 2024 15:58:22 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 276517] disklabel(8) crash Date: Mon, 22 Jan 2024 15:58:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276517 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste --- Can you please provide detailed reproduction steps - it is not clear to me = if you are using the partition editor built into the installer, or attempting = to partition the target disk from the command line. Note that BSD diskabels support a maximum of 8 entries, and the 'c' partiti= on has a predefined purpose and isn't available for use. --=20 You are receiving this mail because: You are the assignee for the bug.=