Core dump revisited
Nick Craig-Wood
nick at craig-wood.com
Mon Dec 18 10:30:05 EST 2006
Sheldon <shejo284 at gmail.com> 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 <nick at craig-wood.com> -- http://www.craig-wood.com/nick
More information about the Python-list
mailing list