<!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 text="#000000" bgcolor="#ffffff">
On 09/15/2010 02:45 PM, Steve Howes wrote:
<blockquote
 cite="mid:65447DD3-162E-43AA-9DC3-B794631F18EC@geekinter.net"
 type="cite">
  <pre wrap="">On 15 Sep 2010, at 13:22, Jonas Kellens wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have indeed found the core file in /tmp (that is where 'locate' does 
not look huh...)
    </pre>
  </blockquote>
  <pre wrap="">
'updatedb'?

S
  </pre>
</blockquote>
<br>
Off course I did that, Steve, before I did a locate on 'core'. But
doesn't locate also have some PATH ? Where in my case /tmp is not in it.<br>
<br>
Meanwhile I have come across this :<br>
<br>
<ol>
  <li> start Asterisk with safe_asterisk
  </li>
  <li> enter "gdb asterisk core.xxxx"
  </li>
  <li> enter "bt" while in gdb (or do a "bt full")
  </li>
  <li> enter "thread apply all bt"
  </li>
</ol>
<br>
I have no experience with this, so I post my output :<br>
<br>
[root@asterisk ~]# gdb asterisk core.4483<br>
&lt;snip&gt;<br>
This GDB was configured as "i386-redhat-linux-gnu"...<br>
"/root/core.4483" is not a core dump: File format not recognized<br>
(gdb) bt<br>
No stack.<br>
(gdb) Quit<br>
<br>
<br>
Jonas.<br>
</body>
</html>