Closed heyingjie closed 1 year ago
You enabled the datachannel function which caused a crash, however I can't see which line caused the crash.
Could you try debugging with gdb and give me the backtrace stack?
Datachannel should be stable, I think there might be other reasons for the crash.
你这个开启了datachannel功能 这个导致崩溃的 但是看不到具体崩溃在哪一行 可以gdb调休下 然后给下bt栈不?
datachannel应该是稳定的 我觉得可能是其他原因导致崩溃
TRANS_BY_GITHUB_AI_ASSISTANT
Here is the translation:
I do not have a datachannel option on the website, as shown in the above figure, gdb bt information.
网页上我没有选datachannel选项,上图是gdb bt信息
TRANS_BY_GITHUB_AI_ASSISTANT
It seems I know the cause now, possibly it's due to the problems with the usrsctp library I used, which I obtained from an unofficial code library. I've already replaced it with the official library, and currently the testing is normal, I'll run it for a while to see if there are any issues, and if everything goes smoothly by tomorrow, I'll come back and close this issue.
大概知道原因了,可能是我用的usrsctp库的问题,下了个非官方的代码库。已经更换了官方的库,目前测试正常,我这边跑一段时间老化看看,跑到明天没问题的话,我过来把这个issue close掉。
TRANS_BY_GITHUB_AI_ASSISTANT
Results are normal, close this issue.
测试正常,关闭该issue
TRANS_BY_GITHUB_AI_ASSISTANT
Phenomenon Description
Use the built-in WEBRTC testing interface, open two browser windows, one pushes and the other plays, and after a few minutes, a segmentation fault occurs.
How to reproduce?
Related logs or screenshots
Expand to view detailed logs
Configuration
Please expand to view detailed configuration
Various environment information
展开查看详细编译参数
现象描述
使用自带的WEBRTC测试界面,在浏览器上开两个窗口,一个窗口push,一个窗口play,过了几分钟出现段错误
如何复现?
相关日志或截图
展开查看详细日志
配置
展开查看详细配置
各种环境信息
展开查看详细编译参数
TRANS_BY_GITHUB_AI_ASSISTANT