Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add an abi check #181

Open
bk138 opened this issue May 25, 2017 · 0 comments · May be fixed by #551
Open

CI: add an abi check #181

bk138 opened this issue May 25, 2017 · 0 comments · May be fixed by #551

Comments

@bk138
Copy link
Member

bk138 commented May 25, 2017

https://lvc.github.io/abi-compliance-checker/ seems a good idea and is used by other projects: https://github.com/uclouvain/openjpeg/blob/master/tools/travis-ci/abi-check.sh and/or https://github.com/GrokImageCompression/grok/blob/master/tools/travis-ci/abi-check.sh

@bk138 bk138 self-assigned this May 25, 2017
@bk138 bk138 added this to the Release 0.9.14 milestone Apr 11, 2020
bk138 referenced this issue Nov 4, 2020
When a connection is not reset properly at the TCP level (e.g. sudden
power loss or process crash) the TCP connection becomes half-open and
read() always returns -1 with errno = EAGAIN while select() always
returns 0. This leads to an infinite loop and can be fixed by closing
the connection after a certain number of retries (based on a timeout)
has been exceeded.
@gujjwal00 gujjwal00 linked a pull request Jan 24, 2023 that will close this issue
@bk138 bk138 removed their assignment Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant