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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245907 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=`mktemp` truncate -s 10G $diskfile mdconfig -u 100 -f $diskfile disk=/dev/md100 gjournal load gjournal label ${disk} newfs -J ${disk}.journal yes q | fsdb ${disk}.journal fsck -p /dev/md100.journal -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245907-3630-oUgQZrb2mE>
