diff options
Diffstat (limited to 'results/classifier/gemma3:12b/files/1727259')
| -rw-r--r-- | results/classifier/gemma3:12b/files/1727259 | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1727259 b/results/classifier/gemma3:12b/files/1727259 new file mode 100644 index 000000000..c2fa76a04 --- /dev/null +++ b/results/classifier/gemma3:12b/files/1727259 @@ -0,0 +1,84 @@ + +qemu-io-test 58 segfaults when configured with gcov + +Head is at 3d7196d43bfe12efe98568cb60057e273652b99b + +Steps to re-produce: +1. git clone +./configure --enable-gcov --target-list=ppc64-softmmu +make +cd tests/qemu-iotests + +2. export qemu binary, in my environment +export QEMU_PROG=/home/nasastry/qemu_gcov/ppc64-softmmu/qemu-system-ppc64 + +3. Run test 58 with format qcow2 +./check -qcow2 58 + +QEMU -- "/home/nasastry/qemu_gcov/ppc64-softmmu/qemu-system-ppc64" -nodefaults -machine accel=qtest +QEMU_IMG -- "/home/nasastry/qemu_gcov/qemu-img" +QEMU_IO -- "/home/nasastry/qemu_gcov/qemu-io" --cache writeback -f qcow2 +QEMU_NBD -- "/home/nasastry/qemu_gcov/qemu-nbd" +IMGFMT -- qcow2 (compat=1.1) +IMGPROTO -- file +PLATFORM -- Linux/ppc64le zzfp365-lp1 4.13.0-4.rel.git49564cb.el7.centos.ppc64le +TEST_DIR -- /home/nasastry/qemu_gcov/tests/qemu-iotests/scratch +SOCKET_SCM_HELPER -- /home/nasastry/qemu_gcov/tests/qemu-iotests/socket_scm_helper + +058 1s ... - output mismatch (see 058.out.bad) +--- /home/nasastry/qemu_gcov/tests/qemu-iotests/058.out 2017-10-09 14:09:04.262726912 +0530 ++++ /home/nasastry/qemu_gcov/tests/qemu-iotests/058.out.bad 2017-10-25 15:00:52.037515025 +0530 +@@ -19,16 +19,28 @@ + 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + + == verifying the exported snapshot with patterns, method 1 == +-read 4096/4096 bytes at offset 4096 +-4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +-read 4096/4096 bytes at offset 8192 +-4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) ++./common.rc: line 66: 36255 Segmentation fault (core dumped) ( if [ "${VALGRIND_QEMU}" == "y" ]; then ++ exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++else ++ exec "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++fi ) ++./common.rc: line 66: 36262 Segmentation fault (core dumped) ( if [ "${VALGRIND_QEMU}" == "y" ]; then ++ exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++else ++ exec "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++fi ) + + == verifying the exported snapshot with patterns, method 2 == +-read 4096/4096 bytes at offset 4096 +-4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +-read 4096/4096 bytes at offset 8192 +-4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) ++./common.rc: line 66: 36274 Segmentation fault (core dumped) ( if [ "${VALGRIND_QEMU}" == "y" ]; then ++ exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++else ++ exec "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++fi ) ++./common.rc: line 66: 36282 Segmentation fault (core dumped) ( if [ "${VALGRIND_QEMU}" == "y" ]; then ++ exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++else ++ exec "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@"; ++fi ) + + == verifying the converted snapshot with patterns, method 1 == + read 4096/4096 bytes at offset 4096 +Failures: 058 +Failed 1 of 1 tests + +with out gcov configured this test case is pass. +# ./check -qcow2 58 +QEMU -- "/home/nasastry/qemu/ppc64-softmmu/qemu-system-ppc64" -nodefaults -machine accel=qtest +QEMU_IMG -- "/home/nasastry/qemu/qemu-img" +QEMU_IO -- "/home/nasastry/qemu/qemu-io" --cache writeback -f qcow2 +QEMU_NBD -- "/home/nasastry/qemu/qemu-nbd" +IMGFMT -- qcow2 (compat=1.1) +IMGPROTO -- file +PLATFORM -- Linux/ppc64le zzfp365-lp1 4.13.0-4.rel.git49564cb.el7.centos.ppc64le +TEST_DIR -- /home/nasastry/qemu/tests/qemu-iotests/scratch +SOCKET_SCM_HELPER -- /home/nasastry/qemu/tests/qemu-iotests/socket_scm_helper + +058 0s ... +Passed all 1 tests \ No newline at end of file |