<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 26, 2018 at 7:59 PM, Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="m_-1719829950035481904gmail-">On Tue, Jun 26, 2018 at 6:15 PM, Dovid Bender <span dir="ltr"><<a href="mailto:dovid@telecurve.com" target="_blank">dovid@telecurve.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I have Asterisk running on a Ubuntu 18.0.4 on Digital Ocean. Every so often asterisk crashes and then restarts. I am not seeing any core dumps on the box. The only I thing I see every time is a second before Asterisk crashes there is a AAAA lookup for the boxes hostname. As soon as it gets the response I see that asterisk is restarting. Any idea what would cause this and how would get a dump or further debug? I did build Asterisk with DONT_OPTIMIZE and BETTER_BACKTRACES but not seeing any traces anywhere. I am using Asterisk 15.4.1.</div></blockquote><div><br></div></span><div>You have to start asterisk with the -g option to make asterisk create core files.</div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace" target="_blank">https://wiki.asterisk.org/wiki<wbr>/display/AST/Getting+a+Backtra<wbr>ce</a><span class="m_-1719829950035481904gmail-HOEnZb"><font color="#888888"><br></font></span></div><span class="m_-1719829950035481904gmail-HOEnZb"><font color="#888888"><div><br></div><div>Richard</div></font></span></div></div></div><br></blockquote><div>It's very strange. So when I try to start asterisk via systemd I get:<br>

<div style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><div><div><div>root@fingerprint1:/var/lib/<wbr>lxcfs/cgroup/name=systemd/<wbr>system.slice# systemctl start asterisk</div><div>Job for asterisk.service failed because a timeout was exceeded.</div><div>See "systemctl status asterisk.service" and "journalctl -xe" for details.</div><div>root@fingerprint1:/var/lib/<wbr>lxcfs/cgroup/name=systemd/<wbr>system.slice# </div><div>root@fingerprint1:/var/lib/<wbr>lxcfs/cgroup/name=systemd/<wbr>system.slice# </div><div>root@fingerprint1:/var/lib/<wbr>lxcfs/cgroup/name=systemd/<wbr>system.slice# ps aux | grep aster</div><div>root     14412  0.1  0.5  25084  5208 pts/2    S+   10:52   0:00 nano /lib/systemd/system/asterisk.<wbr>service</div><div>asterisk 14425  9.3  4.7 1304352 48144 ?       Ssl  10:52   0:00 /usr/sbin/asterisk -g -f -U asterisk</div><div>root     14526  0.0  0.0  14856   976 pts/0    S+   10:52   0:00 grep --color=auto aster</div><div>root@fingerprint1:/var/lib/<wbr>lxcfs/cgroup/name=systemd/<wbr>system.slice# </div></div></div></div><br class="gmail-Apple-interchange-newline">As you can see it's still working. If I then connect to the console asterisk is running fine, in this case Asterisk restarts randomly (every 1-2 minutes). If I then start asterisk myself by doing:</div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span> </span>/usr/sbin/asterisk -g -f -U asterisk</span>

<br></div><div><br></div><div>Then it starts fine and works with no issue. It would seem there is something with systemd that is causing Asterisk to restart. I don't think it's the actual script since I would then expect it to always restart at the same time though I am not able to find any dumps any where on the box.</div><div><br></div><div>Any ideas?</div><div><br></div><div><br></div></div></div></div>