This is probably 6696858. The fix is known, but I don't know when it's expected to become available. I have asked the CR's responsible engineer to update it with when the fix is expected.

Lori

On 06/22/09 14:03, Charles Hedrick wrote:
I'm trying to do a simple backup. I did

zfs snapshot -r rp...@snapshot
zfs send -R rp...@snapshot | zfs receive -Fud external/rpool

zfs snapshot -r rp...@snapshot2
zfs send -RI rp...@snapshot1 rp...@snapshot2 | zfs receive -d external/rpool

The receive coredumps
$c
libc_hwcap1.so.1`strcmp+0xec(809ba50, 0, 8044938, 1020)
libzfs.so.1`recv_incremental_replication+0xb57(8088648, 8047430, 2, 8084ca8, 
80841e8, 40)
libzfs.so.1`zfs_receive_package+0x436(8088648, 0, 8047e2b, 2, 8047580, 80476c0)
libzfs.so.1`zfs_receive_impl+0x689(8088648, 8047e2b, 2, 0, 0, 8047c6c)
libzfs.so.1`zfs_receive+0x35(8088648, 8047e2b, 2, 0, 0, 8047d40)
zfs_do_receive+0x172(3, 8047d40, 8047d3c, 807187c)
main+0x2af(4, 8047d3c, 8047d50, feffb7b4)
_start+0x7d(4, 8047e1c, 8047e20, 8047e28, 8047e2b, 0)

I've tried a number of variants to arguments for send and receive, but it 
always coredumps.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to