From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9DUe-00008w-Gn for qemu-devel@nongnu.org; Tue, 22 Nov 2016 11:00:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9DUb-0003aD-EX for qemu-devel@nongnu.org; Tue, 22 Nov 2016 11:00:24 -0500 Received: from mail-it0-x241.google.com ([2607:f8b0:4001:c0b::241]:36218) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c9DUb-0003a6-9S for qemu-devel@nongnu.org; Tue, 22 Nov 2016 11:00:21 -0500 Received: by mail-it0-x241.google.com with SMTP id n68so2270990itn.3 for ; Tue, 22 Nov 2016 08:00:21 -0800 (PST) In-Reply-To: <9778d011-389e-7136-ad79-f1794a34c3b2@redhat.com> References: <673F175E-AF65-4F4F-9895-C7335A36AC29@gmail.com> <8b136de6-490a-d194-b7a6-eabfb87daf2c@redhat.com> <16AF327F-E1FE-4F2E-9919-A474276474FF@gmail.com> <182f25fb-98bd-73db-62f3-ff18b30a49cd@redhat.com> <3c5fdd4e-da35-46d9-9c64-a1a269f41646@redhat.com> <87twaz3k2h.fsf@dusky.pond.sub.org> <5D55FA50-F411-4FB5-9E44-9F896328BB25@gmail.com> <9778d011-389e-7136-ad79-f1794a34c3b2@redhat.com> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7ECE058F-3C6D-4D60-B797-513ACE6CE851@gmail.com> Content-Transfer-Encoding: 7bit From: G 3 Date: Tue, 22 Nov 2016 11:00:16 -0500 Subject: [Qemu-devel] check-qjson failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Markus Armbruster , Paolo Bonzini , qemu-devel qemu-devel On Nov 22, 2016, at 10:13 AM, Eric Blake wrote: > On 11/22/2016 09:02 AM, G 3 wrote: >> >> I did run make check. It fails here: >> >> GTESTER tests/check-qjson >> qobject/qjson.c:69: failed assertion `obj != NULL' >> GTester: last random seed: R02S40df2b0a1486871a176bb83135c07c90 >> make: *** [/Users/john/desktop/qemu-2.0.0/tests/Makefile:343: >> check-tests/check-qjson] Error 1 > > That sounds like an independent failure; can you run 'gdb > tests/check-qjson' and get a backtrace for that (perhaps in a new > thread, since fixing it is different than this thread on > improving/eliminating qobject_from_json[fv])? > >> >> check-qga isn't run. > > 'make check -k' will let it run, rather than giving up early on the > first test failure of any earlier test. Here is the backtrace for check-qjson: #0 0x90047dac in kill () #1 0x9012d7b4 in abort () #2 0x000062fc in __eprintf (string=, expression=, line=, filename=) at ../../../libgcc/libgcc2.c:2116 #3 0x00008db8 in qobject_from_jsonf (string=0x10150 "%qd") at qobject/qjson.c:69 #4 0x000040ac in vararg_number () at tests/check-qjson.c:978 #5 0x0026ad74 in g_test_run_suite_internal () #6 0x0026af74 in g_test_run_suite_internal () #7 0x0026af74 in g_test_run_suite_internal () #8 0x0026b0e4 in g_test_run_suite () #9 0x0026b140 in g_test_run () #10 0x00006298 in main (argc=1, argv=0xbffff80c) at tests/check- qjson.c:1504