当 freeswitch 运行时,我们将 1 个客户端调用到另一个客户端,然后另一个客户端选择调用,然后代码被转储并引发以下错误。
我正在尝试为该功能分配内存,但没有任何反应。
Core was generated by `./freeswitch'.
Program terminated with signal SIGSEGV, Segmentation fault.
0 0x00007fb18e95a771 in H245NegLogicalChannels::FindChannelBySession (
this=<optimized out>, rtpSessionId=rtpSessionId@entry=0,
fromRemote=fromRemote@entry=false, anyState=anyState@entry=false)
at /root/opal/src/h323/h323neg.cxx:1097
warning: Source file is more recent than executable.
1097 if (channel != NULL && (rtpSessionId == 0 || channel->GetSessionID() == >rtpSessionId) &&
(gdb)