[PATCH 1/2] test: allow pending break points in atomicity script.

Subject: [PATCH 1/2] test: allow pending break points in atomicity script.

Date: Tue, 6 May 2014 22:06:27 +0900

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


This seems to fix problems with the symbol rename not being defined
at startup on at least OS/X and some Debian Linux architectures.
---
 test/atomicity.gdb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/atomicity.gdb b/test/atomicity.gdb
index fd67525..15adb16 100644
--- a/test/atomicity.gdb
+++ b/test/atomicity.gdb
@@ -18,6 +18,10 @@ shell echo 0 > outcount
 
 shell touch inodes
 
+# work around apparent issue with lazy library loading on some
+# platforms
+set breakpoint pending on
+
 break rename
 commands
 # As an optimization, only consider snapshots after a Xapian commit.
-- 
1.9.2


Thread: