FYI, I&#39;ve added this information to the &quot;Reporting Bugs&quot; page. Everyone please be ready to point those with &quot;my CPU is at 100%&quot; questions to this section:<br><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs#CPU_Usage">http://wiki.freeswitch.org/wiki/Reporting_Bugs#CPU_Usage</a><br>
<br>-MC<br><br><div class="gmail_quote">On Fri, May 18, 2012 at 8:04 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@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">update to latest<br>
reproduce<br>
<br>
cmd: top -H `cat /usr/local/freeswitch/run/freeswitch.pid`<br>
find the process that is 100% and note its pid<br>
cmd: gcore `cat /usr/local/freeswitch/run/freeswitch.pid`<br>
cmd: gdb `which freeswitch` &lt;name of resulting file generated by gcore&gt;<br>
enter: &quot;info threads&quot;<br>
look for the one with the same pid as the one you noted above<br>
enter: thread &lt;thread # that goes with the pid&gt;<br>
enter: bt<br>
<br>
but you should be using jira, I have to say this 200 times a week.<br>
<div><div class="h5"><br>
<br>
On Fri, May 18, 2012 at 5:10 AM, Peter Olsson<br>
&lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt; wrote:<br>
&gt; If this is still reproducable on latest git, please file a Jira and supply as much details as possible. At least you will need to upload debug log, and a stack trace when this happens.<br>
&gt;<br>
&gt; /Peter<br>
&gt;<br>
&gt; 17 maj 2012 kl. 22:41 skrev &quot;Stephen Wilde&quot; &lt;<a href="mailto:wstephen80@gmail.com">wstephen80@gmail.com</a>&gt;:<br>
&gt;<br>
&gt;&gt; I have done a git pull (now git-83e090c 2012-05-17 16-40-30 +0000) and I have a strange load distribution over cores: one core at 100%.<br>
&gt;&gt;<br>
&gt;&gt; Here the htop:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;   1  [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||100.0%]<br>
&gt;&gt;   2  [|||||||||||||||||                                                                   19.1%]<br>
&gt;&gt;   3  [||                                                                                   1.3%]<br>
&gt;&gt;   4  [||                                                                                   1.3%]<br>
&gt;&gt;   5  [                                                                                     0.0%]<br>
&gt;&gt;   6  [                                                                                     0.0%]<br>
&gt;&gt;   7  [||||                                                                                 3.9%]<br>
&gt;&gt;   8  [|||||||||||||                                                                       13.2%]<br>
&gt;&gt;   9  [                                                                                     0.0%]<br>
&gt;&gt;   10 [|||||||||||||||||                                                                   18.3%]<br>
&gt;&gt;   11 [|||||                                                                                4.6%]<br>
&gt;&gt;   12 [||||||||||||||||                                                                    17.0%]<br>
&gt;&gt;   13 [||||||||                                                                             8.6%]<br>
&gt;&gt;   14 [||||||||||||                                                                        12.5%]<br>
&gt;&gt;   15 [||||||||                                                                             8.6%]<br>
&gt;&gt;   16 [|||||||||||||||||||                                                                 21.1%]<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; After revert to an old git I have this htop:<br>
&gt;&gt;<br>
&gt;&gt;   1  [|||||||                                                                              7.2%]<br>
&gt;&gt;   2  [||||||||||||                                                                        11.8%]<br>
&gt;&gt;   3  [|||||                                                                                5.3%]<br>
&gt;&gt;   4  [|||||||                                                                              6.6%]<br>
&gt;&gt;   5  [||||                                                                                 3.3%]<br>
&gt;&gt;   6  [|||||||||                                                                            9.0%]<br>
&gt;&gt;   7  [|||||                                                                                4.6%]<br>
&gt;&gt;   8  [||||||||||||||                                                                      15.1%]<br>
&gt;&gt;   9  [|||||||                                                                              6.5%]<br>
&gt;&gt;   10 [|||||||||                                                                            9.3%]<br>
&gt;&gt;   11 [||||||                                                                               6.5%]<br>
&gt;&gt;   12 [||||||||||||||                                                                      14.9%]<br>
&gt;&gt;   13 [||||||||                                                                             7.8%]<br>
&gt;&gt;   14 [||||||||||||||||                                                                    17.0%]<br>
&gt;&gt;   15 [||||||||                                                                             7.3%]<br>
&gt;&gt;   16 [|||||||||||                                                                         11.8%]<br>
&gt;&gt;<br>
&gt;&gt; anyone with same issue?<br>
&gt;&gt; !DSPAM:4fb55f8732762045212077!<br></div></div></blockquote></div><br>