From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20997 invoked by alias); 18 Aug 2014 06:02:05 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 20984 invoked by uid 89); 18 Aug 2014 06:02:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Aug 2014 06:02:02 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1XJG10-0000fu-8q from Yao_Qi@mentor.com ; Sun, 17 Aug 2014 23:01:58 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 17 Aug 2014 23:01:58 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.2.247.3; Sun, 17 Aug 2014 23:01:57 -0700 Message-ID: <53F195E8.6080307@codesourcery.com> Date: Mon, 18 Aug 2014 06:02:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Subject: Re: --with-babeltrace generates many FAILs References: <20140816204614.GA7000@host2.jankratochvil.net> In-Reply-To: <20140816204614.GA7000@host2.jankratochvil.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00059.txt.bz2 On 08/17/2014 04:46 AM, Jan Kratochvil wrote: > since 65c749e7c049f9bf944c5fbe9e727b7a8b4ccc7c (Fix build/17104) babeltrace > got enabled for me but now I get many new FAILs in testsuites, such as for > gdb.trace/actions.exp: > (gdb) target ctf .../gdb/testsuite/gdb.trace/actions.ctf > [error] Invalid CTF stream: content size is smaller than packet headers. > [error] Stream index creation error. > [error] Open file stream error. > [warning] [Context] Cannot open_trace of format ctf at path .../gdb/testsuite/gdb.trace/actions.ctf. > Unable to use libbabeltrace on directory ".../gdb/testsuite/gdb.trace/actions.ctf" > (gdb) PASS: gdb.trace/actions.exp: change to ctf target > info tracepoints 1 > No tracepoint matching '1'. > (gdb) info tracepoints 2 > No tracepoint matching '2'. > (gdb) info tracepoints 3 > No tracepoint matching '3'. > (gdb) FAIL: gdb.trace/actions.exp: ctf: tracepoint on gdb_c_test > FAIL: gdb.trace/actions.exp: ctf: tracepoint on gdb_asm_test > FAIL: gdb.trace/actions.exp: ctf: tracepoint on gdb_recursion_test 0 > testcase ./gdb.trace/actions.exp completed in 2 seconds > > Tested with libbabeltrace-1.2.1-2.fc21.x86_64. > Tested on Fedora 21pre x86_64 (but it looks the same on Fedora 20 x86_64). > > I sure can start debugging it but only if you have some idea. Jan, I'll take a look today or tomorrow. -- Yao (齐尧)