<div dir="ltr">Yes, I tried - creates the debug file in /tmp. But it would be no useful if opensips is functioning properly at the time of run. The idea is to collect the data when processes are stuck at 100% - correct?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/18 Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can run it even now, to test it :)<div class="HOEnZb"><div class="h5"><br><br>On Tuesday, December 17, 2013, Dragomir Haralambiev  wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<div dir="ltr">
Thanks for the guide! Got the new opensopsctl in place now. So - next time I get opensips processes stuck at 100%, I just run the trap command and provide the file for investigation - rigth?</div><div>
<br><br><div>2013/12/18 Ovidiu Sas <span dir="ltr">&lt;<a>osas@voipembedded.com</a>&gt;</span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">

Try this:<br>
1. clone a clean opensips 1.9 repo:<br>
git clone <a href="https://github.com/OpenSIPS/opensips.git" target="_blank">https://github.com/OpenSIPS/opensips.git</a> -b 1.8 opensips-1.8<br>
2. go into the repo:<br>
cd opensips-1.8<br>
3. pull from master branch my commits:<br>
git cherry-pick -x 9d25d0c7cf4391ca85bb25a23e2e933e6878a48a<br>
git cherry-pick -x 54a22de28833d674350b919a4791f1a2c2953ba9<br>
4. re-install opensips from the new repo<br>
<br>
Regards,<br>
Ovidiu Sas<br>
<br>
On Tue, Dec 17, 2013 at 6:05 PM, Dragomir Haralambiev<br>
<div><div>&lt;<a>goup2010@gmail.com</a>&gt; wrote:<br>
&gt; Thanks Ovidiu,<br>
&gt;<br>
&gt; indeed I have multiple processes stuck at 100% when the issue occurs.<br>
&gt;<br>
&gt; I am not sure how to backport the patch you mentioned. git pull doesn&#39;t give<br>
&gt; me new files (1.8 LTS)<br>
&gt;<br>
&gt;<br>
&gt; 2013/12/18 Ovidiu Sas &lt;<a>osas@voipembedded.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; That process is stuck in a lock.<br>
&gt;&gt; Most likely there is another opensips process that is stuck in a similar<br>
&gt;&gt; lock.<br>
&gt;&gt; I pushed a new opensipsctl &#39;trap&#39; command in trunk.<br>
&gt;&gt; You can backport the commit into your existing repo and use that<br>
&gt;&gt; command to gather all the required info in one single command and then<br>
&gt;&gt; post the file or the content of the file.<br>
&gt;&gt; You will need to run:<br>
&gt;&gt; opensipsctl trap<br>
&gt;&gt;<br>
&gt;&gt; Here&#39;s the link to the commit:<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://github.com/OpenSIPS/opensips/commit/9d25d0c7cf4391ca85bb25a23e2e933e6878a48a" target="_blank">https://github.com/OpenSIPS/opensips/commit/9d25d0c7cf4391ca85bb25a23e2e933e6878a48a</a><br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Ovidiu Sas<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Dec 17, 2013 at 5:01 PM, Dragomir Haralambiev<br>
&gt;&gt; &lt;<a>goup2010@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Finally I managed to capture a gdb output from opensips process stuck at<br>
&gt;&gt; &gt; 100% CPU:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://pastebin.com/Fvz9Whi1" target="_blank">http://pastebin.com/Fvz9Whi1</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2013/12/16 Răzvan Crainea &lt;<a>razvan@opensips.org</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hello!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Can you attach with gdb to one of the processes that are using 100% CPU<br>
&gt;&gt; &gt;&gt; and post the backtrace on pastebin? You should do something like:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; gdb /path/to/opensips pid<br>
&gt;&gt; &gt;&gt; bt full<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; And upload the entire output on pastebin.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Best regards,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Razvan Crainea<br>
&gt;&gt; &gt;&gt; OpenSIPS Core Developer<br>
&gt;&gt; &gt;&gt; <a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On 12/16/2013 12:08 PM, <a>pavel@eremina.net</a> wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I had same problem when my Debian can&#39;t resolve one of gateways.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 2013/12/16 Dragomir Haralambiev &lt;<a>goup2010@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt; &lt;mailto:<a>goup2010@gmail.com</a>&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;     i have not Registrant module.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;     On Dec 16, 2013 11:53 AM, &quot;<a>pavel@eremina.net</a><br>
&gt;&gt; &gt;&gt;&gt;     &lt;mailto:<a>pavel@eremina.net</a>&gt;&quot; &lt;<a>eremina.net@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;     </div></div></blockquote></div></div></blockquote><br><br></div></div><div class="HOEnZb"><div class="h5">-- <br>VoIP Embedded, Inc.<br><a href="http://www.voipembedded.com" target="_blank">http://www.voipembedded.com</a><br>

</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>