<div dir="ltr">A classic issue which bit me a few weeks ago was that the permissions on the core dump directory changed, preventing asterisk from creating a file?<div><br></div><div>Also, check the contents of the kernel sysctl that specifies the filename of core dumps - If it contains an absolute path, it will override asterisk's settings.</div><div><br></div><div><div># cat /proc/sys/kernel/core_pattern</div><div>core.%e</div></div><div><br></div><div>Worth a check?</div><div><br></div><div>Steve</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 22 Jul 2016 at 14:27 Joshua Colp <<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ross Beer wrote:<br>
> Hi Joshua,<br>
><br>
><br>
> There was one instance of this being reported on a ticket I read last<br>
> week. It just strange that on Fedora 23 that this has suddenly stopped<br>
> happening.<br>
<br>
You may have been thinking of ASTERISK-26219[1] which is CentOS 6.8.<br>
<br>
> The previous example shows that the dump was attempted but no files<br>
> created. They were being created for previous versions.<br>
<br>
I've checked the code responsible for setting the parameter when the -g<br>
option or dump_core is set and it hasn't changed. Ultimately it's the<br>
system that creates the core dump, we just change the parameter to raise<br>
the limit on the core dump size. I also did a quick look over the<br>
changes and nothing stood out.<br>
<br>
[1] <a href="https://issues.asterisk.org/jira/browse/ASTERISK-26219" rel="noreferrer" target="_blank">https://issues.asterisk.org/jira/browse/ASTERISK-26219</a><br>
<br>
--<br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" rel="noreferrer" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" rel="noreferrer" target="_blank">www.asterisk.org</a><br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</blockquote></div>