Machine reliably panics at end of zfs receive. The options (-DRp on send, -Fdu on receive) are just what I use when replicating zfs filesystems between my Solaris boxes. Dedup is not enabled on the test filesystems. core.txt file attached. How-To-Repeat: (with pool 'a' already existing - empty or having other filesystems doesn't matter) zfs create a/test zfs snapshot a/test@snap zfs send -DRp a/test@snap > /tmp/test.zfs zfs destroy -r a/test zfs receive -Fdu a < /tmp/test.zfs The same panic occurs if I use a zfs dump from this machine, too: # uname -a SunOS andy 5.11 snv_134 i86pc i386 i86pc Solaris
Responsible Changed From-To: freebsd-bugs->freebsd-fs Over to maintainer(s).
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
(In reply to David Black from comment #0) > core.txt file attached. I don't see an attachment, sorry. With eleven years since the report, the transition to OpenZFS, and so on, we might reasonably assume that this bug was overcome by events. ---- Maybe of interest, the fairly recent linked issue in GitHub: > Panic on zfs receive · Issue #13598 · openzfs/zfs