[ovs-build] Failed: ovn-open-virtual-networks/ovs#1 (master - ea11bb0)

Travis CI builds at travis-ci.com
Wed Mar 4 14:12:22 UTC 2020


Build Update for ovn-open-virtual-networks/ovs
-------------------------------------

Build: #1
Status: Failed

Duration: 1 hr, 3 mins, and 13 secs
Commit: ea11bb0 (master)
Author: Han Zhou
Message: ovsdb-idl: Fix memory leak of ovsdb_idl_db_clear.

ovsdb_idl_row_destroy() doesn't free the memory of row structure itself.
This is because of the ovsdb change tracking feature: the deleted row
may be accessed in the current iteration of main loop. The function
ovsdb_idl_row_destroy_postprocess() is called at the end of
ovsdb_idl_run() to free the deleted rows that are not tracked; the
function ovsdb_idl_db_track_clear() is called (indirectly) by user
at the end of each main loop iteration to free the deleted rows that
are tracked. However, in ovsdb_idl_db_clear(), which may be called when
a session is reset, or when the idl is destroyed, it didn't call
ovsdb_idl_row_destroy_postprocess(), which would result in all the
untracked rows leaked. This patch fixes that.

Signed-off-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/ovn-open-virtual-networks/ovs/compare/2cd62f75c1b4af1fc0786afbae6b9fa910f37f0c...ea11bb064316ca3b93a6ff2445a3a3785389b9b5

View the full build log and details: https://travis-ci.com/ovn-open-virtual-networks/ovs/builds/151727961?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovn-open-virtual-networks/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13090324&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200304/931d23e0/attachment.html>


More information about the build mailing list