Sheldon <[EMAIL PROTECTED]> wrote:
>  gdb msgppscomp.py core.3203

Run

  gdb python

Then type

  run msgppscomp.py

at the gdb prompt.

When it crashes, type "bt" for a back trace.  This will pinpoint
exactly where it crashes.

Hopefully that will make things clearer.  If not post the output.

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to