BIND 10 vorner-segfault-debug, updated. 74182f592dc5261e1d85efe55888339db75b576d Fix the script
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 31 07:41:04 UTC 2013
The branch, vorner-segfault-debug has been updated
via 74182f592dc5261e1d85efe55888339db75b576d (commit)
from 2f12fa3ace3c6d58824ff49235abd397a10c2ef1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74182f592dc5261e1d85efe55888339db75b576d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Jul 31 09:40:33 2013 +0200
Fix the script
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/memory/run_gdb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/run_gdb b/src/lib/datasrc/tests/memory/run_gdb
index 21fba21..98a396b 100755
--- a/src/lib/datasrc/tests/memory/run_gdb
+++ b/src/lib/datasrc/tests/memory/run_gdb
@@ -20,7 +20,7 @@ export GTEST_FILTER=SegmentObjectHolderTest.grow
echo end
echo c
- bt
- info locals
- echo exit
+ echo bt
+ echo info locals
+ echo quit
) | libtool --mode=execute gdb ./run_unittests >gdb.log 2>&1
More information about the bind10-changes
mailing list