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

Test Bonding.CloseGroupAndSocket tends to hang up in AppVeyor #2443

Open
maxsharabayko opened this issue Aug 24, 2022 · 2 comments
Open

Test Bonding.CloseGroupAndSocket tends to hang up in AppVeyor #2443

maxsharabayko opened this issue Aug 24, 2022 · 2 comments
Labels
[core] Area: Changes in SRT library core help wanted Indicates that a maintainer wants help on an issue or pull request Type: Bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@maxsharabayko
Copy link
Collaborator

AppVeyor Image: Visual Studio 2015; Configuration: Release; Platform: x64.
The latest master.

22: [ RUN      ] Bonding.CloseGroupAndSocket
22: Created group socket: 1863866117
22: Connecting two sockets 
22: Socket created: 790124292
22: Listen: wait for acceptability
22: Socket created: 790124290
22: Returned from connecting two sockets 
22: Listen: reported 1 acceptable and 0 errors
22: Listener will read packets...
22: Epoll result: 2
22: Epoll rlen: 0, wlen: 2
22: Epoll write[0]: 790124292 (removed from epoll)
22: Epoll write[1]: 1863866117 (removed from epoll)
22: Connect callback. Socket: 790124290, error: 1001, token: 2
22: 13:18:35.492000/T2772*E:SRT.ea: EID:3 no sockets to check, this would deadlock
@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Aug 24, 2022
@maxsharabayko maxsharabayko added this to the Next Release milestone Aug 24, 2022
@maxsharabayko maxsharabayko modified the milestones: v1.5.1, Next release Sep 12, 2022
@maxsharabayko maxsharabayko added the help wanted Indicates that a maintainer wants help on an issue or pull request label Oct 7, 2022
@maxsharabayko
Copy link
Collaborator Author

Likely fixed by #2538.

@maxsharabayko
Copy link
Collaborator Author

Still observed sometimes with SRT v1.5.2-rc.1.
AppVeyor VS 2015 Release x86

231: [ RUN      ] Bonding.CloseGroupAndSocket
231: Created group socket: 1369380345
231: Connecting two sockets 
231: Socket created: 295638520
231: Listen: wait for acceptability
231: Socket created: 295638518
231: Returned from connecting two sockets 
231: Listen: reported 1 acceptable and 0 errors
231: Listener will read packets...
231: Epoll result: 2
231: Epoll rlen: 0, wlen: 2
231: Epoll write[0]: 295638520 (removed from epoll)
231: Epoll write[1]: 1369380345 (removed from epoll)
231: Connect callback. Socket: 295638518, error: 1001, token: 2
231: 17:30:01.425000/T2848*E:SRT.ea: EID:3 no sockets to check, this would deadlock

@maxsharabayko maxsharabayko reopened this Feb 20, 2023
@maxsharabayko maxsharabayko modified the milestones: v1.5.2, v1.6.0 Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core help wanted Indicates that a maintainer wants help on an issue or pull request Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant