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 <<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>> 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>> -----BEGIN PGP SIGNED MESSAGE-----<br>> Hash: SHA1<br>><br>> equis software wrote:<br>> > Hi, I'm testing Asterisk
1.4.15 with the -g option.<br>> > When it crash didnīt generate core file in the /tmp folder.<br>> > What is happening??<br>><br>> Check the directory you were in when you ran Asterisk.<br><br></div>Or alternatively:
<br><br> echo '/tmp/core.%e.%t' > /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>'core.<name_of_executable>.<time_of_crash>' (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> Tzafrir Cohen<br>icq#16849755 jabber:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>+972-50-7952406 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> <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> <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>