<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi.<br>
It seems asterisk is in endless loop.<br>
<br>
Try this:<br>
1) Try to compile debug version of asterisk, <br>
2) launch it. <br>
3) connect to it with GDB when it's
in endless loop (0% idle).<br>
4) Execute `info threads` to check what thread makes that loop. It's
the one in the 'RUNNING' state.<br>
5) exit GDB<br>
6) repeat 3-5 several times to make sure about thread that causes
problem<br>
7) connect with GDB again<br>
8) Go to `thr &lt;number&gt;` to thread that seems to cause problem and
check `bt` to see what piece of code causes problem.<br>
<br>
Matthias Fechner wrote:
<blockquote cite="mid:49C9F969.6060808@fechner.net" type="cite">
  <pre wrap="">Hi,

Michiel van Baak schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">What version of asterisk is this ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
it is the current version from the port:
asterisk-1.4.23.1   An Open Source PBX and telephony toolkit
asterisk-addons-1.4.6_4 GPL modules for the Asterisk Open Source PBX
asterisk-app-ldap-2.0.r1_2 LDAPget application module for the Asterisk
zaptel-1.4.11_1     A FreeBSD Driver for FXO, FXS, BRI and PRI Telephony
newt-0.51.0_8       Not Erik's Windowing Toolkit:  console I/O handling


Best regards
Matthias

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Andrii Arsirii
Streamco
CEO
+380972400426
<a href="http://streamco.org.ua">http://streamco.org.ua</a>
</pre>
<br>
<pre class="moz-signature" cols="72">-- 
Andrii Arsirii
Streamco
CEO
+380972400426
<a class="moz-txt-link-freetext" href="http://streamco.org.ua">http://streamco.org.ua</a>
</pre>
</body>
</html>