Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 08:58:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 245907] fsck_ufs segfaults with gjournal (SU+J)
Message-ID:  <bug-245907-3630-oUgQZrb2mE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245907-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245907-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245907

nvass@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nvass@gmx.com

--- Comment #5 from nvass@gmx.com ---
With the following script you can trigger the problem:

#!/bin/sh
diskfile=3D`mktemp`
truncate -s 10G $diskfile
mdconfig -u 100 -f $diskfile
disk=3D/dev/md100

gjournal load
gjournal label ${disk}

newfs -J ${disk}.journal

yes q | fsdb ${disk}.journal

fsck -p /dev/md100.journal

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245907-3630-oUgQZrb2mE>