From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112036 invoked by alias); 11 Jan 2019 06:13:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 111936 invoked by uid 89); 11 Jan 2019 06:13:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:ppc-lin, sk:pypret, sk:ppclin, sk:py-pret X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Jan 2019 06:13:16 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 5325b9bf1ee283c40f076334eb3ea66e1f0a6ade From: gdb-buildbot@sergiodj.net To: Tom Tromey , gdb-patches@sourceware.org In-Reply-To: <5325b9bf1ee283c40f076334eb3ea66e1f0a6ade-master-breakage@gdb-build> Message-Id: Date: Fri, 11 Jan 2019 06:13:00 -0000 X-SW-Source: 2019-01/txt/msg00235.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS' Revision: 5325b9bf1ee283c40f076334eb3ea66e1f0a6ade You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: ubuntu16-aarch64 Full Build URL: Commit(s) tested: 5325b9bf1ee283c40f076334eb3ea66e1f0a6ade Author(s) (in the same order as the commits): Tom Tromey Subject: Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS 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. CXX mips-tdep.o CXX mips64-obsd-tdep.o CXX mipsread.o CXX mn10300-linux-tdep.o CXX mn10300-tdep.o CXX moxie-tdep.o CXX msp430-tdep.o CXX namespace.o CXX nat/aarch64-linux-hw-point.o CXX nat/aarch64-linux.o CXX nat/aarch64-sve-linux-ptrace.o CXX nat/fork-inferior.o CXX nat/linux-namespaces.o CXX nat/linux-osdata.o CXX nat/linux-personality.o CXX nat/linux-procfs.o CXX nat/linux-ptrace.o CXX nat/linux-waitpid.o CXX nbsd-tdep.o CXX nds32-tdep.o CXX nios2-linux-tdep.o CXX nios2-tdep.o CXX nto-tdep.o CXX objc-lang.o CXX objfiles.o CXX obsd-tdep.o CXX observable.o CXX opencl-lang.o CXX or1k-linux-tdep.o CXX or1k-tdep.o CXX osabi.o CXX osdata.o CXX p-exp.o CXX p-lang.o CXX p-typeprint.o CXX p-valprint.o CXX parse.o CXX posix-hdep.o CXX ppc-fbsd-tdep.o CXX ppc-linux-tdep.o CXX ppc-nbsd-tdep.o CXX ppc-obsd-tdep.o CXX ppc-ravenscar-thread.o CXX ppc-sysv-tdep.o CXX ppc64-tdep.o CXX printcmd.o CXX probe.o CXX proc-service.o CXX process-stratum-target.o CXX producer.o CXX progspace-and-thread.o CXX progspace.o CXX prologue-value.o CXX psymtab.o CXX python/py-arch.o CXX python/py-auto-load.o CXX python/py-block.o CXX python/py-bpevent.o CXX python/py-breakpoint.o CXX python/py-cmd.o CXX python/py-continueevent.o CXX python/py-event.o CXX python/py-evtregistry.o CXX python/py-evts.o CXX python/py-exitedevent.o CXX python/py-finishbreakpoint.o CXX python/py-frame.o CXX python/py-framefilter.o CXX python/py-function.o CXX python/py-gdb-readline.o CXX python/py-inferior.o CXX python/py-infevents.o CXX python/py-infthread.o CXX python/py-instruction.o CXX python/py-lazy-string.o CXX python/py-linetable.o CXX python/py-newobjfileevent.o CXX python/py-objfile.o CXX python/py-param.o CXX python/py-prettyprint.o CXX python/py-progspace.o CXX python/py-record-btrace.o CXX python/py-record-full.o CXX python/py-record.o CXX python/py-signalevent.o CXX python/py-stopevent.o g++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Makefile:1641: recipe for target 'python/py-record.o' failed make[2]: *** [python/py-record.o] Error 4 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb' Makefile:8792: recipe for target 'all-gdb' failed make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build' Makefile:849: recipe for target 'all' failed make: *** [all] Error 2 ============================