This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients Ramchandra Apte, christian.heimes, mmokrejs
Date 2013-08-25.11:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377428522.95.0.477812569935.issue17234@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Ramchandra and Christian,
  I am using numpy, matplotlib, expat/cElementTree, doing a lot of os.Popen calls. But I think the problem is taht I have huge lists and when I do not need them I do del(_mylist) in the code ASAP. That probably causes a lot of churn.

  Here is one stacktrace I just got with the faulthandler installed. It does not show in the trace any 3rd-party module so can I conclude it is a core python bug? Just recompiling with "-ggdb" so eventually will have better stacktraces.




  Does this help? I don't have the gdb stacktrace as I recompiled the binary now again ... :(

Fatal Python error: /mnt/1TB/var/tmp/portage/dev-lang/python-2.7.5-r2/work/Python-2.7.5/Objects/dictobject.c:1009 object at 0x40c0a60 has negative ref count -1
Fatal Python error: Aborted
History
Date User Action Args
2013-08-25 11:02:03mmokrejssetrecipients: + mmokrejs, christian.heimes, Ramchandra Apte
2013-08-25 11:02:02mmokrejssetmessageid: <1377428522.95.0.477812569935.issue17234@psf.upfronthosting.co.za>
2013-08-25 11:02:02mmokrejslinkissue17234 messages
2013-08-25 11:02:01mmokrejscreate