Bug 275336 - Processes exiting with SIGSEGV on shutdown on ZFS systems
Summary: Processes exiting with SIGSEGV on shutdown on ZFS systems
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 14.0-RELEASE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-fs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-25 16:37 UTC by Daniel Ponte
Modified: 2024-04-01 05:24 UTC (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ponte 2023-11-25 16:37:31 UTC
When shutting down both two of my machines, I see output like the following on the console:

Waiting (max 60 seconds) for system process `vnlru' to stop... done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining... 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 done
All buffers synced.
newnfs: server 'argon' error: fileid changed. fsid 0:0: expected fileid 0x1e9d81, got 0x2. (BROKEN NFS SERVER OR MIDDLEWARE)
pid 215 (autounmountd), jid 0, uid 0: exited on signal 11 (no core dump - other error)
pid 6323 (mosh-server), jid 0, uid 1001: exited on signal 11 (no core dump - too large)
pid 6615 (tmux), jid 0, uid 1001: exited on signal 11 (no core dump - other error)
pid 10836 (sudo), jid 0, uid 0: exited on signal 11 (no core dump - bad address)
pid 7032 (csh), jid 0, uid 0: exited on signal 11 (no core dump - too large)
pid 6611 (tmux), jid 0, uid 1001: exited on signal 11 (no core dump - other error)
pid 10837 (sudo), jid 0, uid 0: exited on signal 11 (no core dump - bad address)
pid 10789 (tcsh), jid 0, uid 1001: exited on signal 11 (no core dump - other error)
pid 10838 (csh), jid 0, uid 0: exited on signal 11 (no core dump - too large)
pid 7027 (sudo), jid 0, uid 0: exited on signal 11 (no core dump - bad address)
pid 7031 (sudo), jid 0, uid 0: exited on signal 11 (no core dump - bad address)
pid 6624 (tcsh), jid 0, uid 1001: exited on signal 11 (no core dump - other error)
pid 6324 (tcsh), jid 0, uid 1001: exited on signal 11 (no core dump - other error)
Uptime: 9m12s
Khelp module "ertt" can't unload until its refcount drops from 16 to 0.

Ignoring the NFS and ertt messages (the NFS server is the same 14-STABLE build, fwiw), this is only happening on systems that use ZFS. I have seen it on a 14-RELEASE box that uses ZFS root, and on a 14-STABLE ae8387cc818a0d6a2229ee049b671482e1549519 box that uses UFS root, but has ZFS volumes.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2023-11-25 17:55:59 UTC
I've seen this as well...
Comment 2 peter 2023-11-26 09:39:31 UTC
I have the same problem on 14-RELEASE
Comment 3 vova 2024-03-31 14:18:55 UTC
I also have the same problem