<br><div class="gmail_quote">On Thu, May 7, 2009 at 11:58 AM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</span> 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><div></div><div class="h5"><br>
</div></div>Try enabling core files (possibly `ulimit -c&#39; in sh, definitely<br>
`unlimit core&#39; in csh). Then, after a crash, you can call gdb with the<br>
executable and core file, and use `where&#39; to get a C-level stack trace.<br>
That might provide some useful hints.<br>
</blockquote><div><br>Thanks Matthew - I&#39;ll give this a shot.<br></div></div><br>