<div dir="ltr">Segmentation faults are always a bug. They&#39;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&#39;s already fixed), if it does file a Jira.</div><div class="gmail_extra"><br><div class="gmail_quote">On 15 October 2015 at 07:36, Denis Jakovlev <span dir="ltr">&lt;<a href="mailto:yadenis@seznam.cz" target="_blank">yadenis@seznam.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>
<span style="font-family:&#39;Courier New&#39;;font-size:9pt">Dobrý den,<br>
<br>
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.<br>
<br>
<span style="font-family:&#39;calibri&#39;;color:#c0c0c0"><i><span class="">-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev                           <br>
<a href="http://mob.tel" target="_blank">mob.tel</a>. 775-415-382<br>
<br></span>
středa 14. října 2015, 23:40:15, napsal jste:<br>
<br>
</i></span></span><div><div class="h5"><table>
<tbody><tr>
<td width="2" bgcolor="#0000ff"><br>
</td>
<td><span style="font-family:&#39;courier new&#39;;font-size:9pt">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.<br>
Also you need to be using our repo and install our packages for the depends.<br>
<br>
<br>
On Wed, Oct 14, 2015 at 4:36 PM, Chris Tunbridge &lt;</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:blasterjr@gmail.com" target="_blank">blasterjr@gmail.com</a><span style="font-family:&#39;courier new&#39;;font-size:9pt">&gt; wrote:<br>
You should file issues like this as a Jira<br>
<br>
On Wed, Oct 14, 2015 at 10:01 AM, Denis Jakovlev &lt;</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:yadenis@seznam.cz" target="_blank">yadenis@seznam.cz</a><span style="font-family:&#39;courier new&#39;;font-size:9pt">&gt; wrote:<br>
Hi All,<br>
<br>
Collided with an interesting problem.<br>
<br>
FreeSWITCH Version 1.7.0 on Debian 8. Clean installation. I am trying to make a call to 1004 in 1003<br>
Simple dialplan<br>
<br>
<br>
&lt;extension name=&quot;test4&quot;&gt;<br>
 &lt;condition field=&quot;destination_number&quot; expression=&quot;^(6083)$&quot;&gt;<br>
   &lt;action application=&quot;export&quot; data=&quot;nolocal:absolute_codec_string=VP8,OPUS&quot;/&gt;<br>
   &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
   &lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;<br>
   &lt;action application=&quot;export&quot; data=&quot;RECORD_TOGGLE_ON_REPEAT=true&quot;/&gt;<br>
   &lt;action application=&quot;export&quot; data=&quot;record_concat_video=true&quot;/&gt;<br>
   &lt;action application=&quot;bind_meta_app&quot; data=&quot;2 a i record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_a.mp4&quot;/&gt;<br>
   &lt;action application=&quot;bind_meta_app&quot; data=&quot;2 b i record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_b.mp4&quot;/&gt;<br>
   &lt;action application=&quot;answer&quot;/&gt;<br>
   &lt;action application=&quot;bridge&quot; data=&quot;user/1003${sip_profile}&quot;/&gt;<br>
 &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
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 &quot;Segmentation fault (core dumped)&quot;. The log is nothing critical<br>
<br>
2015-10-14 18:00:08.727101 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:17.667098 [DEBUG] switch_core_media.c:2030 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213 sofia/internal/3pdl5ns9@elvq5f8dpe6i.invalid &quot;Extension 1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:17.667098 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:18.717096 [DEBUG] switch_core_media.c:2030 b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:1004@sip1.applicloud.com" target="_blank">1004@sip1.applicloud.com</a><span style="font-family:&#39;courier new&#39;;font-size:9pt"> &quot;1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:18.717096 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:27.707101 [DEBUG] switch_core_media.c:2030 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213 sofia/internal/3pdl5ns9@elvq5f8dpe6i.invalid &quot;Extension 1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:27.707101 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:28.727097 [DEBUG] switch_core_media.c:2030 b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:1004@sip1.applicloud.com" target="_blank">1004@sip1.applicloud.com</a><span style="font-family:&#39;courier new&#39;;font-size:9pt"> &quot;1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:28.727097 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:37.747097 [DEBUG] switch_core_media.c:2030 37bb2d93-701b-4b5e-8e6d-b51dc2b2b213 sofia/internal/3pdl5ns9@elvq5f8dpe6i.invalid &quot;Extension 1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:37.747097 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
2015-10-14 18:00:38.757097 [DEBUG] switch_core_media.c:2030 b6beadf0-c5c6-47a0-a6e5-ea7539922589 sofia/internal/</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:1004@sip1.applicloud.com" target="_blank">1004@sip1.applicloud.com</a><span style="font-family:&#39;courier new&#39;;font-size:9pt"> &quot;1004&quot; Sync A/V JB to 300ms 4 VFrames FPS 30 a:yes v:no<br>
2015-10-14 18:00:38.757097 [DEBUG] switch_core_media.c:1937 Setting Jitterbuffer to 300ms (15 frames) (30 max frames)<br>
<br>
<br>
<br>
What am I doing wrong?<br>
<br>
<br>
<br>
<span style="color:#c0c0c0"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev                           <br>
</i></span></span><a style="color:#c0c0c0;font-family:&#39;courier new&#39;;font-size:9pt" href="http://mob.tel" target="_blank">mob.tel</a><span style="font-family:&#39;courier new&#39;;font-size:9pt;color:#c0c0c0"><i>. 775-415-382<br>
<br>
</i><span style="color:#000000">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
</span></span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">Official FreeSWITCH Sites<br>
</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">FreeSWITCH-users mailing list<br>
</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">UNSUBSCRIBE:</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">Official FreeSWITCH Sites<br>
</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">FreeSWITCH-users mailing list<br>
</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">UNSUBSCRIBE:</span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">-- <br>
Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<br>
<br>
☞ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a><span style="font-family:&#39;courier new&#39;;font-size:9pt">  ☞ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://cluecon.com/" target="_blank">http://cluecon.com/</a><span style="font-family:&#39;courier new&#39;;font-size:9pt">  ☞ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a><br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">☞ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://irc.freenode.net" target="_blank">irc.freenode.net</a><span style="font-family:&#39;courier new&#39;;font-size:9pt"> #freeswitch ☞ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a><br>
<br>
<span style="font-family:&#39;courier new&#39;;font-size:9pt">ClueCon Weekly Development Call <br>
☎ </span><a style="font-family:&#39;courier new&#39;;font-size:9pt" href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><span style="font-family:&#39;courier new&#39;;font-size:9pt">  ☎ <a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a> <br>
<br>
</span><a style="color:#1155cc;font-family:&#39;courier new&#39;;font-size:10pt" href="https://www.youtube.com/watch?v=9XXgW34t40s" target="_blank">https://www.youtube.com/watch?v=9XXgW34t40s</a><br>
<a style="font-family:&#39;courier new&#39;;font-size:9pt" href="https://www.youtube.com/watch?v=NLaDpGQuZDA" target="_blank">https://www.youtube.com/watch?v=NLaDpGQuZDA</a></td>
</tr>
</tbody></table>
</div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>