[openssl-commits] Broken: openssl/openssl#2883 (master - a87c159)

Travis CI builds at travis-ci.org
Mon Mar 14 11:02:53 UTC 2016


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

Build: #2883
Status: Broken

Duration: 25 minutes and 4 seconds
Commit: a87c159 (master)
Author: Richard Levitte
Message: Fix freeze in config's interrupt trap with some shells

With bash and zsh, the trap on the 5 second read does respond, but
doesn't break out of the read.  What's worse is that it takes away the
5 second timer, and therefore has the read hang indefinitely and
(almost) unbreakable.

Having the trap do 'exit 0' after reseting the tty params has it break
out of read and continue with the configuration.

Other shells do not appear to have the issue described here, but
neither does the extra 'exit 0' appear to harm them.

Reviewed-by: Andy Polyakov <appro at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/9f519addc09b...a87c159f19e9

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

--

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/20160314/b2d34562/attachment-0001.html>


More information about the openssl-commits mailing list