Am 06.09.2018 um 16:25 hat Alberto Garcia geschrieben: > When a block device is opened with BDRV_O_SNAPSHOT and the > bdrv_append_temp_snapshot() call fails then the error code path tries > to unref the already destroyed 'options' QDict. > > This can be reproduced easily by setting TMPDIR to a location where > the QEMU process can't write: > > $ TMPDIR=/nonexistent $QEMU -drive driver=null-co,snapshot=on > > Signed-off-by: Alberto Garcia <[email protected]>
Thanks, applied to the block branch. But can we add the reproducer to some iotests case? Kevin
