https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207464
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Many People --- Comment #2 from [email protected] --- Turns out this is quite easy to reproduce. In the following example, the system is booted from a filesystem called "zroot". Running the following three shell commands twice in succession consistently causes a panic, even on 10.3-PRERELEASE r295115M: zfs snapshot zroot@panic ls -d /.zfs/snapshot/panic zfs destroy zroot@panic The "ls -d" operation on the .zfs snapshot is required to cause the panic. It also seems important to do this on a freshly booted system; if many successful snapshot/destroy operations are done, the machine stops being susceptible to the panic. The issue is not particularly timing-sensitive. I can still reproduce even when waiting 5 seconds between operations. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
