Is not a configuration problem because if I run an older version of Asterisk (ie 1.4.12) it generates this core in /tmp<br>With 1.4.15 I did # updatedb and then #locate core* and I didnīt found.<br>I found why Asterisk 1.4.15
 crash, is because of this error:<br><br>asterisk: symbol lookup error: /usr/lib/asterisk/modules/cdr_pgsql.so: undefined symbol: PQescapeStringConn<br><br>I comment cdr_pgsql.conf and it doesnīt crash any more.(Off course I havenīt cdr in postgres)
<br><br><br><br><div class="gmail_quote">On Dec 3, 2007 7:45 AM, Tzafrir Cohen &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, Dec 02, 2007 at 01:06:50PM +1300, Matt Riddell wrote:<br>&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>&gt; Hash: SHA1<br>&gt;<br>&gt; equis software wrote:<br>&gt; &gt; Hi, I&#39;m testing Asterisk 
1.4.15 with the &nbsp;-g option.<br>&gt; &gt; When it crash didnīt generate core file in the /tmp folder.<br>&gt; &gt; What is happening??<br>&gt;<br>&gt; Check the directory you were in when you ran Asterisk.<br><br></div>Or alternatively:
<br><br> &nbsp;echo &#39;/tmp/core.%e.%t&#39; &gt; /proc/sys/kernel/core_pattern<br><br>This will mean that all core files (for anything that generates core<br>file, not only asterisk) will be created under /tmp with the file name
<br>&#39;core.&lt;name_of_executable&gt;.&lt;time_of_crash&gt;&#39; (time: seconds since epoch).<br><br>To make this change permanent (if you actually think it is wise), use<br>/etc/sysctl.conf .<br><font color="#888888">
<br>--<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tzafrir Cohen<br>icq#16849755 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jabber:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>+972-50-7952406 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mailto:<a href="mailto:tzafrir.cohen@xorcom.com">
tzafrir.cohen@xorcom.com</a><br><a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a> &nbsp;<a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br></font>
<div><div></div><div class="Wj3C7c"><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<br></div></div></blockquote></div><br>