You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After experiencing several unexpected system shutdowns, the ZFS pool appeared to be functioning normally upon system restart. As a precautionary measure, I decided to run zdb -cc to verify data integrity. But the command crashes with a SIGSEGV signal while traversing blocks for checksum verification. The crash occurs during the deadlist processing (dsl_deadlist_close). Before the crash, multiple "error 52" reading errors were encountered on various blocks.
Describe how to reproduce the problem
Run the following command on the affected pool:
sudo zdb -cc zpcachyos
The command initially proceeds with block traversal and verification
Multiple error 52 readings appear
The process eventually crashes with SIGSEGV while processing deadlist
Include any warning/errors/backtraces from the system logs
System information
Describe the problem you're observing
After experiencing several unexpected system shutdowns, the ZFS pool appeared to be functioning normally upon system restart. As a precautionary measure, I decided to run
zdb -cc
to verify data integrity. But the command crashes with a SIGSEGV signal while traversing blocks for checksum verification. The crash occurs during the deadlist processing (dsl_deadlist_close). Before the crash, multiple "error 52" reading errors were encountered on various blocks.Describe how to reproduce the problem
sudo zdb -cc zpcachyos
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: