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

Running websocket server on ARM no client connection possible #678

Open
mocAJS opened this issue Nov 1, 2017 · 4 comments
Open

Running websocket server on ARM no client connection possible #678

mocAJS opened this issue Nov 1, 2017 · 4 comments

Comments

@mocAJS
Copy link

mocAJS commented Nov 1, 2017

I'm trying to run the echo_server example on a Colibri VF50 computer module:

  • Target: ARM Cortex A5
  • OS: Angström distribution
  • Toolchain: Linaro-GCC 4.9-2014.09
  • Boost version: 1.65.1

I can build the server and also start the server on the target device. But a client can not connect to the server. It seems that the server isn't responding to the client connection requests. Checked by wireshark no responses from the server.
If I run the server on x86 Ubuntu everything is working as it should. The client can connect and sending message to the server.

Has anybody an idea how to fix this or is something missing?

@echotor
Copy link

echotor commented Nov 17, 2017

Do you solve this problem?
When I run my client n x86 Ubuntu, it is ok and successful. But if I run in ARM, it report "segment fault".
I am stuck in it.

@mocAJS
Copy link
Author

mocAJS commented Nov 17, 2017

@echotor: I'm sorry, I haven't tested a client on ARM. I was only trying to run the server on the ARM and the server is still not working.

@echotor
Copy link

echotor commented Nov 20, 2017

Thanks for your answer. @mocAJS

@RenaultR42
Copy link

I had the issue with the version 0.7.0, but the upgrade to version 0.8.2 fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants