On Mon 10 Sep 2018 10:34:20 AM CEST, Kevin Wolf <kw...@redhat.com> wrote: > 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 <be...@igalia.com> > > Thanks, applied to the block branch. > > But can we add the reproducer to some iotests case?
Yup, I just sent it. Berto