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

dev at openvswitch.org dev at openvswitch.org
Fri Jul 11 19:04:52 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.0 has been updated
       via  b60a5e7df8bab86cc901e75aa37f5af803f1a5ce (commit)
      from  b3148d080b368eb2159a756fef702839b0ecddfe (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 b60a5e7df8bab86cc901e75aa37f5af803f1a5ce
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b60a5e7df8bab86cc901e75aa37f5af803f1a5ce
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