登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
59
Star
511
Fork
194
ossrs
/
srs
代码
Issues
7
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
webrtc开启tcp多人聊天室超过6个人,并且有外网的进出聊天室,srs奔溃,必现
待确认
#I8BDAK
缺陷
liky
创建于
2023-10-27 12:05
5.0版本和最新版本都存在这个问题。 这个coredump是最新的develop版本 [root@localhost trunk]# gdb objs/srs core.18919 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /root/srsnew/srs/trunk/objs/srs...done. [New LWP 18922] [New LWP 18919] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `./objs/srs -c conf/rtc.tcp.udp.conf'. Program terminated with signal 6, Aborted. #0 0x00007feb3210f387 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.el7_9.x86_64 libgcc-4.8.5-44.el7.x86_64 libstdc++-4.8.5-44.el7.x86_64 (gdb) bt #0 0x00007feb3210f387 in raise () from /lib64/libc.so.6 #1 0x00007feb32110bb8 in abort () from /lib64/libc.so.6 #2 0x00007feb32a1fa95 in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6 #3 0x00007feb32a1da06 in ?? () from /lib64/libstdc++.so.6 #4 0x00007feb32a1da33 in std::terminate() () from /lib64/libstdc++.so.6 #5 0x00007feb32a1e59f in __cxa_pure_virtual () from /lib64/libstdc++.so.6 #6 0x000000000087571c in SrsRtcTcpNetwork::write (this=0x7feb2c5fe380, buf=0x7feb2c635ec0, size=833, nwrite=0x0) at ./src/app/srs_app_rtc_network.cpp:672 #7 0x000000000084832c in SrsRtcConnection::do_send_packet (this=0x7feb2c166400, pkt=0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_conn.cpp:2491 #8 0x000000000088ce44 in SrsRtcVideoSendTrack::on_rtp (this=0x7feb2c949000, pkt=0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_source.cpp:2845 #9 0x000000000083fb47 in SrsRtcPlayStream::send_packet (this=0x7feb2c406ec0, pkt=@0x7feb2b799c30: 0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_conn.cpp:735 #10 0x000000000083f692 in SrsRtcPlayStream::cycle (this=0x7feb2c406ec0) at ./src/app/srs_app_rtc_conn.cpp:670 #11 0x000000000075ee55 in SrsFastCoroutine::cycle (this=0x7feb2ca52ff0) at ./src/app/srs_app_st.cpp:285 #12 0x000000000075eed8 in SrsFastCoroutine::pfn (arg=0x7feb2ca52ff0) at ./src/app/srs_app_st.cpp:300 #13 0x000000000089f346 in _st_thread_main () at sched.c:380 #14 0x000000000089fc35 in st_thread_create (start=0x7feb00000000, arg=0x7feb00000000, joinable=0, stk_size=0) at sched.c:666 #15 0x000000000000000a in ?? () #16 0x00007feb2bb6d6c0 in ?? () #17 0x00007feb32132a1c in __GI__IO_vfscanf () from /lib64/libc.so.6 Cannot access memory at address 0x7feb321262d5 (gdb)
5.0版本和最新版本都存在这个问题。 这个coredump是最新的develop版本 [root@localhost trunk]# gdb objs/srs core.18919 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /root/srsnew/srs/trunk/objs/srs...done. [New LWP 18922] [New LWP 18919] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `./objs/srs -c conf/rtc.tcp.udp.conf'. Program terminated with signal 6, Aborted. #0 0x00007feb3210f387 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.el7_9.x86_64 libgcc-4.8.5-44.el7.x86_64 libstdc++-4.8.5-44.el7.x86_64 (gdb) bt #0 0x00007feb3210f387 in raise () from /lib64/libc.so.6 #1 0x00007feb32110bb8 in abort () from /lib64/libc.so.6 #2 0x00007feb32a1fa95 in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6 #3 0x00007feb32a1da06 in ?? () from /lib64/libstdc++.so.6 #4 0x00007feb32a1da33 in std::terminate() () from /lib64/libstdc++.so.6 #5 0x00007feb32a1e59f in __cxa_pure_virtual () from /lib64/libstdc++.so.6 #6 0x000000000087571c in SrsRtcTcpNetwork::write (this=0x7feb2c5fe380, buf=0x7feb2c635ec0, size=833, nwrite=0x0) at ./src/app/srs_app_rtc_network.cpp:672 #7 0x000000000084832c in SrsRtcConnection::do_send_packet (this=0x7feb2c166400, pkt=0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_conn.cpp:2491 #8 0x000000000088ce44 in SrsRtcVideoSendTrack::on_rtp (this=0x7feb2c949000, pkt=0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_source.cpp:2845 #9 0x000000000083fb47 in SrsRtcPlayStream::send_packet (this=0x7feb2c406ec0, pkt=@0x7feb2b799c30: 0x7feb2cf0b8d0) at ./src/app/srs_app_rtc_conn.cpp:735 #10 0x000000000083f692 in SrsRtcPlayStream::cycle (this=0x7feb2c406ec0) at ./src/app/srs_app_rtc_conn.cpp:670 #11 0x000000000075ee55 in SrsFastCoroutine::cycle (this=0x7feb2ca52ff0) at ./src/app/srs_app_st.cpp:285 #12 0x000000000075eed8 in SrsFastCoroutine::pfn (arg=0x7feb2ca52ff0) at ./src/app/srs_app_st.cpp:300 #13 0x000000000089f346 in _st_thread_main () at sched.c:380 #14 0x000000000089fc35 in st_thread_create (start=0x7feb00000000, arg=0x7feb00000000, joinable=0, stk_size=0) at sched.c:666 #15 0x000000000000000a in ?? () #16 0x00007feb2bb6d6c0 in ?? () #17 0x00007feb32132a1c in __GI__IO_vfscanf () from /lib64/libc.so.6 Cannot access memory at address 0x7feb321262d5 (gdb)
评论 (
3
)
登录
后才可以发表评论
状态
待确认
待确认
已确认
修复中
已修复
已验收
已拒绝
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (10)
标签 (102)
develop
5.0release
4.0release
feature/refine-compile-warn
master
fossa
3.0release
2.0release
min
1.0release
v6.0-d6
v6.0-d5
v5.0-r3
v5.0-r2
v6.0-d4
v5.0-r1
v5.0-r0
v6.0-d3
v5.0-b7
v5.0-b6
v6.0-d2
v5.0-b5
v6.0-d1
v5.0-b4
v5.0-b3
v5.0-b2
v6.0-d0
v5.0-b1
v6.0.48
v6.0.45
v5.0-b0
v6.0.36
v5.0-a5
v5.0-a4
v5.0-a3
v5.0-a2
v5.0-a1
v5.0-a0
v4.0-r4
v4.0-r3
v4.0-r2
v4.0-r1
v4.0-r0
v4.0-b10
v4.0-b9
v4.0-b8
v4.0-b7
v4.0-b6
v4.0-b5
v4.0-b4
v4.0-b3
v4.0-b2
v4.0-b1
v4.0-b0
v3.0-r8
v2.0-r11
v3.0-r7
v2.0-r10
v3.0-r6
v2.0-r9
v3.0-r5
v3.0-r4
v3.0-r3
v3.0-r2
v3.0-r1
v3.0-r0
v3.0-b4
v3.0-b3
v3.0-b2
v3.0-b1
v3.0-b0
v2.0-r8
v3.0-a9
v3.0-a8
v3.0-a7
v3.0-a6
v3.0-a5
v3.0-a4
v3.0-a3
v3.0-a2
v2.0-r7
v3.0-a1
v2.0-r6
v2.0-r5
v2.0-r4
v2.0-r3
v2.0-r2
v2.0-r1
v2.0-r0
v2.0-b4
v2.0-b3
v2.0-b2
v2.0-b1
v2.0-b0
v2.0-a3
v2.0-a2
v2.0-a1
v2.0-a0
v1.0-r4
v1.0-r3
v1.0-r2
v1.0-r1
v1.0-r0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/ossrs/srs.git
git@gitee.com:ossrs/srs.git
ossrs
srs
srs
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册