Hello list,<div><br></div><div>I&#39;m trying to debug my module after it crashed by SIGSEGV, but the problem is that I&#39;m unable to see the relevant data in the core file that&#39;s being dumped after the crash.</div><div>
<br></div><div>For example, if I do <i>bt full, </i>I get:</div><div><br></div><div><div>0  0x0ef0f494 in append_string () from /opt/install/kamailio-3.2.3/lib/kamailio/modules_k/cnx3a.so</div><div>No symbol table info available.</div>
<div>#1  0x0eef9658 in build_message () from /opt/install/kamailio-3.2.3/lib/kamailio/modules_k/cnx3a.so</div><div>No symbol table info available.</div><div>Backtrace stopped: frame did not save the PC</div></div><div><br>
</div><div>Only the functions that were called but no parameter values. </div><div><br></div><div>AFAIK, if I compile kamailio from sources, it is by default compiled with the -g option, so, it looks like that I&#39;m missing something else.</div>
<div><br></div><div>Regards.</div><div><br></div><div>Carlos.</div>