[Python-Dev] python seg faults (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Feb 11 20:14:54 CET 2009
- Previous message: [Python-Dev] python seg faults
- Next message: [Python-Dev] python seg faults
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So I am not sure where the error is. Any clue on where the bug possibly may be: adns-python, pynids or python? Or how I should I go about debugging this?
This is out of scope for python-dev, but I give some clues anyway:
- try finding out what kind of object is being released. Is it a good PyObject*? If so, what is its type?
- try running Python in debug mode; this will add additional checks on memory sanity.
HTH, Martin
- Previous message: [Python-Dev] python seg faults
- Next message: [Python-Dev] python seg faults
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]