[openssl-commits] Failed: openssl/openssl#3367 (master - 1ee7b8b)

Travis CI builds at travis-ci.org
Thu Apr 14 21:42:10 UTC 2016


Build Update for openssl/openssl
-------------------------------------

Build: #3367
Status: Failed

Duration: 22 minutes and 50 seconds
Commit: 1ee7b8b (master)
Author: Matt Caswell
Message: Fix ex_data locks issue

Travis identified a problem with freeing the ex_data locks which wasn't
quite right in ff2344052. Trying to fix it identified a further problem:
the ex_data locks are cleaned up by OPENSSL_cleanup(), which is called
explicitly by CRYPTO_mem_leaks(), but then later the BIO passed to
CRYPTO_mem_leaks() is freed. An attempt is then made to use the ex_data
lock already freed.

Reviewed-by: Tim Hudson <tjh at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/6e08e9e7ccf0...1ee7b8b97c90

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/123178265

--

You can configure 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://mta.openssl.org/pipermail/openssl-commits/attachments/20160414/10faa800/attachment-0001.html>


More information about the openssl-commits mailing list