Coredumps are generated by the operating system, not FreeSWITCH. See &#39;man 5 core&#39;.<div><br></div><div>It is configurable, to an extent. The default is a file named &#39;core&#39; in the current working directory of the process. You can adjust that behaviour through procfs using /proc/sys/kernel/core_pattern. It can include / characters to set a directory. Note it&#39;s a global setting.</div>

<div><br></div><div>For example:</div><div>$ echo &#39;/tmp/core.%e.%p&#39; &gt; /proc/sys/kernel/core_pattern</div><div><br></div><div>That would result in coredump files being created such as /tmp/core.freeswitch.23523 (example).</div>

<div><br></div><div>You&#39;ll want to pick a suitable directory with enough space and suitable permissions.</div><div><br></div><div>-Steve</div><div><br></div><div><br></div><div><div><br><br><div class="gmail_quote">On 29 January 2013 13:22, Mimiko <span dir="ltr">&lt;<a href="mailto:vbvbrj@gmail.com" target="_blank">vbvbrj@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 18.01.2013 18:19, Steven Ayre wrote:<br>
</div><div class="im">&gt; First of all update to the latest version of v1.2.stable or master - it<br>
&gt; may be something that&#39;s already fixed if you&#39;re on an old version.<br>
<br>
<br>
</div>Updated to FreeSWITCH Version 1.3.13b+git~20130118T050605Z~cad607d72e<br>
(git cad607d 2013-01-18 05:06:05Z)<br>
<br>
After a many days test it doesn&#39;t generate this segfault anymore.<br>
<br>
But again in case of coredumps, how to specify where to save this files?<br>
As they does not have permission to fs binary folder.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Mimiko desu.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div></div>