From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77163 invoked by alias); 11 Aug 2015 07:24:57 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 77149 invoked by uid 89); 11 Aug 2015 07:24:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 11 Aug 2015 07:24:53 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Tue, 11 Aug 2015 07:24:00 -0000 Subject: Failures on Debian-MIPS-m64, branch master From: sergiodj+buildbot@redhat.com X-GDB-Buildbot: 1 In-Reply-To: <83e97ed023e828a7d924b765661374272c7f7eb4@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2015-q3/txt/msg06458.txt.bz2 Buildslave: debian-jessie-mips-be-1 Full Build URL: Commit(s) tested: 83e97ed023e828a7d924b765661374272c7f7eb4 Author(s) (in the same order as the commits): Pedro Alves Subject: Test for PR18749: problems if whole process dies while (ptrace-) stopped Testsuite log (gdb.sum and gdb.log) URL(s): *** Failed to compiled GDB. *** ============================ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. mkdir -p -- ./etc Configuring in ./etc configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile make[2]: Entering directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/etc' mkdir -p -- ./libdecnumber Configuring in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for mips64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for mips64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wcast-qual... yes checking whether gcc supports -pedantic -Wlong-long... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking size of int... 4 checking size of long... 4 checking for ANSI C header files... (cached) yes checking build system type... mips64-unknown-linux-gnu checking host system type... mips64-unknown-linux-gnu checking target system type... mips64-unknown-linux-gnu checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored dpd checking whether byte ordering is bigendian... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[2]: Entering directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/libdecnumber' source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../binutils-gdb/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../binutils-gdb/libdecnumber -I. -c ../../binutils-gdb/libdecnumber/decNumber.c ../../binutils-gdb/libdecnumber/decNumber.c: In function decSetSubnormal: ../../binutils-gdb/libdecnumber/decNumber.c:7422:13: internal compiler error: Segmentation fault static void decSetSubnormal(decNumber *dn, decContext *set, Int *residue, ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The bug is not reproducible, so it is likely a hardware or OS problem. make[2]: *** [decNumber.o] Error 1 Makefile:193: recipe for target 'decNumber.o' failed make[2]: Leaving directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/libdecnumber' Makefile:6555: recipe for target 'all-libdecnumber' failed make[1]: Leaving directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build' Makefile:846: recipe for target 'all' failed make[1]: *** [all-libdecnumber] Error 2 make: *** [all] Error 2 ============================