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

The tests spin forever with msys/mingw and shared #89

Open
0x00002a opened this issue Aug 18, 2021 · 3 comments
Open

The tests spin forever with msys/mingw and shared #89

0x00002a opened this issue Aug 18, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@0x00002a
Copy link
Contributor

This can be seen in the CI. I've tested it locally and can repro it. I'm still not sure why this happens but its not just a CI issue. I'm not sure if this is a general bug that happens with shared builds on mingw only (which would surprise me) or something up with the tests (which is also weird since it doesn't happen in any other build configuration).

@Tectu
Copy link
Owner

Tectu commented Aug 18, 2021

Hmm... yeah I can reproduce this too. It is hanging in components - router -> policies block unaccepted requests.

Didn't have time to investigate properly. I quickly changed the port in case of that is for some reason already occupied/used on Windows installations which might prevent the connection from opening to proceed with the test. that doesn't seem to be the case tho.

@Tectu Tectu added the bug Something isn't working label Aug 18, 2021
@0x00002a
Copy link
Contributor Author

Well I wonder if it's something with loading the libraries, even trying on a suite by suite and case by case basis sometimes it locks up and sometimes it runs fine but always when running everything it just spins. I've only tried the websocket tests so far though.

Weirdly when running with a debugger I sometimes get a sigtrap instead of hanging, but its a bunch of windows socket assembly with no debug information (and no back trace to speak of).

@Tectu
Copy link
Owner

Tectu commented Aug 20, 2021

I spend some time (not a lot tho) investigating this but I didn't come up with any new useful information so far :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants