https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207464

dustinw...@ebureau.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Many People

--- Comment #2 from dustinw...@ebureau.com ---
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 on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to