[Freeswitch-users] Segmentation fault (core dumped)

Steven Ayre steveayre at gmail.com
Thu Oct 15 12:38:50 MSD 2015


Segmentation faults are always a bug. They're a bug within FreeSWITCH or
one of the libraries it uses, not your configuration of them. Try on the
latest version to see if it still occurs there (in case it's already
fixed), if it does file a Jira.

On 15 October 2015 at 07:36, Denis Jakovlev <yadenis at seznam.cz> wrote:

> Dobrý den,
>
> I did not load at the same time two modules mod_av and mod_vlc. And of
> course I use your repo and load dependencies there.
>
>
>
>
>
>
>
>
> *-- S pozdravem, Ing.Denis Jakovlev                           mob.tel
> <http://mob.tel>. 775-415-382 středa 14. října 2015, 23:40:15, napsal jste:
> *
>
> You should try without loading mod_vlc at all.  I think there is a
> collision on the versions of av used between mod_av and mod_vlc.
> Also you need to be using our repo and install our packages for the
> depends.
>
>
> On Wed, Oct 14, 2015 at 4:36 PM, Chris Tunbridge <blasterjr at gmail.com>
> wrote:
> You should file issues like this as a Jira
>
> On Wed, Oct 14, 2015 at 10:01 AM, Denis Jakovlev <yadenis at seznam.cz>
> wrote:
> Hi All,
>
> Collided with an interesting problem.
>
> FreeSWITCH Version 1.7.0 on Debian 8. Clean installation. I am trying to
> make a call to 1004 in 1003
> Simple dialplan
>
>
> <extension name="test4">
> <condition field="destination_number" expression="^(6083)$">
>   <action application="export"
> data="nolocal:absolute_codec_string=VP8,OPUS"/>
>   <action application="set" data="hangup_after_bridge=true"/>
>   <action application="set" data="RECORD_STEREO=true"/>
>   <action application="export" data="RECORD_TOGGLE_ON_REPEAT=true"/>
>   <action application="export" data="record_concat_video=true"/>
>   <action application="bind_meta_app" data="2 a i
> record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_a.mp4"/>
>   <action application="bind_meta_app" data="2 b i
> record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_b.mp4"/>
>   <action application="answer"/>
>   <action application="bridge" data="user/1003${sip_profile}"/>
> </condition>
> </extension>
>
> When I start to record video with the help of mod_vlc (with mod_av the
> same result), beautifully crafted file. Writes about 3-5 minutes (always
> different) and then crash freeswitch with error "Segmentation fault (core
> dumped)". The log is nothing critical
>
> 2015-10-14 18:00:08.727101 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:17.667098 [DEBUG] switch_core_media.c:2030
> 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213
> sofia/internal/3pdl5ns9 at elvq5f8dpe6i.invalid "Extension 1004" Sync A/V JB
> to 300ms 4 VFrames FPS 30 a:yes v:no
> 2015-10-14 18:00:17.667098 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:18.717096 [DEBUG] switch_core_media.c:2030
> b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/
> 1004 at sip1.applicloud.com "1004" Sync A/V JB to 300ms 4 VFrames FPS 30
> a:yes v:no
> 2015-10-14 18:00:18.717096 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:27.707101 [DEBUG] switch_core_media.c:2030
> 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213
> sofia/internal/3pdl5ns9 at elvq5f8dpe6i.invalid "Extension 1004" Sync A/V JB
> to 300ms 4 VFrames FPS 30 a:yes v:no
> 2015-10-14 18:00:27.707101 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:28.727097 [DEBUG] switch_core_media.c:2030
> b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/
> 1004 at sip1.applicloud.com "1004" Sync A/V JB to 300ms 4 VFrames FPS 30
> a:yes v:no
> 2015-10-14 18:00:28.727097 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:37.747097 [DEBUG] switch_core_media.c:2030
> 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213
> sofia/internal/3pdl5ns9 at elvq5f8dpe6i.invalid "Extension 1004" Sync A/V JB
> to 300ms 4 VFrames FPS 30 a:yes v:no
> 2015-10-14 18:00:37.747097 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
> 2015-10-14 18:00:38.757097 [DEBUG] switch_core_media.c:2030
> b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/
> 1004 at sip1.applicloud.com "1004" Sync A/V JB to 300ms 4 VFrames FPS 30
> a:yes v:no
> 2015-10-14 18:00:38.757097 [DEBUG] switch_core_media.c:1937 Setting
> Jitterbuffer to 300ms (15 frames) (30 max frames)
>
>
>
> What am I doing wrong?
>
>
>
>
>
>
> *-- S pozdravem, Ing.Denis Jakovlev                           *mob.tel
>
> *. 775-415-382 *
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> --
> Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬
>
>http://freeswitch.org/http://cluecon.com/> http://twitter.com/FreeSWITCH
> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+
>
> ClueCon Weekly Development Call
> ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900
>
> https://www.youtube.com/watch?v=9XXgW34t40s
> https://www.youtube.com/watch?v=NLaDpGQuZDA
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151015/e2ae2eb3/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list