public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error
@ 2016-05-25 18:48 sergiodj+buildbot
2016-05-25 18:50 ` Failures on AIX-POWER7-plain, branch gdb-7.11-branch sergiodj+buildbot
` (13 more replies)
0 siblings, 14 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 18:48 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 136613ef0c6850427317e57be1b644080ff6decb ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 136613ef0c6850427317e57be1b644080ff6decb
Fix PR gdb/19828: gdb -p <process from a container>: internal error
When GDB attaches to a process, it looks at the /proc/PID/task/ dir
for all clone threads of that process, and attaches to each of them.
Usually, if there is more than one clone thread, it means the program
is multi threaded and linked with pthreads. Thus when GDB soon after
attaching finds and loads a libthread_db matching the process, it'll
add a thread to the thread list for each of the initially found
lower-level LWPs.
If, however, GDB fails to find/load a matching libthread_db, nothing
is adding the LWPs to the thread list. And because of that, "detach"
hits an internal error:
(gdb) PASS: gdb.threads/clone-attach-detach.exp: fg attach 1: attach
info threads
Id Target Id Frame
* 1 LWP 6891 "clone-attach-de" 0x00007f87e5fd0790 in __nanosleep_nocancel () at ../sysdeps/unix/syscall-template.S:84
(gdb) FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: info threads shows two LWPs
detach
.../src/gdb/thread.c:1010: internal-error: is_executing: Assertion `tp' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)
FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: detach (GDB internal error)
>From here:
...
#8 0x00000000007ba7cc in internal_error (file=0x98ea68 ".../src/gdb/thread.c", line=1010, fmt=0x98ea30 "%s: Assertion `%s' failed.")
at .../src/gdb/common/errors.c:55
#9 0x000000000064bb83 in is_executing (ptid=...) at .../src/gdb/thread.c:1010
#10 0x00000000004c23bb in get_pending_status (lp=0x12c5cc0, status=0x7fffffffdc0c) at .../src/gdb/linux-nat.c:1235
#11 0x00000000004c2738 in detach_callback (lp=0x12c5cc0, data=0x0) at .../src/gdb/linux-nat.c:1317
#12 0x00000000004c1a2a in iterate_over_lwps (filter=..., callback=0x4c2599 <detach_callback>, data=0x0) at .../src/gdb/linux-nat.c:899
#13 0x00000000004c295c in linux_nat_detach (ops=0xe7bd30, args=0x0, from_tty=1) at .../src/gdb/linux-nat.c:1358
#14 0x000000000068284d in delegate_detach (self=0xe7bd30, arg1=0x0, arg2=1) at .../src/gdb/target-delegates.c:34
#15 0x0000000000694141 in target_detach (args=0x0, from_tty=1) at .../src/gdb/target.c:2241
#16 0x0000000000630582 in detach_command (args=0x0, from_tty=1) at .../src/gdb/infcmd.c:2975
...
Tested on x86-64 Fedora 23. Also confirmed the test passes against
gdbserver with "maint set target-non-stop".
Unfortunately, making GDB add LWPs to the thread list sooner exposes
inefficiencies that in turn result in
gdb.threads/attach-many-short-lived-threads.exp timing out frequently.
Since that testcase is really a contrived use case designed to stress
some aspects of attach/detach and thread listing, not really
representative of real programs, this commit disables the test.
gdb/ChangeLog:
2016-05-25 Pedro Alves <palves@redhat.com>
PR gdb/19828
* linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp
resumed, and add the thread to GDB's thread list.
testsuite/ChangeLog:
2016-05-25 Pedro Alves <palves@redhat.com>
PR gdb/19828
* gdb.threads/clone-attach-detach.c: New file.
* gdb.threads/clone-attach-detach.exp: New file.
* gdb.threads/attach-many-short-lived-threads.exp: Skip.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on AIX-POWER7-plain, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
@ 2016-05-25 18:50 ` sergiodj+buildbot
2016-05-25 19:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
` (12 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 18:50 UTC (permalink / raw)
To: gdb-testers
Buildslave:
aix-power7-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/AIX-POWER7-plain/builds/2384>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/AIX-POWER7-plain/.git/tree/?h=gdb-7.11-branch&id=5a8ed7b7a88c9406d5694880f3bda0f42a49dd93>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 1
PASS -> FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: b end
PASS -> FAIL: gdb.threads/tls.exp: continue to third thread
PASS -> FAIL: gdb.threads/tls.exp: third thread print me
PASS -> FAIL: gdb.threads/tls.exp: continue to synch point
PASS -> FAIL: gdb.threads/tls.exp: threads exited
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
2016-05-25 18:50 ` Failures on AIX-POWER7-plain, branch gdb-7.11-branch sergiodj+buildbot
@ 2016-05-25 19:10 ` sergiodj+buildbot
2016-05-25 19:11 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
` (11 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 19:10 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/3637>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-gdbserver-m64/.git/tree/?h=gdb-7.11-branch&id=5a83d9e4b0b3558d2b651c8a6d62dec22e07d702>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/collection.exp: collect a[b]: start trace experiment
PASS -> FAIL: gdb.trace/collection.exp: collect a[b]: run trace experiment
PASS -> FAIL: gdb.trace/collection.exp: collect a[b]: tfind test frame
PASS -> FAIL: gdb.trace/collection.exp: collect a[b]: got expected value '3'
PASS -> FAIL: gdb.trace/collection.exp: collect a[b]: cease trace debugging
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
2016-05-25 18:50 ` Failures on AIX-POWER7-plain, branch gdb-7.11-branch sergiodj+buildbot
2016-05-25 19:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-25 19:11 ` sergiodj+buildbot
2016-05-25 19:18 ` Failures on Fedora-i686, " sergiodj+buildbot
` (10 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 19:11 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/3645>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-gdbserver-m32/.git/tree/?h=gdb-7.11-branch&id=ab31cfef0309d88ee1a917af042c59530660ac8c>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new FAIL: gdb.base/interrupt.exp: echo data
new FAIL: gdb.base/interrupt.exp: Send Control-C, second time
new FAIL: gdb.base/interrupt.exp: signal SIGINT
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-i686, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (2 preceding siblings ...)
2016-05-25 19:11 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2016-05-25 19:18 ` sergiodj+buildbot
2016-05-25 19:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
` (9 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 19:18 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/3658>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-i686/.git/tree/?h=gdb-7.11-branch&id=5cef4d8eef32a64be1578bbc6afaad72206d4270>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (3 preceding siblings ...)
2016-05-25 19:18 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2016-05-25 19:23 ` sergiodj+buildbot
2016-05-25 19:23 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (8 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 19:23 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/3643>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-extended-gdbserver-m32/.git/tree/?h=gdb-7.11-branch&id=dc985d364dc7509d17bc895602eb56d41bee2eab>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-x86_64-m32, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (4 preceding siblings ...)
2016-05-25 19:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2016-05-25 19:23 ` sergiodj+buildbot
2016-05-25 20:44 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
` (7 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 19:23 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/3649>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-m32/.git/tree/?h=gdb-7.11-branch&id=cea25a4e20da0f999176d2f07f04ed77157cc21f>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/interrupt.exp: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Debian-i686-native-extended-gdbserver, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (5 preceding siblings ...)
2016-05-25 19:23 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2016-05-25 20:44 ` sergiodj+buildbot
2016-05-25 20:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
` (6 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 20:44 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/3539>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-i686-native-extended-gdbserver/.git/tree/?h=gdb-7.11-branch&id=8d8e804c7da8b7d770ca965760e5e6765b6610e8>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (6 preceding siblings ...)
2016-05-25 20:44 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-05-25 20:54 ` sergiodj+buildbot
2016-05-25 21:01 ` Failures on Debian-i686, " sergiodj+buildbot
` (5 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 20:54 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3217>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=50e2c37dcc26cbfdca408a6a6e1e0285d434a5d9>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Debian-i686, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (7 preceding siblings ...)
2016-05-25 20:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2016-05-25 21:01 ` sergiodj+buildbot
2016-05-26 0:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
` (4 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 21:01 UTC (permalink / raw)
To: gdb-testers
Buildslave:
wildebeest-debian-wheezy-i686
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-i686/builds/3558>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-i686/.git/tree/?h=gdb-7.11-branch&id=86b4a7e5ad59cd27eab93ca126b36cfeb404df0d>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/longjmp.exp: next over patt3
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Debian-s390x-native-extended-gdbserver-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (8 preceding siblings ...)
2016-05-25 21:01 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-05-26 0:18 ` sergiodj+buildbot
2016-05-26 17:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
` (3 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-26 0:18 UTC (permalink / raw)
To: gdb-testers
Buildslave:
debian-wheezy-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2362>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Debian-s390x-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.11-branch&id=51e32d036506a1a4b52fad9b00771fc08d52fc92>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (9 preceding siblings ...)
2016-05-26 0:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-26 17:08 ` sergiodj+buildbot
2016-05-26 17:12 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
` (2 subsequent siblings)
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-26 17:08 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-ppc64be-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/3591>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.11-branch&id=dac330a8e6cbb73296b578ec3333fad361026e94>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (10 preceding siblings ...)
2016-05-26 17:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
@ 2016-05-26 17:12 ` sergiodj+buildbot
2016-05-26 23:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-27 0:21 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-26 17:12 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/3596>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.11-branch&id=37cbb5089ed8d455f2e47fe83d56471b901377b0>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (11 preceding siblings ...)
2016-05-26 17:12 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-26 23:32 ` sergiodj+buildbot
2016-05-27 0:21 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-26 23:32 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/3531>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.11-branch&id=9a47f92c3e54bd217ca3c0c8d898d70543aa3796>
*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.11-branch
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
` (12 preceding siblings ...)
2016-05-26 23:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-27 0:21 ` sergiodj+buildbot
13 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-27 0:21 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/3517>
Commit(s) tested:
136613ef0c6850427317e57be1b644080ff6decb
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19828: gdb -p <process from a container>: internal error
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.11-branch&id=19a13b4116fb5d8aed1de8c3b53b6ce344620806>
*** Diff to previous build ***
============================
new FAIL: gdb.base/commands.exp: continue with watch
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Sync proc_service definition with GLIBC
@ 2016-08-25 17:45 sergiodj+buildbot
2016-08-25 20:48 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 17:45 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 140bf80050b34f0947b34dba93b830ea2bfc5040 ***
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Branch: gdb-7.11-branch
Commit: 140bf80050b34f0947b34dba93b830ea2bfc5040
Sync proc_service definition with GLIBC
GLIBC BZ#20311 [1] proc_service.h install patch also remove 'const'
attributes from ps_get_thread_area and comment #15 discuss why to remove
the const attribute (basically since it a callback with the struct
ps_prochandle owned by the client it should be able to modify it if
it the case).
On default build this is not the issue and current g++ does not trigger
any issue with this mismatch declaration. However, on some bootstrap
build configuration where gdbserver is build with gcc instead this
triggers:
error: conflicting types for 'ps_get_thread_area'
This patch fixes it by syncing the declaration with GLIBC.
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=20311
gdb/ChangeLog:
2016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* aarch64-linux-nat.c (ps_get_thread_area): Remove const from
struct ps_prochandle.
* amd64-linux-nat.c (ps_get_thread_area): Likewise.
* arm-linux-nat.c (ps_get_thread_area): Likewise.
* gdb_proc_service.h (ps_get_thread_area): Likewise.
* i386-linux-nat.c (ps_get_thread_area): Likewise.
* m68klinux-nat.c (ps_get_thread_area): Likewise.
* mips-linux-nat.c (ps_get_thread_area): Likewise.
* nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
* nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
* xtensa-linux-nat.c (ps_get_thread_area): Likewise.
gdb/gdbserver/ChangeLog:
2016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
PR server/20491
* gdb_proc_service.h (ps_get_thread_area): Remove const from struct
ps_prochandle.
* linux-aarch64-low.c (ps_get_thread_area): Likewise.
* linux-arm-low.c (ps_get_thread_area): Likewise.
* linux-crisv32-low.c (ps_get_thread_area): Likewise.
* linux-m68k-low.c (ps_get_thread_area): Likewise.
* linux-mips-low.c (ps_get_thread_area): Likewise.
* linux-nios2-low.c (ps_get_thread_area): Likewise.
* linux-tic6x-low.c (ps_get_thread_area): Likewise.
* linux-x86-low.c (ps_get_thread_area): Likewise.
* linux-xtensa-low.c (ps_get_thread_area): Likewise.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-08-25 17:45 [binutils-gdb/gdb-7.11-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
@ 2016-08-25 20:48 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 20:48 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3708>
Commit(s) tested:
140bf80050b34f0947b34dba93b830ea2bfc5040
Author(s) (in the same order as the commits):
Adhemerval Zanella <adhemerval.zanella@linaro.org>
Subject:
Sync proc_service definition with GLIBC
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=82132ed3bb887a1b0b470264bd306e326ab9f526>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/catch-syscall.exp: mid-vfork: syscall vfork has returned
PASS -> FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint.exp: kill all one
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 0
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 1
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 2
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 3
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 4
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 5
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 6
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 7
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 8
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 10
PASS -> FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: kill all one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 0
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 1
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 2
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 3
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 4
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 5
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 6
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 7
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 8
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 10
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end
============================
*** Complete list of XFAILs for this builder ***
FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.1.DATE-git.
@ 2016-06-01 1:18 sergiodj+buildbot
2016-06-01 2:18 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-06-01 1:18 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT d03dfbf66983602a4cdb97c37edd54c420ceed40 ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: d03dfbf66983602a4cdb97c37edd54c420ceed40
Bump GDB version number to 7.11.1.DATE-git.
gdb/ChangeLog:
* version.in: Set GDB version number to 7.11.1.DATE-git.
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.11.1.
@ 2016-06-01 0:54 sergiodj+buildbot
2016-06-01 1:31 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-06-01 0:54 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 41d82368c333de4f7ec3fd7734ee683055e8c35c ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 41d82368c333de4f7ec3fd7734ee683055e8c35c
Set GDB version number to 7.11.1.
gdb/ChangeLog:
* version.in: Set GDB version number to 7.11.1.
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Make gdb/linux-nat.c consider a waitstatus pending on the infrun side
@ 2016-05-25 17:52 sergiodj+buildbot
2016-05-25 19:53 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-25 17:52 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT a0de87e7be6a58dfeb9bfb00172dbd975dabb72e ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: a0de87e7be6a58dfeb9bfb00172dbd975dabb72e
Make gdb/linux-nat.c consider a waitstatus pending on the infrun side
Working on the fix for gdb/19828, I saw
gdb.threads/attach-many-short-lived-threads.exp fail once in an
unusual way. Unfortunately I didn't keep debug logs, but it's an
issue similar to what's been fixed in remote.c a while ago --
linux-nat.c was not fetching the pending status from the right place.
gdb/ChangeLog:
2016-05-25 Pedro Alves <palves@redhat.com>
PR gdb/19828
* linux-nat.c (get_pending_status): If the thread reported the
event to the core and it's pending, use the pending status signal
number.
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Add mi-threads-interrupt.exp test (PR 20039)
@ 2016-05-18 14:59 sergiodj+buildbot
2016-05-18 19:06 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-18 14:59 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT cf2cd51217c0b99f5370708cc3932c12a1f4edad ***
Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: gdb-7.11-branch
Commit: cf2cd51217c0b99f5370708cc3932c12a1f4edad
Add mi-threads-interrupt.exp test (PR 20039)
Add a new test for PR 20039. The test spawns new threads, then tries to
interrupt, continue, and interrupt again. This use case was fixed by
commit 5fe966540d6b748f825774868463003700f0c878 in master, but gdb 7.11
is affected (so if you try it on the gdb-7.11-branch right now, the test
will fail).
New in v2, the test now handles mi-async on mode properly. The failure
was specific to mi-async off, but I don't think it's bad to test the
same thing under async on mode. I added a little hack when running in
async mode to work around bug 20045.
I also removed one continue/interrupt pair, as a single one was enough to
trigger the problem.
gdb/testsuite/ChangeLog:
* gdb.mi/mi-threads-interrupt.c: New file.
* gdb.mi/mi-threads-interrupt.exp: New file.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-18 14:59 [binutils-gdb/gdb-7.11-branch] Add mi-threads-interrupt.exp test (PR 20039) sergiodj+buildbot
@ 2016-05-18 19:06 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-18 19:06 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3165>
Commit(s) tested:
cf2cd51217c0b99f5370708cc3932c12a1f4edad
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Add mi-threads-interrupt.exp test (PR 20039)
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=dbc89242cd2cff6b4810881959971ec0bbe7369c>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)
@ 2016-05-17 22:13 sergiodj+buildbot
2016-05-18 3:41 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-17 22:13 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT b5f0db46b3057bcb64243e7da0943717abd6459b ***
Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: gdb-7.11-branch
Commit: b5f0db46b3057bcb64243e7da0943717abd6459b
Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)
When doing -exec-run on a freshly started GDB, the only target on the
target stack at the time the dummy one. When mi_async_p is called to
know whether the run should be async, it queries whether the current
target (dummy) supports async, and the answer is no. The fix is to make
the code query the target that will be used for the run, which is not
necessarily the current target.
No regressions in the gdb.mi directory using the unix, native-gdbserver
and native-extended-gdbserver boards. The test doesn't pass when
forcing maint set target-async off, obviously, since it makes mi-async
have no effect. It doesn't seem like other tests are checking for that
eventuality, so I didn't in the new test.
gdb/ChangeLog:
* mi/mi-main.c (run_one_inferior): Use run target to determine
whether to run async or not.
(mi_cmd_exec_run): Likewise.
gdb/testsuite/ChangeLog:
* gdb.mi/mi-async-run.exp: New file.
* gdb.mi/mi-async-run.c: New file.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-17 22:13 [binutils-gdb/gdb-7.11-branch] Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077) sergiodj+buildbot
@ 2016-05-18 3:41 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-18 3:41 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3158>
Commit(s) tested:
b5f0db46b3057bcb64243e7da0943717abd6459b
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=4effc92e36964683c9d677fbbebb02c14cc5e409>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Use target_terminal_ours_for_output in MI
@ 2016-05-16 21:17 sergiodj+buildbot
2016-05-16 21:47 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-16 21:17 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 7f8e34d8604098e221f342cf162898fb25499900 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 7f8e34d8604098e221f342cf162898fb25499900
Use target_terminal_ours_for_output in MI
The MI code only does output, so leave raw/cooked mode alone, as well
as the SIGINT handler. Restore terminal settings after output, while
at it. Also, a couple events missed calling target_terminal_ours
before output, even.
[Backported to the 7.11 branch by Simon Marchi, as it fixes PR 20039.]
gdb/ChangeLog:
YYYY-MM-DD Pedro Alves <palves@redhat.com>
* mi/mi-interp.c (mi_new_thread): Put
target_terminal_ours_for_output in effect while outputting.
(mi_thread_exit): Use target_terminal_ours_for_output instead of
target_terminal_ours.
(mi_record_changed, mi_inferior_added, mi_inferior_appeared)
(mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
(mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
(mi_breakpoint_created, mi_breakpoint_deleted)
(mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
(mi_command_param_changed, mi_memory_changed)
(report_initial_inferior): Use target_terminal_ours_for_output
instead of target_terminal_ours. Restore terminal settings.
* mi/mi-main.c (mi_execute_command): Use
target_terminal_ours_for_output instead of target_terminal_ours.
Restore terminal settings.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-16 21:17 [binutils-gdb/gdb-7.11-branch] Use target_terminal_ours_for_output in MI sergiodj+buildbot
@ 2016-05-16 21:47 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-16 21:47 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3145>
Commit(s) tested:
7f8e34d8604098e221f342cf162898fb25499900
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Use target_terminal_ours_for_output in MI
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=1a75937cdd5e4da80ee23649b93456cf8aaa4b87>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Fix gdb/python/python.c use-after-free
@ 2016-05-03 11:55 sergiodj+buildbot
2016-05-03 14:09 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 11:55 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 329dec6fc5f2efa83d626583135081b53abe8729 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 329dec6fc5f2efa83d626583135081b53abe8729
Fix gdb/python/python.c use-after-free
Valgrind shows:
==26964== Invalid read of size 1
==26964== at 0x6E14100: __GI_strcmp (strcmp.S:180)
==26964== by 0x6DB55AA: setlocale (setlocale.c:238)
==26964== by 0x4E0455: _initialize_python() (python.c:1731)
==26964== by 0x786731: initialize_all_files() (init.c:319)
==26964== by 0x72EF0A: gdb_init(char*) (top.c:1929)
==26964== by 0x60BCAC: captured_main(void*) (main.c:863)
==26964== by 0x606AD5: catch_errors(int (*)(void*), void*, char*, return_mask) (exceptions.c:234)
==26964== by 0x60C608: gdb_main(captured_main_args*) (main.c:1165)
==26964== by 0x40CAEC: main (gdb.c:32)
==26964== Address 0x81d30a0 is 0 bytes inside a block of size 181 free'd
==26964== at 0x4C29CF0: free (vg_replace_malloc.c:530)
==26964== by 0x6DB5B65: setname (setlocale.c:201)
==26964== by 0x6DB5B65: setlocale (setlocale.c:388)
==26964== by 0x4E037F: _initialize_python() (python.c:1712)
==26964== by 0x786731: initialize_all_files() (init.c:319)
==26964== by 0x72EF0A: gdb_init(char*) (top.c:1929)
==26964== by 0x60BCAC: captured_main(void*) (main.c:863)
==26964== by 0x606AD5: catch_errors(int (*)(void*), void*, char*, return_mask) (exceptions.c:234)
==26964== by 0x60C608: gdb_main(captured_main_args*) (main.c:1165)
==26964== by 0x40CAEC: main (gdb.c:32)
The problem is doing this:
oldloc = setlocale (LC_ALL, NULL);
setlocale (LC_ALL, "");
...
setlocale (LC_ALL, oldloc);
I.e., the second setlocale call frees 'oldloc'.
>From http://pubs.opengroup.org/onlinepubs/9699919799/functions/setlocale.html :
"The returned string pointer might be invalidated or the string
content might be overwritten by a subsequent call to setlocale()."
gdb/ChangeLog:
2016-05-03 Pedro Alves <palves@redhat.com>
PR python/20037
* python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
oldloc.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-03 11:55 [binutils-gdb/gdb-7.11-branch] Fix gdb/python/python.c use-after-free sergiodj+buildbot
@ 2016-05-03 14:09 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 14:09 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3097>
Commit(s) tested:
329dec6fc5f2efa83d626583135081b53abe8729
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix gdb/python/python.c use-after-free
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=bc86bfb3024b075334f4872ed845e7fc5d7cb9a6>
*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Remove gdb/python/python.c code that handles strlen failing with -1
@ 2016-05-03 11:46 sergiodj+buildbot
2016-05-03 13:40 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 11:46 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT aaa3178dfb979f8ec476a326aca273125a1e3ee9 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: aaa3178dfb979f8ec476a326aca273125a1e3ee9
Remove gdb/python/python.c code that handles strlen failing with -1
This makes no sense -- strlen doesn't really ever fail with -1.
gdb/ChangeLog:
2016-05-03 Pedro Alves <palves@redhat.com>
* python/python.c (_initialize_python) [IS_PY3K]: Remove dead
code.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-03 11:46 [binutils-gdb/gdb-7.11-branch] Remove gdb/python/python.c code that handles strlen failing with -1 sergiodj+buildbot
@ 2016-05-03 13:40 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 13:40 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3096>
Commit(s) tested:
aaa3178dfb979f8ec476a326aca273125a1e3ee9
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Remove gdb/python/python.c code that handles strlen failing with -1
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=16d9190fbc03cdba5abd1417306fb80edb2e4b0d>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] [gdb] Fix -Wparentheses warnings
@ 2016-05-03 9:05 sergiodj+buildbot
2016-05-03 9:51 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 9:05 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 386c90348551eb089124d64c9bc6ab17cbefb016 ***
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Branch: gdb-7.11-branch
Commit: 386c90348551eb089124d64c9bc6ab17cbefb016
[gdb] Fix -Wparentheses warnings
2016-05-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
warning.
(find_pc_mapped_section): Likewise.
(list_overlays_command): Likewise.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-05-03 9:05 [binutils-gdb/gdb-7.11-branch] [gdb] Fix -Wparentheses warnings sergiodj+buildbot
@ 2016-05-03 9:51 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 9:51 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/3089>
Commit(s) tested:
386c90348551eb089124d64c9bc6ab17cbefb016
Author(s) (in the same order as the commits):
Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Subject:
[gdb] Fix -Wparentheses warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=2af6c9945509e5b38b4bd1d9a9b5caf1611e8e67>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT
@ 2016-04-16 0:19 sergiodj+buildbot
2016-04-16 2:07 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-16 0:19 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT da611eed9a74de742e9436b6fdd92041b6e9bbf1 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: da611eed9a74de742e9436b6fdd92041b6e9bbf1
MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT
This makes the MIPS Linux backends recognize TRAP_BRKPT and
TRAP_HWBKPT in siginfo.si_code in addition to SI_KERNEL, since Linux
4.6 now reports the finer-grained si_code values too.
Refs:
https://sourceware.org/ml/gdb-patches/2016-02/msg00756.html
https://sourceware.org/ml/gdb-patches/2016-04/msg00090.html
On kernels that report SI_KERNEL (<= 4.5), we'll enter the "ambiguous"
path of save_stop_reason:
if (GDB_ARCH_IS_TRAP_BRKPT (siginfo.si_code)
&& GDB_ARCH_IS_TRAP_HWBKPT (siginfo.si_code))
{
/* The si_code is ambiguous on this arch -- check debug
registers. */
if (!check_stopped_by_watchpoint (lp))
lp->stop_reason = TARGET_STOPPED_BY_SW_BREAKPOINT;
}
while on kernels that report the finer-grained si_code values (>= 4.6),
we'll enter the corresponding branches:
else if (GDB_ARCH_IS_TRAP_BRKPT (siginfo.si_code))
{
}
else if (GDB_ARCH_IS_TRAP_HWBKPT (siginfo.si_code))
{
...
gdb/ChangeLog:
2016-04-15 Pedro Alves <palves@redhat.com>
* nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
accept TRAP_BRKPT.
[__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-04-16 0:19 [binutils-gdb/gdb-7.11-branch] MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT sergiodj+buildbot
@ 2016-04-16 2:07 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-16 2:07 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2989>
Commit(s) tested:
da611eed9a74de742e9436b6fdd92041b6e9bbf1
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=fc2724af7fdd1e91f46e21cd753108b6af3c61a7>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Handle MIPS Linux SIGTRAP siginfo.si_code values
@ 2016-04-15 23:43 sergiodj+buildbot
2016-04-16 0:53 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-15 23:43 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 619f36aa006c4263ec17b1d2a73613f840042c16 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 619f36aa006c4263ec17b1d2a73613f840042c16
Handle MIPS Linux SIGTRAP siginfo.si_code values
This unbreaks pending/delayed breakpoints handling, as well as
hardware watchpoints, on MIPS.
Ref: https://sourceware.org/ml/gdb-patches/2016-02/msg00681.html
The MIPS kernel reports SI_KERNEL for all kernel generated traps,
instead of TRAP_BRKPT / TRAP_HWBKPT, but GDB isn't aware of this.
Basically, this commit:
- Folds watchpoints logic into check_stopped_by_breakpoint, and
renames it to save_stop_reason.
- Adds GDB_ARCH_IS_TRAP_HWBKPT.
- Makes MIPS set both GDB_ARCH_IS_TRAP_BRPT and
GDB_ARCH_IS_TRAP_HWBKPT to SI_KERNEL. In save_stop_reason, we
handle the case of the same si_code returning true for both
TRAP_BRPT and TRAP_HWBKPT by looking at what the debug registers
say.
Tested on x86-64 Fedora 20, native and gdbserver.
gdb/ChangeLog:
2016-04-15 Pedro Alves <palves@redhat.com>
* linux-nat.c (save_sigtrap) Delete.
(stop_wait_callback): Call save_stop_reason instead of
save_sigtrap.
(check_stopped_by_breakpoint): Rename to ...
(save_stop_reason): ... this. Bits of save_sigtrap folded here.
Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT. Factor out
common code between the USE_SIGTRAP_SIGINFO and
!USE_SIGTRAP_SIGINFO blocks.
(linux_nat_filter_event): Call save_stop_reason instead of
save_sigtrap.
* nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
si_code for MIPS.
* nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table. Add
comments on MIPS behavior.
(GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
gdb/gdbserver/ChangeLog:
2016-04-15 Pedro Alves <palves@redhat.com>
* linux-low.c (check_stopped_by_breakpoint): Rename to ...
(save_stop_reason): ... this. Use GDB_ARCH_IS_TRAP_HWBKPT and
handle ambiguous GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.
Factor out common code between the USE_SIGTRAP_SIGINFO and
!USE_SIGTRAP_SIGINFO blocks.
(linux_low_filter_event): Call save_stop_reason instead of
check_stopped_by_breakpoint and check_stopped_by_watchpoint.
Update comments.
(linux_wait_1): Update comments.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-04-15 23:43 [binutils-gdb/gdb-7.11-branch] Handle MIPS Linux SIGTRAP siginfo.si_code values sergiodj+buildbot
@ 2016-04-16 0:53 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-16 0:53 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2988>
Commit(s) tested:
619f36aa006c4263ec17b1d2a73613f840042c16
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Handle MIPS Linux SIGTRAP siginfo.si_code values
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=417827fe1ad24e4ca69738cc68b129869b74c055>
*** Regressions found ***
============================
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: check MVCLE record 1
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: check MVCLE record 1
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Fix PR remote/19840: gdb crashes on reverse-stepi
@ 2016-04-13 13:51 sergiodj+buildbot
2016-04-13 16:40 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-13 13:51 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 6b9ef0d488c556339aea7b095ef7a9b6bf6b1af1 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 6b9ef0d488c556339aea7b095ef7a9b6bf6b1af1
Fix PR remote/19840: gdb crashes on reverse-stepi
Reverse debugging against a remote target that does reverse debugging
itself (with the bs/bc packets) always trips on:
(gdb) target remote localhost:...
(gdb) reverse-stepi
../../gdb/target.c:602: internal-error: default_execution_direction: to_execution_direction must be implemented for reverse async
I missed adding a to_execution_direction method to remote.c in commit
3223143295b5 (Adds target_execution_direction to make record targets
support async mode), GDB 7.4 time. Later, GDB 7.8 switched to
target-async on by default, making the regression user-visible by
default too.
Fix is simply to add the missing to_execution_direction implementation
to target remote.
Tested by Andi Kleen against Simics.
gdb/ChangeLog:
2016-04-13 Pedro Alves <palves@redhat.com>
PR remote/19840
* remote.c (struct remote_state) <last_resume_exec_dir>: New
field.
(new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
(remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
(remote_resume): Store the last execution direction.
(remote_execution_direction): New function.
(init_remote_ops): Install it as to_execution_direction target_ops
method.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-04-13 13:51 [binutils-gdb/gdb-7.11-branch] Fix PR remote/19840: gdb crashes on reverse-stepi sergiodj+buildbot
@ 2016-04-13 16:40 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-13 16:40 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2971>
Commit(s) tested:
6b9ef0d488c556339aea7b095ef7a9b6bf6b1af1
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR remote/19840: gdb crashes on reverse-stepi
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=0777046a8804a7ea992107a60a74485b3a956940>
*** Regressions found ***
============================
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Add regression test for PR gdb/19858 (JIT code registration on attach)
@ 2016-03-31 19:43 sergiodj+buildbot
2016-04-01 0:54 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-31 19:43 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 85af34ee0211eedf8d30a5c44dfc59dddf8b512a ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 85af34ee0211eedf8d30a5c44dfc59dddf8b512a
Add regression test for PR gdb/19858 (JIT code registration on attach)
This test would fail without the previous gdb/jit.c fix:
(gdb) attach 23031
Attaching to program: .../build/gdb/testsuite/outputs/gdb.base/jit/jit-main, process 23031
[...]
207 WAIT_FOR_GDB; i = 0; /* gdb break here 1 */
(gdb) PASS: gdb.base/jit.exp: attach: one_jit_test-2: attach
set var wait_for_gdb = 0
(gdb) PASS: gdb.base/jit.exp: attach: one_jit_test-2: set var wait_for_gdb = 0
info function ^jit_function
All functions matching regular expression "^jit_function":
(gdb) FAIL: gdb.base/jit.exp: attach: one_jit_test-2: info function ^jit_function
gdb/testsuite/ChangeLog:
2016-03-31 Pedro Alves <palves@redhat.com>
PR gdb/19858
* gdb.base/jit-main.c: Include unistd.h.
(ATTACH): Define to 0 if not already defined.
(wait_for_gdb, mypid): New globals.
(WAIT_FOR_GDB): New macro.
(MAIN): Set an alarm. Store the process's pid. Wait for GDB at
some breakpoint locations.
* gdb.base/jit.exp (clean_reattach, continue_to_test_location):
New procedures.
(one_jit_test): Add REATTACH parameter, and handle it. Use
continue_to_test_location.
(top level): Test attach, and adjusts calls to one_jit_test.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-03-31 19:43 [binutils-gdb/gdb-7.11-branch] Add regression test for PR gdb/19858 (JIT code registration on attach) sergiodj+buildbot
@ 2016-04-01 0:54 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-01 0:54 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2884>
Commit(s) tested:
85af34ee0211eedf8d30a5c44dfc59dddf8b512a
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Add regression test for PR gdb/19858 (JIT code registration on attach)
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=b366763f71bad415bba0684d4845e4c60c364beb>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Make gdb.base/jit.exp binaries unique
@ 2016-03-31 19:33 sergiodj+buildbot
2016-04-01 0:17 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-31 19:33 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 89df5d6cce0e91c4b34c7a62ba4a68756a8ed4e7 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 89df5d6cce0e91c4b34c7a62ba4a68756a8ed4e7
Make gdb.base/jit.exp binaries unique
This testcase compiles the same program and library differently
multiple times using the same file names. Make them unique, to make
it easier to debug test problems.
gdb/testsuite/ChangeLog:
2016-03-31 Pedro Alves <palves@redhat.com>
PR gdb/19858
* gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
BINSUFFIX parameter, and handle it.
(top level): Adjust calls compile_jit_test.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-03-31 19:33 [binutils-gdb/gdb-7.11-branch] Make gdb.base/jit.exp binaries unique sergiodj+buildbot
@ 2016-04-01 0:17 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-04-01 0:17 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2883>
Commit(s) tested:
89df5d6cce0e91c4b34c7a62ba4a68756a8ed4e7
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Make gdb.base/jit.exp binaries unique
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=f838f6445cb6b968247fb388bc220949dc7f3ac6>
*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] btrace: fix PR gdb/19829
@ 2016-03-17 11:28 sergiodj+buildbot
2016-03-18 1:32 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-17 11:28 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 2ef34d11f61d79dcb152713aa059051d8cd3295d ***
Author: Markus Metzger <markus.t.metzger@intel.com>
Branch: gdb-7.11-branch
Commit: 2ef34d11f61d79dcb152713aa059051d8cd3295d
btrace: fix PR gdb/19829
This is a backport of
33b4777ca1b7 btrace, frame: fix crash in get_frame_type
a038fa3e14a4 stack: check frame_unwind_caller_id
2f3ef606b912 frame: add skip_tailcall_frames
In skip_artificial_frames we repeatedly call get_prev_frame_always until we get
a non-inline and non-tailcall frame assuming that there must be such a frame
eventually.
For record targets, however, we may have a frame chain that consists only of
artificial frames. This leads to a crash in get_frame_type when dereferencing a
NULL frame pointer.
Change skip_artificial_frames and skip_tailcall_frames to return NULL in such a
case and modify each caller to cope with a NULL return.
In frame_unwind_caller_pc and frame_unwind_caller_arch, we simply assert that
the returned value is not NULL. Their caller was supposed to check
frame_unwind_caller_id before calling those functions.
In other cases, we thrown an error.
In infcmd further move the skip_tailcall_frames call to the forward-stepping
case since we don't need a frame for reverse execution and we don't want to fail
because of that. Reverse-finish does make sense for a tailcall frame.
gdb/
* frame.h (skip_tailcall_frames): New.
* infcmd.c (finish_command): Call skip_tailcall_frames.
* frame.c (skip_artificial_frames): Return NULL if only artificial frames
are found. Update comment.
(frame_pop): Call skip_tailcall_frames.
(frame_unwind_caller_id): Handle NULL return.
(frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
skip_artificial_frames does not return NULL.
(frame_pop): Add an error if only tailcall frames are found.
* infcmd.c (finish_command): Move skip_tailcall_frames call into forward-
execution case. Add an error if only tailcall frames are found.
* stack.c (frame_info): Check frame_unwind_caller_id.
testsuite/
* gdb.btrace/tailcall-only.exp: New.
* gdb.btrace/tailcall-only.c: New.
* gdb.btrace/x86_64-tailcall-only.S: New.
* gdb.btrace/i686-tailcall-only.S: New.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-03-17 11:28 [binutils-gdb/gdb-7.11-branch] btrace: fix PR gdb/19829 sergiodj+buildbot
@ 2016-03-18 1:32 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-18 1:32 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2802>
Commit(s) tested:
2ef34d11f61d79dcb152713aa059051d8cd3295d
Author(s) (in the same order as the commits):
Markus Metzger <markus.t.metzger@intel.com>
Subject:
btrace: fix PR gdb/19829
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=26be1413ba956c4d68f591a47dd88a2931111251>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/async-shell.exp: process stopped
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
PASS -> FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19676: Disable displaced stepping if /proc not mounted
@ 2016-03-15 17:24 sergiodj+buildbot
2016-03-15 18:30 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-15 17:24 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 4e57eb7028442f0e771c815d755b64daf7394e68 ***
Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.11-branch
Commit: 4e57eb7028442f0e771c815d755b64daf7394e68
Fix PR gdb/19676: Disable displaced stepping if /proc not mounted
On GNU/Linux archs that support displaced stepping, if /proc is not
mounted, GDB gets stuck not able to step past breakpoints:
(gdb) c
Continuing.
dl_main (phdr=<optimized out>, phnum=<optimized out>, user_entry=<optimized out>, auxv=<optimized out>) at rtld.c:2163
2163 LIBC_PROBE (init_complete, 2, LM_ID_BASE, r);
Cannot find AT_ENTRY auxiliary vector entry.
(gdb) c
Continuing.
dl_main (phdr=<optimized out>, phnum=<optimized out>, user_entry=<optimized out>, auxv=<optimized out>) at rtld.c:2163
2163 LIBC_PROBE (init_complete, 2, LM_ID_BASE, r);
Cannot find AT_ENTRY auxiliary vector entry.
(gdb)
That's because GDB can't figure out where the scratch pad is.
This is a regression introduced by the earlier changes to make the
Linux native target always work in non-stop mode.
This commit makes GDB detect the case and fallback to stepping over
breakpoints in-line.
gdb/ChangeLog:
2016-03-15 Pedro Alves <palves@redhat.com>
PR gdb/19676
* infrun.c (displaced_step_prepare): Also disable displaced
stepping on NOT_SUPPORTED_ERROR.
* linux-tdep.c (linux_displaced_step_location): If reading auxv
fails, throw NOT_SUPPORTED_ERROR instead of generic error.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-03-15 17:24 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19676: Disable displaced stepping if /proc not mounted sergiodj+buildbot
@ 2016-03-15 18:30 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-03-15 18:30 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2775>
Commit(s) tested:
4e57eb7028442f0e771c815d755b64daf7394e68
Author(s) (in the same order as the commits):
Pedro Alves <palves@redhat.com>
Subject:
Fix PR gdb/19676: Disable displaced stepping if /proc not mounted
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=bbd59725eae57bc8dfd7e072cbb62e68b30c17b0>
*** Regressions found ***
============================
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.0.DATE-git.
@ 2016-02-24 10:31 sergiodj+buildbot
2016-02-24 11:24 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-24 10:31 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 63a034c19fa2a0c09aeb1ae3575daa57edf19d0c ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 63a034c19fa2a0c09aeb1ae3575daa57edf19d0c
Bump GDB version number to 7.11.0.DATE-git.
gdb/ChangeLog:
* version.in: Set GDB version number to 7.11.0.DATE-git.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-24 10:31 [binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.0.DATE-git sergiodj+buildbot
@ 2016-02-24 11:24 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-24 11:24 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2645>
Commit(s) tested:
63a034c19fa2a0c09aeb1ae3575daa57edf19d0c
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
Bump GDB version number to 7.11.0.DATE-git.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=1588d2c66c9f72f9d3c73eb1cc8005aedaee3031>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'
@ 2016-02-22 16:28 sergiodj+buildbot
2016-02-22 17:11 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-22 16:28 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 3d58f8997229b9045899dd306a47a3c27d03a9fd ***
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Branch: gdb-7.11-branch
Commit: 3d58f8997229b9045899dd306a47a3c27d03a9fd
gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'
After building GDB
--with-python=/usr/bin/python3
and for example stripping ./gdb and running:
./gdb -data-directory data-directory/ -iex "add-auto-load-safe-path $PWD/gdb-gdb.gdb" -iex "add-auto-load-safe-path $PWD/gdb-gdb.
py" ./gdb
I get:
Make breakpoint pending on future shared library load? (y or [n]) [answered N; input not from terminal]
File "/home/jkratoch/redhat/gdb-test-python3/gdb/gdb-gdb.py", line 91
print "Warning: Cannot find enum type_flag_value type."
^
SyntaxError: Missing parentheses in call to 'print'
(top-gdb) q
gdb/ChangeLog
2016-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-22 16:28 [binutils-gdb/gdb-7.11-branch] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print' sergiodj+buildbot
@ 2016-02-22 17:11 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-22 17:11 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2632>
Commit(s) tested:
3d58f8997229b9045899dd306a47a3c27d03a9fd
Author(s) (in the same order as the commits):
Jan Kratochvil <jan.kratochvil@redhat.com>
Subject:
gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=314f36fa5cccf15f6bb3d8b170fa948db1ff0aa3>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Fix cleanup in arm_linux_software_single_step
@ 2016-02-16 14:55 sergiodj+buildbot
2016-02-16 16:16 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-16 14:55 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 523f1dab16b5c8706bbb81c6fdbac741b3fffb19 ***
Author: Yao Qi <yao.qi@linaro.org>
Branch: gdb-7.11-branch
Commit: 523f1dab16b5c8706bbb81c6fdbac741b3fffb19
Fix cleanup in arm_linux_software_single_step
I see the following error in testing aarch64 GDB debugging arm
program.
(gdb) PASS: gdb.reverse/readv-reverse.exp: set breakpoint at marker2
continue
Continuing.
=================================================================
==32273==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x000000ce4c00 in thread T0
#0 0x2ba5615645c7 in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x545c7)^M
#1 0x4be8b5 in VEC_CORE_ADDR_cleanup /home/yao/SourceCode/gnu/gdb/git/gdb/common/gdb_vecs.h:34^M
#2 0x5e6d95 in do_my_cleanups /home/yao/SourceCode/gnu/gdb/git/gdb/common/cleanups.c:154^M
#3 0x64c99a in fetch_inferior_event /home/yao/SourceCode/gnu/gdb/git/gdb/infrun.c:3975^M
#4 0x678437 in inferior_event_handler /home/yao/SourceCode/gnu/gdb/git/gdb/inf-loop.c:44^M
#5 0x5078f6 in remote_async_serial_handler /home/yao/SourceCode/gnu/gdb/git/gdb/remote.c:13223^M
#6 0x4cecfd in run_async_handler_and_reschedule /home/yao/SourceCode/gnu/gdb/git/gdb/ser-base.c:137^M
#7 0x676864 in gdb_wait_for_event /home/yao/SourceCode/gnu/gdb/git/gdb/event-loop.c:834^M
#8 0x676a27 in gdb_do_one_event /home/yao/SourceCode/gnu/gdb/git/gdb/event-loop.c:323^M
#9 0x676aed in start_event_loop /home/yao/SourceCode/gnu/gdb/git/gdb/event-loop.c:347^M
#10 0x6706d2 in captured_command_loop /home/yao/SourceCode/gnu/gdb/git/gdb/main.c:318^M
#11 0x66db8c in catch_errors /home/yao/SourceCode/gnu/gdb/git/gdb/exceptions.c:240^M
#12 0x6716dd in captured_main /home/yao/SourceCode/gnu/gdb/git/gdb/main.c:1157^M
#13 0x66db8c in catch_errors /home/yao/SourceCode/gnu/gdb/git/gdb/exceptions.c:240^M
#14 0x671b7a in gdb_main /home/yao/SourceCode/gnu/gdb/git/gdb/main.c:1165^M
#15 0x467684 in main /home/yao/SourceCode/gnu/gdb/git/gdb/gdb.c:32^M
#16 0x2ba563ed7ec4 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21ec4)^M
#17 0x4676b2 (/scratch/yao/gdb/build-git/aarch64-linux-gnu/gdb/gdb+0x4676b2)
looks we should discard cleanup if function
arm_linux_software_single_step returns early, or create cleanup when
it is needed.
gdb:
2016-02-16 Yao Qi <yao.qi@linaro.org>
* arm-linux-tdep.c (arm_linux_software_single_step): Assign
'old_chain' later.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-16 14:55 [binutils-gdb/gdb-7.11-branch] Fix cleanup in arm_linux_software_single_step sergiodj+buildbot
@ 2016-02-16 16:16 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-16 16:16 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2607>
Commit(s) tested:
523f1dab16b5c8706bbb81c6fdbac741b3fffb19
Author(s) (in the same order as the commits):
Yao Qi <yao.qi@linaro.org>
Subject:
Fix cleanup in arm_linux_software_single_step
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=83c4e21465f15684254357540f02c5579f36e6aa>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Add missing gdb.arch/i386-prologue.c prototypes
@ 2016-02-15 18:24 sergiodj+buildbot
2016-02-15 20:41 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-15 18:24 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 906c69d06a46cec2f55941f7dc3a5323261796d5 ***
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Branch: gdb-7.11-branch
Commit: 906c69d06a46cec2f55941f7dc3a5323261796d5
Add missing gdb.arch/i386-prologue.c prototypes
The testfile has not ran because:
gdb.arch/i386-prologue.c:34:3: warning: implicit declaration of function 'standard' [-Wimplicit-function-declaration]
standard ();
^
gdb.arch/i386-prologue.c:35:3: warning: implicit declaration of function 'stack_align_ecx' [-Wimplicit-function-declaration]
stack_align_ecx ();
^
gdb.arch/i386-prologue.c:36:3: warning: implicit declaration of function 'stack_align_edx' [-Wimplicit-function-declaration]
stack_align_edx ();
^
gdb.arch/i386-prologue.c:37:3: warning: implicit declaration of function 'stack_align_eax' [-Wimplicit-function-declaration]
stack_align_eax ();
^
gdb/testsuite/ChangeLog
2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.arch/i386-prologue.c: Add missing prototypes.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-15 18:24 [binutils-gdb/gdb-7.11-branch] Add missing gdb.arch/i386-prologue.c prototypes sergiodj+buildbot
@ 2016-02-15 20:41 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-15 20:41 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2601>
Commit(s) tested:
906c69d06a46cec2f55941f7dc3a5323261796d5
Author(s) (in the same order as the commits):
Jan Kratochvil <jan.kratochvil@redhat.com>
Subject:
Add missing gdb.arch/i386-prologue.c prototypes
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=6544d551dc437eb66458740c3126ce3584d009a1>
*** Regressions found ***
============================
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] testsuite: Fix false Fortran regressions with recent gcc
@ 2016-02-14 8:52 sergiodj+buildbot
2016-02-14 10:17 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-14 8:52 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 46e42194d8d2585b6860b1267c2b3e24ba9c589c ***
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Branch: gdb-7.11-branch
Commit: 46e42194d8d2585b6860b1267c2b3e24ba9c589c
testsuite: Fix false Fortran regressions with recent gcc
gcc-4.9.2-6.fc21.x86_64 -> gcc-5.3.1-2.fc23.x86_64
-PASS: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
+FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
-PASS: gdb.fortran/vla-history.exp: print vla1 allocated
+FAIL: gdb.fortran/vla-history.exp: print vla1 allocated
-PASS: gdb.fortran/vla-history.exp: print $2
+FAIL: gdb.fortran/vla-history.exp: print $2
-PASS: gdb.fortran/vla-value.exp: print undefined pvla
+FAIL: gdb.fortran/vla-value.exp: print undefined pvla
-PASS: gdb.fortran/vla-value.exp: print non-associated &pvla
+FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
-PASS: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
+FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
These issues get fixed (or removed if no longer applicable) by attached patch.
It is based on Googled:
http://www.cs.rpi.edu/~szymansk/OOF90/bugs.html#5
When a pointer is declared its status is undefined, and cannot be
safely queried with the associated intrinsic.
-> nullify(VARNAME)
+
https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/268786
ALLOCATE is not supposed to initialize the array.
-> Remove checks like an initial print is: \\( *0, *0, *0...\\)
These regressions remain:
-PASS: gdb.fortran/library-module.exp: print var_i in lib
+FAIL: gdb.fortran/library-module.exp: print var_i in lib
-PASS: gdb.fortran/library-module.exp: print var_i in main
+FAIL: gdb.fortran/library-module.exp: print var_i in main
I believe it is more a GDB bug (in a code contributed by me), filed:
gdb.fortran/library-module.exp false regression on GCC upgrade
https://sourceware.org/bugzilla/show_bug.cgi?id=19635
gdb/testsuite/ChangeLog
2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix compatibility with recent gfortran-5.3.1.
* gdb.fortran/vla-history.exp (print vla1 allocated)
(print vla2 allocated, print $2, print $3): Remove
(print $4): Rename to ...
(print $2): ... here.
(print $9): Rename to ...
(print $5): ... here.
(print $10): Rename to ...
(print $6): ... here.
* gdb.fortran/vla.f90: Add pvla initialization.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-14 8:52 [binutils-gdb/gdb-7.11-branch] testsuite: Fix false Fortran regressions with recent gcc sergiodj+buildbot
@ 2016-02-14 10:17 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-14 10:17 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2594>
Commit(s) tested:
46e42194d8d2585b6860b1267c2b3e24ba9c589c
Author(s) (in the same order as the commits):
Jan Kratochvil <jan.kratochvil@redhat.com>
Subject:
testsuite: Fix false Fortran regressions with recent gcc
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=29f4496f1e58e6dcaca40ecb1893fb858ccd7a71>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Clear *VAL in regcache_raw_read_unsigned
@ 2016-02-10 16:55 sergiodj+buildbot
2016-02-10 17:38 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 16:55 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 83d9e733abe9cc0553f899064a955a6255550ade ***
Author: Yao Qi <yao.qi@linaro.org>
Branch: gdb-7.11-branch
Commit: 83d9e733abe9cc0553f899064a955a6255550ade
Clear *VAL in regcache_raw_read_unsigned
We have function regcache_raw_read_unsigned defined in both GDB and
GDBserver, so that it is used in common like this,
ULONGEST value;
status = regcache_raw_read_unsigned (regcache, regnum, &value);
'value' is correctly set in GDB side, but may not be correctly set
in GDBserver, because &value is passed in regcache_raw_read_unsigned
but collect_register may only set part of the whole variable. In my
test, I see the top half of 'value' is garbage. This patch fixes this
problem by clearing *VAL before calling collect_register.
gdb/gdbserver:
2016-02-10 Yao Qi <yao.qi@linaro.org>
* regcache.c (regcache_raw_read_unsigned): Clear *VAL.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 16:55 [binutils-gdb/gdb-7.11-branch] Clear *VAL in regcache_raw_read_unsigned sergiodj+buildbot
@ 2016-02-10 17:38 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 17:38 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2567>
Commit(s) tested:
83d9e733abe9cc0553f899064a955a6255550ade
Author(s) (in the same order as the commits):
Yao Qi <yao.qi@linaro.org>
Subject:
Clear *VAL in regcache_raw_read_unsigned
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=639df2a07d3ab7825f701da8605f0cd8e4e1c7ab>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] gdb/version.in: Replace -cvs suffix by -git suffix
@ 2016-02-10 9:41 sergiodj+buildbot
2016-02-10 9:59 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 9:41 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 7bcc056ca977328fa96a24fd747834f100be863a ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 7bcc056ca977328fa96a24fd747834f100be863a
gdb/version.in: Replace -cvs suffix by -git suffix
gdb/ChangeLog:
* version.in: Replace -cvs suffix by -git suffix.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 9:41 [binutils-gdb/gdb-7.11-branch] gdb/version.in: Replace -cvs suffix by -git suffix sergiodj+buildbot
@ 2016-02-10 9:59 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 9:59 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2559>
Commit(s) tested:
7bcc056ca977328fa96a24fd747834f100be863a
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
gdb/version.in: Replace -cvs suffix by -git suffix
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=ac0ca9b29330f905cd567b9a30308c7e3643038f>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.10.90.
@ 2016-02-10 4:23 sergiodj+buildbot
2016-02-10 7:36 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 4:23 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 8e1043a37a176f07f0e06d29fe2f54752c8976e5 ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 8e1043a37a176f07f0e06d29fe2f54752c8976e5
Set GDB version number to 7.10.90.
gdb/ChangeLog:
* version.in: Set GDB version number to 7.10.90.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 4:23 [binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.10.90 sergiodj+buildbot
@ 2016-02-10 7:36 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 7:36 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2557>
Commit(s) tested:
8e1043a37a176f07f0e06d29fe2f54752c8976e5
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
Set GDB version number to 7.10.90.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=a4bb94909a211674b8de2950e4f944584ccf123f>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11".
@ 2016-02-10 4:15 sergiodj+buildbot
2016-02-10 7:06 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 4:15 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 4fd877f0a54fbdfc28680aa24f3133f14648ee10 ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 4fd877f0a54fbdfc28680aa24f3133f14648ee10
gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11".
gdb/ChangeLog:
* NEWS: Change "Changes since GDB version 7.10" into "Changes
in GDB version 7.11".
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 4:15 [binutils-gdb/gdb-7.11-branch] gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11" sergiodj+buildbot
@ 2016-02-10 7:06 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 7:06 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2556>
Commit(s) tested:
4fd877f0a54fbdfc28680aa24f3133f14648ee10
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11".
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=896f54602995e04042d9c53c08d7e8b6e448a14b>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step (pattern 3)
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Set development mode to "off" by default.
@ 2016-02-10 3:49 sergiodj+buildbot
2016-02-10 5:25 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 3:49 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 4ad0fc283ce48b60624007f81134704b6837152c ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: 4ad0fc283ce48b60624007f81134704b6837152c
Set development mode to "off" by default.
bfd/ChangeLog:
* development.sh (development): Set to false.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 3:49 [binutils-gdb/gdb-7.11-branch] Set development mode to "off" by default sergiodj+buildbot
@ 2016-02-10 5:25 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 5:25 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2553>
Commit(s) tested:
4ad0fc283ce48b60624007f81134704b6837152c
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
Set development mode to "off" by default.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=6667e239e694e0f06143fce5a2120eec403dc267>
*** Regressions found ***
============================
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: check MVCLE record 1
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: check MVCLE record 1
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
* [binutils-gdb/gdb-7.11-branch] Bump version to 7.10.90.DATE-git.
@ 2016-02-10 3:41 sergiodj+buildbot
2016-02-10 4:20 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
0 siblings, 1 reply; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 3:41 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT d5d168eef1464c735c5dba0cf76d638bd27970b9 ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: gdb-7.11-branch
Commit: d5d168eef1464c735c5dba0cf76d638bd27970b9
Bump version to 7.10.90.DATE-git.
Now that the GDB 7.11 branch has been created, we can
bump the version number.
gdb/ChangeLog:
GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
* version.in: Bump version to 7.10.90.DATE-git.
^ permalink raw reply [flat|nested] 43+ messages in thread
* Failures on Fedora-s390x-m64, branch gdb-7.11-branch
2016-02-10 3:41 [binutils-gdb/gdb-7.11-branch] Bump version to 7.10.90.DATE-git sergiodj+buildbot
@ 2016-02-10 4:20 ` sergiodj+buildbot
0 siblings, 0 replies; 43+ messages in thread
From: sergiodj+buildbot @ 2016-02-10 4:20 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/2552>
Commit(s) tested:
d5d168eef1464c735c5dba0cf76d638bd27970b9
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
Bump version to 7.10.90.DATE-git.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.11-branch&id=1ce3c77849ffe85088e761cab17b3126acbc541b>
*** Regressions found ***
============================
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
============================
*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (64)
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile (31)
new FAIL: gdb.arch/s390-tdbregs.exp: compile failed
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main (the program exited)
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit (the program is no longer running)
PASS -> FAIL: gdb.base/siginfo-obj.exp: Extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint (probe two)
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint (probe two)
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f(std::string)'
new FAIL: gdb.cp/vla-cxx.exp: continue to breakpoint: vlas_filled (the program exited)
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vla
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref
PASS -> FAIL: gdb.cp/vla-cxx.exp: print vlaref2
PASS -> FAIL: gdb.cp/vla-cxx.exp: print c
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in lib
PASS -> FAIL: gdb.fortran/library-module.exp: print var_i in main
PASS -> FAIL: gdb.fortran/vla-ptype.exp: ptype pvla not initialized
PASS -> FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-associated pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print non-associated &pvla
PASS -> FAIL: gdb.fortran/vla-value.exp: print undefined pvla(1,3,8)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was filled (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub.exp: print array2 in foo after it was mofified in debugger (passed fixed array)
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was filled
PASS -> FAIL: gdb.fortran/vla-value-sub-finish.exp: print array2 in foo after it was mofified in debugger
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
new FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1 (timeout)
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
============================
^ permalink raw reply [flat|nested] 43+ messages in thread
end of thread, other threads:[~2016-08-25 10:22 UTC | newest]
Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25 18:48 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19828: gdb -p <process from a container>: internal error sergiodj+buildbot
2016-05-25 18:50 ` Failures on AIX-POWER7-plain, branch gdb-7.11-branch sergiodj+buildbot
2016-05-25 19:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2016-05-25 19:11 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2016-05-25 19:18 ` Failures on Fedora-i686, " sergiodj+buildbot
2016-05-25 19:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2016-05-25 19:23 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2016-05-25 20:44 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-05-25 20:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2016-05-25 21:01 ` Failures on Debian-i686, " sergiodj+buildbot
2016-05-26 0:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-26 17:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
2016-05-26 17:12 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-26 23:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-27 0:21 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
-- strict thread matches above, loose matches on Subject: below --
2016-08-25 17:45 [binutils-gdb/gdb-7.11-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
2016-08-25 20:48 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-06-01 1:18 [binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.1.DATE-git sergiodj+buildbot
2016-06-01 2:18 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-06-01 0:54 [binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.11.1 sergiodj+buildbot
2016-06-01 1:31 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-25 17:52 [binutils-gdb/gdb-7.11-branch] Make gdb/linux-nat.c consider a waitstatus pending on the infrun side sergiodj+buildbot
2016-05-25 19:53 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-18 14:59 [binutils-gdb/gdb-7.11-branch] Add mi-threads-interrupt.exp test (PR 20039) sergiodj+buildbot
2016-05-18 19:06 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-17 22:13 [binutils-gdb/gdb-7.11-branch] Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077) sergiodj+buildbot
2016-05-18 3:41 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-16 21:17 [binutils-gdb/gdb-7.11-branch] Use target_terminal_ours_for_output in MI sergiodj+buildbot
2016-05-16 21:47 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-03 11:55 [binutils-gdb/gdb-7.11-branch] Fix gdb/python/python.c use-after-free sergiodj+buildbot
2016-05-03 14:09 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-03 11:46 [binutils-gdb/gdb-7.11-branch] Remove gdb/python/python.c code that handles strlen failing with -1 sergiodj+buildbot
2016-05-03 13:40 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-05-03 9:05 [binutils-gdb/gdb-7.11-branch] [gdb] Fix -Wparentheses warnings sergiodj+buildbot
2016-05-03 9:51 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-04-16 0:19 [binutils-gdb/gdb-7.11-branch] MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT sergiodj+buildbot
2016-04-16 2:07 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-04-15 23:43 [binutils-gdb/gdb-7.11-branch] Handle MIPS Linux SIGTRAP siginfo.si_code values sergiodj+buildbot
2016-04-16 0:53 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-04-13 13:51 [binutils-gdb/gdb-7.11-branch] Fix PR remote/19840: gdb crashes on reverse-stepi sergiodj+buildbot
2016-04-13 16:40 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-03-31 19:43 [binutils-gdb/gdb-7.11-branch] Add regression test for PR gdb/19858 (JIT code registration on attach) sergiodj+buildbot
2016-04-01 0:54 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-03-31 19:33 [binutils-gdb/gdb-7.11-branch] Make gdb.base/jit.exp binaries unique sergiodj+buildbot
2016-04-01 0:17 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-03-17 11:28 [binutils-gdb/gdb-7.11-branch] btrace: fix PR gdb/19829 sergiodj+buildbot
2016-03-18 1:32 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-03-15 17:24 [binutils-gdb/gdb-7.11-branch] Fix PR gdb/19676: Disable displaced stepping if /proc not mounted sergiodj+buildbot
2016-03-15 18:30 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-24 10:31 [binutils-gdb/gdb-7.11-branch] Bump GDB version number to 7.11.0.DATE-git sergiodj+buildbot
2016-02-24 11:24 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-22 16:28 [binutils-gdb/gdb-7.11-branch] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print' sergiodj+buildbot
2016-02-22 17:11 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-16 14:55 [binutils-gdb/gdb-7.11-branch] Fix cleanup in arm_linux_software_single_step sergiodj+buildbot
2016-02-16 16:16 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-15 18:24 [binutils-gdb/gdb-7.11-branch] Add missing gdb.arch/i386-prologue.c prototypes sergiodj+buildbot
2016-02-15 20:41 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-14 8:52 [binutils-gdb/gdb-7.11-branch] testsuite: Fix false Fortran regressions with recent gcc sergiodj+buildbot
2016-02-14 10:17 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 16:55 [binutils-gdb/gdb-7.11-branch] Clear *VAL in regcache_raw_read_unsigned sergiodj+buildbot
2016-02-10 17:38 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 9:41 [binutils-gdb/gdb-7.11-branch] gdb/version.in: Replace -cvs suffix by -git suffix sergiodj+buildbot
2016-02-10 9:59 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 4:23 [binutils-gdb/gdb-7.11-branch] Set GDB version number to 7.10.90 sergiodj+buildbot
2016-02-10 7:36 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 4:15 [binutils-gdb/gdb-7.11-branch] gdb/NEWS: Change "since GDB 7.10" -> "in GDB 7.11" sergiodj+buildbot
2016-02-10 7:06 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 3:49 [binutils-gdb/gdb-7.11-branch] Set development mode to "off" by default sergiodj+buildbot
2016-02-10 5:25 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch sergiodj+buildbot
2016-02-10 3:41 [binutils-gdb/gdb-7.11-branch] Bump version to 7.10.90.DATE-git sergiodj+buildbot
2016-02-10 4:20 ` Failures on Fedora-s390x-m64, branch gdb-7.11-branch 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).