[ovs-git] Open vSwitch: tests: Disable glibc memory checking under glibc <= 2.11. (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 11 19:04:53 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.1 has been updated
       via  5dddb910a0a5f7ac31d939ac16c494a9114c033f (commit)
      from  4b8514e109dfa46d14aafedf644cc1351e06bfbf (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 5dddb910a0a5f7ac31d939ac16c494a9114c033f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5dddb910a0a5f7ac31d939ac16c494a9114c033f
Author: Ben Pfaff <blp at nicira.com>
		
tests: Disable glibc memory checking under glibc <= 2.11.
		
We noticed that the unit tests sometimes fail on XenServer inside glibc's
memory checker, in the free_check() function.  It turns out that the
glibc memory checker in glibc 2.11 and earlier had an internal race that
caused false positives in multithreaded programs.

This commit avoids the problem by disabling the glibc memory checker in
glibc 2.11 and earlier.

VMware-BZ: #1267127
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 tests/atlocal.in |   22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list