-
Notifications
You must be signed in to change notification settings - Fork 190
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
Peerconnection_client example segmentation fault #46
Comments
More background info:
it failed. as a check, and to have a basis for comparison, we also compiled libwebrtc using the instructions at webrtc.org, switched to release-branch 57, and did the same thing as above, and it worked.
|
I'm not sure about what's going on here, I needed to add these lines:
Please type the following line before running the process in
Then send me the whole input, I'm building |
I'm having this right now:
|
By the way, you should use GTK2 to avoid deprecated warnings and strange behaviour. |
I'll try to replace the sample with peerconnection on my side tonight GMT+2
Le 18 mai 2017 18:17:07 GMT+02:00, alex gouaillard <[email protected]> a écrit :
…More background info:
- we used your scripts
- we took the example code that come shipped with libwebrtc out.
- we compiled libwertc separately and installed it
- we then tried to build the example code separately using the provided
cmakelists, and linked against the installed version of libwebrtc.
it failed.
as a check, and to have a basis for comparison, we also compiled
libwebrtc using the instructions at webrtc.org, switched to
release-branch 57, and did the same thing as above, and it worked.
1. can you reproduce the problem?
2. any idea what we are doing wrong?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#46 (comment)
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
|
same error, i'm using gtk-2.0
ps: use ip address to avoid name resolver will skip the problem for temporary. |
Hi,Is this problem solved? |
Hello,
I tried to run peerconnection_client example linked with libwebrtc.a but I end up with a segmentation fault.
I am running on a Unix machine 16.04.1-Ubuntu x86_64.
After running your script, I run the attached CMakeLists.txt in a different directory :
Then
make
:[More Gtk warnings]
When I run the code and then I press Connect :
In gdb :
Is it linked to Gtk deprecated functions ?
Thank you
CMakeLists.txt
The text was updated successfully, but these errors were encountered: