[Python-Dev] python seg faults

"Martin v. Löwis" martin at v.loewis.de
Wed Feb 11 20:14:54 CET 2009


> 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


More information about the Python-Dev mailing list