Make sure your system is set up to core dump (at unix prompt, give command something like unlimit coredumpsize somethin like that...) and then when it crashes a core will appear in the lib directory. Type this: gdb bin/circle lib/core and it will tell you exactly where it crashed (type 'where' after that, too). This is assuming you compiled with -g option. That should help you figure it out.
This archive was generated by hypermail 2b30 : 12/07/00 PST