diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 17:03:13 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-06 17:03:13 +0100 |
commit | cdfb0c096f49a4a900071017dc96966c96f6c82c (patch) | |
tree | a3775aaf31db3e3d4af7848466b2d5d3147ec12e /open_issues | |
parent | 776c4315f601b36021834eb0d44f18203f56e811 (diff) |
open_issues/gdb: 70044c11b4bf873773972c0f8784188356389bfc (2011-10-16)
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gdb.mdwn | 14 |
1 files changed, 8 insertions, 6 deletions
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 |