[plt-scheme] how to trace a segmentation fault?

From: YC (yinso.chen at gmail.com)
Date: Thu May 7 15:18:41 EDT 2009

On Thu, May 7, 2009 at 11:58 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

>
> Try enabling core files (possibly `ulimit -c' in sh, definitely
> `unlimit core' in csh). Then, after a crash, you can call gdb with the
> executable and core file, and use `where' to get a C-level stack trace.
> That might provide some useful hints.
>

Thanks Matthew - I'll give this a shot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090507/0f749fce/attachment.html>

Posted on the users mailing list.