Hi,<br><br><div class="gmail_quote">2010/6/14 Andrei Pelinescu-Onciul <span dir="ltr">&lt;<a href="mailto:andrei@iptel.org">andrei@iptel.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">
<br>
</div>By &quot;blocked&quot; you mean eating 100% cpu?<br>
Could you run a ps -lwwww &lt;pid_of_blocked_process&gt; ?<br></blockquote><div class="im"><br>Yes, it was eating 100% cpu, but I can&#39;t run the ps command because I had to reboot the computer. I&#39;ll do it the next time.<br>

<br>FYI, I ran the strace -p &lt;pid&gt; command and could see no activity at all in the process.<br>
<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">If it&#39;s using 100% cpu it might mean the list that search_htable()<br>
iterates on is corrupted and has become cyclic.<br>
<br>
You could also try compiling with debugging options, e.g.:<br>
make config mode=debug; make all<br>
or<br>
make config CC_EXTRA_OPTS=&quot;-O0&quot; ; make all<br>
<font color="#888888"><br>
<br></font></blockquote><div><br>Thanks, I will do that and report back if the problem happens again.<br><br>Best regards,<br><br>Santi<br></div></div>