This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Failures on Fedora-x86_64-cxx-build-m64, branch master


Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cxx-build-m64/builds/1345>

Commit(s) tested:
	0735fdddbc086291f6d2357e8fa57e5df6095e89

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix out of boundary access in pass_in_v

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 0735fdddbc086291f6d2357e8fa57e5df6095e89>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

 DEF_VEC_O (btrace_block_s);
 ^
../../../binutils-gdb/gdb/gdbserver/../common/btrace-common.h: In function void VEC_btrace_block_s_safe_grow(VEC_btrace_block_s**, int, const char*, unsigned int):
../../../binutils-gdb/gdb/gdbserver/../common/gdb_assert.h:42:24: error: internal_error was not declared in this scope
     function, assertion)
                        ^
../../../binutils-gdb/gdb/gdbserver/../common/vec.h:395:25: note: in expansion of macro gdb_assert_fail
   ((void)((expr) ? 0 : (gdb_assert_fail (op, file_, line_, \
                         ^
../../../binutils-gdb/gdb/gdbserver/../common/vec.h:1078:3: note: in expansion of macro vec_assert
   vec_assert (size_ >= 0 && VEC_OP(T,length) (*vec_) <= (unsigned)size_,  \
   ^
../../../binutils-gdb/gdb/gdbserver/../common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O
 DEF_VEC_ALLOC_FUNC_O(T)         \
 ^
../../../binutils-gdb/gdb/gdbserver/../common/btrace-common.h:50:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (btrace_block_s);
 ^
Makefile:471: recipe for target 'ax-ipa.o' failed
make[4]: *** [ax-ipa.o] Error 1
In file included from ../../../binutils-gdb/gdb/gdbserver/server.h:22:0,
                 from ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:19:
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: At global scope:
../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:62:26: error: expected initializer before _GL_ATTRIBUTE_FORMAT_PRINTF
 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF
                          ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:64:46: note: in expansion of macro ATTRIBUTE_PRINTF
 static void trace_vdebug (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
                                              ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:71:0,
                 from ../../../binutils-gdb/gdb/gdbserver/server.h:22,
                 from ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:19:
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: In function unsigned char* add_traceframe_block(traceframe*, tracepoint*, int):
../../../binutils-gdb/gdb/gdbserver/../common/gdb_assert.h:42:24: error: internal_error was not declared in this scope
     function, assertion)
                        ^
../../../binutils-gdb/gdb/gdbserver/../common/gdb_assert.h:35:6: note: in expansion of macro gdb_assert_fail
     (gdb_assert_fail (#expr, __FILE__, __LINE__, FUNCTION_NAME), 0)))
      ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:2229:3: note: in expansion of macro gdb_assert
   gdb_assert (tframe->tpnum == tpoint->number);
   ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: In function regcache* get_context_regcache(tracepoint_hit_ctx*):
../../../binutils-gdb/gdb/gdbserver/../common/gdb_assert.h:42:24: error: internal_error was not declared in this scope
     function, assertion)
                        ^
../../../binutils-gdb/gdb/gdbserver/../common/gdb_assert.h:35:6: note: in expansion of macro gdb_assert_fail
     (gdb_assert_fail (#expr, __FILE__, __LINE__, FUNCTION_NAME), 0)))
      ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:4771:3: note: in expansion of macro gdb_assert
   gdb_assert (regcache != NULL);
   ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: In function int init_named_socket(const char*):
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6854:62: error: warning was not declared in this scope
       warning ("socket creation failed: %s", strerror (errno));
                                                              ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6870:50: error: warning was not declared in this scope
    warning ("unlink failed: %s", strerror (errno));
                                                  ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6874:61: error: warning was not declared in this scope
       warning ("socket %s already exists; overwriting", name);
                                                             ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6880:51: error: warning was not declared in this scope
       warning ("bind failed: %s", strerror (errno));
                                                   ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6888:46: error: warning was not declared in this scope
       warning ("listen: %s", strerror (errno));
                                              ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: In function int gdb_agent_socket_init():
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6904:28: error: xsnprintf was not declared in this scope
         SOCK_DIR, getpid ());
                            ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:6915:40: error: warning was not declared in this scope
       "is writable.", agent_socket_name);
                                        ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c: In function void* gdb_agent_helper_thread(void*):
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7169:45: error: warning was not declared in this scope
    warning ("could not create sync socket\n");
                                             ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7194:30: error: warning was not declared in this scope
          fd, strerror (errno));
                              ^
../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7206:30: error: warning was not declared in this scope
          fd, strerror (errno));
                              ^
Makefile:474: recipe for target 'tracepoint-ipa.o' failed
make[4]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build/gdb/gdbserver'
make[4]: *** [tracepoint-ipa.o] Error 1
Makefile:1502: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build/gdb'
Makefile:1142: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build/gdb'
Makefile:8812: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build'
Makefile:845: recipe for target 'all' failed
make: *** [all] Error 2
============================




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]