vries at gcc dot gnu.org
2018-06-08 13:27:19 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=23269
Bug ID: 23269
Summary: fork-running-state hangs make check
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: testsuite
Assignee: unassigned at sourceware dot org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
[ At fd161d860f1df7140153eab4726705cc3e2727b0 "Fri Jun 8 20:17:34 2018 +0930"
"Define various symbols conditionally in shared librarie". ]
When I run make check:
...
$ cd build/gdb
$ make check 2>&1 | tee ../CHECKLOG.gdb
...
I see after ~30m the summary of the test run printed, but make still hangs.
This seems to be due to some sleeping processes:
...
$ ps fx | grep fork-run
6475 ? S 0:00
build/gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
6451 ? S 0:00
gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
6427 ? S 0:00
gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
...
Killing the sleeping processes like this:
...
kill -9 $(ps -A | grep fork-running-st | awk '{print $1}')
...
allows make to finish.
Bug ID: 23269
Summary: fork-running-state hangs make check
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: testsuite
Assignee: unassigned at sourceware dot org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
[ At fd161d860f1df7140153eab4726705cc3e2727b0 "Fri Jun 8 20:17:34 2018 +0930"
"Define various symbols conditionally in shared librarie". ]
When I run make check:
...
$ cd build/gdb
$ make check 2>&1 | tee ../CHECKLOG.gdb
...
I see after ~30m the summary of the test run printed, but make still hangs.
This seems to be due to some sleeping processes:
...
$ ps fx | grep fork-run
6475 ? S 0:00
build/gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
6451 ? S 0:00
gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
6427 ? S 0:00
gdb/testsuite/outputs/gdb.base/fork-running-state/fork-running-state
...
Killing the sleeping processes like this:
...
kill -9 $(ps -A | grep fork-running-st | awk '{print $1}')
...
allows make to finish.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.