From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6000 invoked by alias); 16 Aug 2014 20:46:23 -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 5988 invoked by uid 89); 16 Aug 2014 20:46:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 16 Aug 2014 20:46:21 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7GKkILu031871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 16 Aug 2014 16:46:18 -0400 Received: from host2.jankratochvil.net (ovpn-116-72.ams2.redhat.com [10.36.116.72]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7GKkE5q001635 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sat, 16 Aug 2014 16:46:17 -0400 Date: Sat, 16 Aug 2014 20:46:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb@sourceware.org Subject: --with-babeltrace generates many FAILs Message-ID: <20140816204614.GA7000@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00057.txt.bz2 Hi Yao, 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