[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #11 from Boris Korzun --- (In reply to Mark Millard from comment #9) The problem is still reproducible after the c2a74ca2c3d9ad3465f7cb88ea60907a097fbdbc -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #12 from Mark Millard --- (In reply to Boris Korzun from comment #11) https://ci.freebsd.org/job/FreeBSD-stable-13-amd64-build/ reports for the official builds on the build servers: Last build (#2244), 2 hr 5 min ago Last stable build (#2244), 2 hr 5 min ago Last successful build (#2244), 2 hr 5 min ago Last failed build (#2237), 3 days 6 hr ago Last unstable build (#1532), 8 mo 29 days ago Last unsuccessful build (#2237), 3 days 6 hr ago Last completed build (#2244), 2 hr 5 min ago The successful builds since that last failure are of (increasing time): c2a74ca2c3d9ad3465f7cb88ea60907a097fbdbc (the fix mentioned in #9) d3b97a1ea01233486ddc7693e8a53c59d331c8c2 (more recent commits) d878a66a9a77fc67801000bfab8fa77b2b3faecc 689a5b194435e93baeda7cd132f2a6d1d8fe88eb 640799e5f2d0b09b359ce040bf7cbbcb6f33393d bca262f0f351e3881d478b7a9764c91ccb83c260 7a5de4db8cf1862673f18b8b3b3d524c3847e51e I expect a problem in your environment. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #13 from Boris Korzun --- (In reply to Mark Millard from comment #12) Yep, I don't use an FFS option in my KERNEL. = options FFS # Berkeley Fast Filesystem = The buildkernel process is ok with this option. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #14 from Kirk McKusick --- (In reply to Boris Korzun from comment #13) I just built a 14 kernel without the FFS option and it worked fine. I will try building a 13 kernel without FFS to see if I can reproduce your build failure. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #15 from Kirk McKusick --- (In reply to Boris Korzun from comment #13) My 13 build was successful. Can you please provide you configuration file so I can try building with it. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #16 from Boris Korzun --- Created attachment 238218 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238218&action=edit GENERIC-BUG (In reply to Kirk McKusick from comment #15) Only commented FFS options from GENERIC. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #17 from Kirk McKusick --- (In reply to Boris Korzun from comment #16) Just commenting out FFS from GENERIC builds fine for me. Can you send me the output of your build that shows the error? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #18 from Mark Millard --- (In reply to Boris Korzun from comment #16) src.conf ? make.conf ? Anything else that might contribute to your buildkernel details? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #19 from Mark Millard --- (In reply to Mark Millard from comment #18) Cross checks on work tree status? : git log --oneline --no-color -n 1 git branch --show-current git status -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 263979] [meta] UFS / FFS / GEOM crash (panic) tracking
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263979 --- Comment #20 from Boris Korzun --- (In reply to Mark Millard from comment #18) There're no src.conf and make.conf. root@boris:/usr/src# git log --oneline --no-color -n 1 c2a74ca2c3 (HEAD -> stable/13, origin/stable/13) Fix to b999366aab4e for compilation on i386. root@boris:/usr/src# git branch --show-current stable/13 root@boris:/usr/src# git status On branch stable/13 Your branch is up to date with 'origin/stable/13'. Untracked files: (use "git add ..." to include in what will be committed) sys/amd64/conf/GENERIC-BUG nothing added to commit but untracked files present (use "git add" to track) -- You are receiving this mail because: You are on the CC list for the bug.