public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
@ 2016-08-23 3:57 ` sergiodj+buildbot
2016-08-23 4:39 ` Failures on Debian-i686, " sergiodj+buildbot
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 3:57 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/4174>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-gdbserver-m32/.git/tree/?h=master&id=68258dee77c5338b919ccff9c320abf47ad29099>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail;hb=ade4420>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail.table;hb=ade4420>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files
@ 2016-08-23 4:03 sergiodj+buildbot
2016-08-23 3:57 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch master sergiodj+buildbot
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 4:03 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55 ***
Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Fix PR gdb/20505 - Make vDSO detection work with core files
Loading a core dump that was either generated on a system running
pristine glibc master, or on a Fedora/RHEL system with LD_DEBUG=unused
set in the environment, solib-svr4.c:svr4_current_sos fails to filter
out the vDSO, resulting in:
(gdb) core-file corefile.core^M
[New LWP 2362]^M
warning: Could not load shared library symbols for linux-vdso.so.1.^M
Do you need "set solib-search-path" or "set sysroot"?^M
Core was generated by `build-gdb/gdb/testsuite/outputs/gdb.base/corefile/'.^M
...
The problem is that gdbarch_vsyscall_range does not support core
inferiors at all.
When live debugging, we're finding the vDSO's start address with
auxv/AT_SYSINFO_EHDR, and then we find the vDSO's size by look for the
corresponding mapping, by parsing /proc/PID/maps. When debugging a
core dump, we can also determine the starting address from
auxv/AT_SYSINFO_EHDR. However, we obviously can't read the core
mappings out of the host's /proc. But we can instead look for a
corresponding load segment in the core's bfd.
gdb/ChangeLog:
2016-08-22 Pedro Alves <palves@redhat.com>
PR gdb/20505
* linux-tdep.c (linux_vsyscall_range_raw): For core inferiors,
find the vDSO's start address with AT_SYSINFO_EHDR too, and
determine the vDSO's size by finding the PT_LOAD segment that
matches AT_SYSINFO_EHDR.
gdb/testsuite/ChangeLog:
2016-08-22 Pedro Alves <palves@redhat.com>
PR gdb/20505
* gdb.base/vdso-warning.exp: Test core dumps too. Use
with_test_prefix. Factor out bits to ...
(test_no_vdso): ... this new procedure.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-i686, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
2016-08-23 3:57 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch master sergiodj+buildbot
@ 2016-08-23 4:39 ` sergiodj+buildbot
2016-08-23 5:02 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 4:39 UTC (permalink / raw)
To: gdb-testers
Buildslave:
wildebeest-debian-wheezy-i686
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-i686/builds/4004>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-i686/.git/tree/?h=master&id=3c579362af58895b92cff53f7232dd60abb13a2d>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686/xfails/master/xfail;hb=b49a91b>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686/xfails/master/xfail.table;hb=b49a91b>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
2016-08-23 3:57 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch master sergiodj+buildbot
2016-08-23 4:39 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-08-23 5:02 ` sergiodj+buildbot
2016-08-23 8:21 ` Failures on Fedora-i686, " sergiodj+buildbot
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 5:02 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/4195>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-extended-gdbserver-m64/.git/tree/?h=master&id=e9877b57e6f69e7aebbcb41ae7179697fe7d11ab>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail;hb=4e08b9c>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=4e08b9c>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (3 preceding siblings ...)
2016-08-23 8:21 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2016-08-23 8:21 ` sergiodj+buildbot
2016-08-23 9:00 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 8:21 UTC (permalink / raw)
To: gdb-testers
Buildslave:
debian-jessie-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2821>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-s390x-native-extended-gdbserver-m64/.git/tree/?h=master&id=63639ecebf956da5b8fa2d99f6d97d0f3949f287>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: core-file #2
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail;hb=9112d6c>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=9112d6c>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-i686, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (2 preceding siblings ...)
2016-08-23 5:02 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 8:21 ` sergiodj+buildbot
2016-08-23 8:21 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 8:21 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/4187>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-i686/.git/tree/?h=master&id=0e9b0e68d98514c4e23143e91637190fec258f7f>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-i686/xfails/master/xfail;hb=3ad65e7>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-i686/xfails/master/xfail.table;hb=3ad65e7>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (4 preceding siblings ...)
2016-08-23 8:21 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 9:00 ` sergiodj+buildbot
2016-08-23 9:09 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 9:00 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu-aarch64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/361>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Ubuntu-AArch64-native-gdbserver-m64/.git/tree/?h=master&id=47f02e82f07d6b2a723d2b46d8ec6a0f0f34fe4a>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/info-os.exp: get process list
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail;hb=>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail.table;hb=>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-x86_64-native-extended-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (5 preceding siblings ...)
2016-08-23 9:00 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 9:09 ` sergiodj+buildbot
2016-08-23 9:21 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 9:09 UTC (permalink / raw)
To: gdb-testers
Buildslave:
wildebeest-debian-wheezy-x86_64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-x86_64-native-extended-gdbserver-m64/builds/4036>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-x86_64-native-extended-gdbserver-m64/.git/tree/?h=master&id=f214150c3cdd1f3b468f685f8192bc779df12978>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-x86_64-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-i686-native-extended-gdbserver, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (6 preceding siblings ...)
2016-08-23 9:09 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 9:21 ` sergiodj+buildbot
2016-08-23 9:27 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 9:21 UTC (permalink / raw)
To: gdb-testers
Buildslave:
wildebeest-debian-wheezy-i686
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-i686-native-extended-gdbserver/builds/3987>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-i686-native-extended-gdbserver/.git/tree/?h=master&id=3f2a5c36bdcf8101ddbea55c92c76a58c93efd65>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686-native-extended-gdbserver/xfails/master/xfail;hb=b49a91b>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686-native-extended-gdbserver/xfails/master/xfail.table;hb=b49a91b>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (7 preceding siblings ...)
2016-08-23 9:21 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-08-23 9:27 ` sergiodj+buildbot
2016-08-23 9:52 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 9:27 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-ppc64be-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-gdbserver-m64/builds/4049>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<Error fetching commit ID for 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (8 preceding siblings ...)
2016-08-23 9:27 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 9:52 ` sergiodj+buildbot
2016-08-23 10:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 9:52 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/4198>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-m64/.git/tree/?h=master&id=5245c345eed41c224de5044d55daed6996c4398f>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m64/xfails/master/xfail;hb=3a2f5d5>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m64/xfails/master/xfail.table;hb=3a2f5d5>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (9 preceding siblings ...)
2016-08-23 9:52 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2016-08-23 10:05 ` sergiodj+buildbot
2016-08-23 10:28 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 11:34 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 10:05 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-ppc64le-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/3991>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<Error fetching commit ID for 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (10 preceding siblings ...)
2016-08-23 10:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 10:28 ` sergiodj+buildbot
2016-08-23 11:34 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 10:28 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-ppc64be-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-extended-gdbserver-m64/builds/4057>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<Error fetching commit ID for 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
` (11 preceding siblings ...)
2016-08-23 10:28 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-23 11:34 ` sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 11:34 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-ppc64le-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3978>
Commit(s) tested:
6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/20505 - Make vDSO detection work with core files
Testsuite log (gdb.sum and gdb.log) URL(s):
<Error fetching commit ID for 6bb90213cb7b8e2f3be20f2e46f11f57f0c9ce55>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2016-08-22 21:45 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 4:03 [binutils-gdb] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
2016-08-23 3:57 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch master sergiodj+buildbot
2016-08-23 4:39 ` Failures on Debian-i686, " sergiodj+buildbot
2016-08-23 5:02 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 8:21 ` Failures on Fedora-i686, " sergiodj+buildbot
2016-08-23 8:21 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 9:00 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2016-08-23 9:09 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 9:21 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-08-23 9:27 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-08-23 9:52 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2016-08-23 10:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 10:28 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-23 11:34 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).