Thanks for your email Marius.<br><br>Could you please explain in a little more detail how to compile Kamailio with debug symbols?<br>Do i use the command make CFLAGS=-g ?<br>then make QUIET=no all?<br><br>Thanks again for your assistance!<br>
<br>Regards<br>Phillip<br><div class="gmail_quote">
On Thu, Sep 15, 2011 at 5:02 PM, marius zbihlei <span dir="ltr">&lt;<a href="mailto:marius.zbihlei@1and1.ro" target="_blank">marius.zbihlei@1and1.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>On 09/14/2011 07:40 PM, Phillman25 Kyriacou wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello<br>
<br>
Here is the output of the gdb commands:<br>
<br>
(gdb) core core<br>
[New Thread 18567]<br>
Core was generated by `/usr/local/sbin/kamailio -P /var/run/kamailio/kamailio.pid -m 64 -u root -g roo&#39;.<br>
Program terminated with signal 6, Aborted.<br>
#0  0x0040a422 in __kernel_vsyscall ()<br>
.<br>
.<br>
.<br>
<br>
(gdb) bt full<br>
#0  0x0040a422 in __kernel_vsyscall ()<br>
No symbol table info available.<br>
#1  0x0056a651 in ?? ()<br>
No symbol table info available.<br>
#2  0x00695ff4 in ?? ()<br>
No symbol table info available.<br>
#3  0x0056da82 in ?? ()<br>
No symbol table info available.<br>
#4  0x00000006 in ?? ()<br>
No symbol table info available.<br>
#5  0xbff91960 in ?? ()<br>
</blockquote>
<br></div>
Hello,<br>
This is not very helpful as the debug symbols weren&#39;t loaded. You have to compile Kamailio with debug symbols (make sure the -g flag is passed to CFLAGS when compiling) and then reload the core (it is not mandatory to generate another one )<br>


<br>
make QUIET=no (to see the flags)<br>
<br>
Also don&#39;t strip the executable<br>
<br>
<br>
Marius<br>
<br>
-- <br>
Zbihlei Marius<br>
<br>
Head of<br>
Linux Development Services Romania<br>
<br>
1&amp;1 Internet Development srl    Tel KA: 754-9512<br>
Str Mircea Eliade 18            Tel RO: <a href="tel:%2B40-31-223-9512" value="+40312239512" target="_blank">+40-31-223-9512</a><br>
Sect 1, Bucuresti               mailto: <a href="mailto:marius.zbihlei@1and1.ro" target="_blank">marius.zbihlei@1and1.ro</a><br>
71295, Romania<br>
<br>
</blockquote></div><br>