-
Notifications
You must be signed in to change notification settings - Fork 318
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
webrtc_client_test failed on GM8136 (ARM) #98
Comments
Log of running kvsWebrtcClientMaster and kvsWebrtcClientViewer, |
Hi @hsinghaowang. Sorry I was on vacation this week, when I get back into the office I will look right away! It looks like TURN failed, can you try disabling it here you can pass false for If the GM8136 device and the other peer are in the same subnet it should be able to connect without TURN. We will work on investigating the TURN connection issue. Are you able to symbolize that segfault? I would make sure you are using the latest (and you have update the git submodule), we did fix some bugs in our dependencies. I really appreciate you trying out the asset :) if there is anything we can improve/change I would love to hear. We are really excited see what people are building. thanks! |
After TURN is disabled, the log looks OK now. |
I pulled the latest code. The webrtc_client_test log is: It ran over 90 minutes and still not ended. found one failure:
|
@hsinghaowang The test suite should complete in ~5 minutes. Do you know what tests are taking the longest? We should add timeouts to those ones. |
according to webrtc_client_test3.log, the last test is |
Nice! Sorry missed that @hsinghaowang I will work on fixing TURN with ARMv5, thank you for reporting! We haven't added ARM testers to travis yet, so hard to catch that regressions |
@hsinghaowang Sorry for the delay, this will be fixed by Friday or Monday at the latest . If you have issues in the future I will make sure they get fixed away. Schedules were just pushed back a bit by the holidays. Thanks for the patience! |
Hey @hsinghaowang I was able to cross-compile and deploy to the device, unfortunately |
It does surprise me how long it hangs on the following operations
and
I am going to see if I find a way to speed these up. Thanks! |
I am running |
Thanks for your help. |
@hsinghaowang Did updating to that SHA1 fix things for you, if so fantastic news! Sorry for the bugs, and appreciate the reports :) |
Here is the webrtc_client_test log running on our platform:
webrtc_client_test.log
CPU: GM8136 (armv5)
RAM: 128MB
OS: arm-linux-3.3
compiler: clang 9
The text was updated successfully, but these errors were encountered: