Freeswitch terminates with signal SIGSEGV, Segmentation fault

354 views Asked by At

While freeswitch is running and we call 1 client to another client then another client pick the call then code is dumped and throwing following error.

I am trying allocate the memory for that function but nothing happens.

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

There are 0 answers