<!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">
Dear Tzafrir,<br>
<br>
Thanks for your information, I'm gonna look for this package and will
try to analyze dump file after debug package installation.<br>
<br>
Best Regards,<br>
Fernando<br>
<br>
Tzafrir Cohen wrote:
<blockquote cite="mid:20091103073200.GF3204@xorcom.com" type="cite">
  <pre wrap="">On Tue, Nov 03, 2009 at 01:18:14AM -0300, Fernando Berretta wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Yesterday I've got a core dump from Asterisk, other times I was able to 
discover what this core dump was related with through gdb Ouput info,, 
but this time.. I'm really lost. Could some one please help me

GDB output is at

<a class="moz-txt-link-freetext" href="http://pastebin.com/m603e6a74">http://pastebin.com/m603e6a74</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
When Asterisk is installed from a binary package, you will normally get
binaries without debug symbols to save space. You sypically don't need
the debug information.

However for the cases you do need them, the debug symbols are available
in a separate package (with rpm: the *-debuginfo packages , with debs:
-dbg packages or several similar things).

Debug symbols are not needed at core dumping time. They are only needed
when you try to get something useful from a core dump (e.g. with gdb).
So you can install them after dumping the core. However they must be of
exacatly the same version of the Asterisk package installed on your
system (that dumped the core in the first place).

So basically: just install the package asterisk-debuginfo and try
aagain.

There's also a similar package for glibc for the libc stuff, though this
typically is less useful.

  </pre>
</blockquote>
<br>
</body>
</html>