Freeswitch以信号SIGSEGV,Segmentation fault终止

时间:2016-02-08 05:23:13

标签: freeswitch opal

当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) 

0 个答案:

没有答案