[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on secon
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on second open |
Date: |
Tue, 6 Jun 2017 14:51:09 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 05.06.2017 um 21:58 hat Eric Blake geschrieben:
> Also, I'm seeing a segfault on 68 that exists on current master:
>
> 068 1s ... - output mismatch (see 068.out.bad)
> --- /home/eblake/qemu/tests/qemu-iotests/068.out 2017-06-01
> 17:01:25.113094957 -0500
> +++ 068.out.bad 2017-06-05 14:55:54.140835402 -0500
> @@ -6,6 +6,8 @@
> QEMU X.Y.Z monitor - type 'help' for more information
> (qemu) savevm 0
> (qemu) quit
> +./common.config: line 107: 13333 Segmentation fault (core dumped)
> ( if [ -n "${QEMU_NEED_PID}" ]; then
> + echo $BASHPID > "${QEMU_TEST_DIR}/qemu-${_QEMU_HANDLE}.pid";
> +fi; exec "$QEMU_PROG" $QEMU_OPTIONS "$@" )
> QEMU X.Y.Z monitor - type 'help' for more information
> -(qemu) quit
> -*** done
> +(qemu) *** done
This should be fixed with "qemu/migration: fix the migration bug found
by qemu-iotests case 068".
Kevin
pgpp1O6T23fiE.pgp
Description: PGP signature
- [Qemu-block] [PATCH v3 0/4] more blkdebug tweaks, Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 1/4] qemu-io: Don't die on second open, Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 4/4] blkdebug: Support .bdrv_co_get_block_status, Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 2/4] block: Guarantee that *file is set on bdrv_get_block_status(), Eric Blake, 2017/06/05
- [Qemu-block] [PATCH v3 3/4] block: Simplify use of BDRV_BLOCK_RAW, Eric Blake, 2017/06/05
- Re: [Qemu-block] [Qemu-devel] [PATCH v3 0/4] more blkdebug tweaks, no-reply, 2017/06/05
- Re: [Qemu-block] [PATCH v3 0/4] more blkdebug tweaks, Kevin Wolf, 2017/06/06