From cdfb0c096f49a4a900071017dc96966c96f6c82c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 6 Nov 2012 17:03:13 +0100 Subject: open_issues/gdb: 70044c11b4bf873773972c0f8784188356389bfc (2011-10-16) --- open_issues/gdb.mdwn | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'open_issues') diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index 5b8ac21c..5cea82c0 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -63,12 +63,13 @@ Last reviewed up to the [[Git mirror's 70044c11b4bf873773972c0f8784188356389bfc # Build -Here's a log of a GDB build run; this is from our [[Git repository's -695f61ff0f378e1680964128585044799de27015 (2011-09-06) -sources|source_repositories/gdb]], run on kepler.SCHWINGE and coulomb.SCHWINGE. +Here's a log of a GDB build run; this is from our [[Git +repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, +commit 70044c11b4bf873773972c0f8784188356389bfc (2011-10-16), run on +kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C - $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 --disable-werror 2>&1 | tee log_build + $ ../Ferry_Tagscherer/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 --disable-werror 2>&1 | tee log_build [...] $ make 2>&1 | tee log_build_ [...] @@ -174,8 +175,9 @@ the `tee` process does not terminate if there are still stray leftover processes that [have their stdout/stderr open](http://sourceware.org/ml/gdb-patches/2012-10/msg00489.html). `kill`ing these (`SIGKILL` may be needed), makes the `tee` process terminate, too. On -GNU/Hurd, this has be seen for `gdb.base/structs-tf-td`, and an unknown (`?`) -one. +GNU/Hurd, this has be seen for `gdb.base/structs-tf-td`, +`gdb.cp/meth-typedefs`, and an unknown (`?`) one ("57 PIDs before" `expect +[...] gdb.cp`). ## Analysis -- cgit v1.2.3