From nobody Sun Jul 23 15:29:35 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 4R86fS4N6Qz4nlGq for ; Sun, 23 Jul 2023 15:29:36 +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 4R86fS3MTXz3Chm for ; Sun, 23 Jul 2023 15:29:36 +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=1690126176; 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=+9J+KzdChDbqDKBh5EcwTSC8O73JNHKQbFaGQs6Q64U=; b=UxNWx05oIKI6jywDocOCWioJniW328iQd7XMwpY/0WVdVQvtijcNxqnGaRj2om8itQC5mH eHyOb2lrk972C1qtboHU8OgTwczdPdlS2lEpy04ilub5KSQXsy3SlsiiRAHW+2wQnczWo4 YxqpLKrBxjUfoSCximZCkvJxdE5OoZST0e+gjSS29nB5A30UOyJMZNFvsK2E6IWd3hzFMC hBHwka5Z4IfIiAfrH/Gl8s4to37UY5YLVl/BE2IEsw290WT4P09w/0msXjzZGOc5u+2YCK sRixxNG5liRBIRrxvjK3AIeyL4ixrPk8mpw9YxztoxTPJN8Em/OqMWIQzp8EJw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1690126176; a=rsa-sha256; cv=none; b=bUqW11a67mW+FYHYLD1sLbD5ddNyKPNxJzCFX3iYZKTY4vfYKH4SJJLRZzqmSRsym1vabU OcdHQYbGYpkj+Rg3Z4mtqyb6dkPHdeJxcycKuHI1oPK20eGoi7HCOE2zxRBHkjjMEQDngj m+DZ3g3v+QTPLLyoFhUWDcgdeojyDWgdRbq2pHiirx1mLDd/zZHfR064glyCSLOV2O6sWA 6+Nj505RbG8AjH67ExA7PxfFurm1hi87lGZkDllYVGwF+JYxrdNFM/IiwEcct8RSl32aPY Zox0PoZpw0HPHmoy4K7HPlUOARaXZlBVenPakwmO3agGUdV8QBbAKJVKc4Vp+w== 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 4R86fS2MF8zhW6 for ; Sun, 23 Jul 2023 15:29:36 +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 36NFTa8I051592 for ; Sun, 23 Jul 2023 15:29:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 36NFTaqb051591 for bugs@FreeBSD.org; Sun, 23 Jul 2023 15:29:36 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 192839] Duplicate entries in an mtree file cause nmtree to coredump Date: Sun, 23 Jul 2023 15:29:35 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: felix.dietrich+freebsd-bugtracker@sperrhaken.name 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=3D192839 Felix Dietrich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felix.dietrich+freebsd-bugt | |racker@sperrhaken.name --- Comment #6 from Felix Dietrich --- I am unable to reproduce the core dump with the provided examples: The example of comment #1 yields (the =E2=80=9C-E=E2=80=9D to exclude a tag= should presumably have been a =E2=80=9C-e=E2=80=9D to not complain about files not in the spe= cification) : nmtree: no parent node nmtree: failed at line 6 of the specification For the example in comment #3 only the line number in the output differs: nmtree: no parent node nmtree: failed at line 4 of the specification A slight modification to the example found in comment #1 (specifying the default type to be =E2=80=9Cdir=E2=80=9D) /set type=3Ddir . duplicate_entry .. duplicate_entry .. .. yields, on an empty root directory, the following: ./dup missing (directory not created: user not specified) --=20 You are receiving this mail because: You are the assignee for the bug.=