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 wcolburnnrao
Recipients amaury.forgeotdarc, wcolburnnrao
Date 2015-12-31.15:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451574173.27.0.325449610694.issue25463@psf.upfronthosting.co.za>
In-reply-to
Content
wcolburn@anotheruvula</home/anotheruvula/python/debug>$ strace doublefree 2>&1 | grep site.py
open("/home/anotheruvula/python/debug/pybug/lib/python2.7/site.py", O_RDONLY) = 3
open("/home/anotheruvula/python/debug/pybug/lib/python2.7/site.pyc", O_RDONLY) = 4
*** glibc detected *** doublefree: double free or corruption (out): 0x00007fa1eb491030 ***
======= Backtrace: =========

It's pulling in it's own site.py, not the system site.py when I do it.
History
Date User Action Args
2015-12-31 15:02:53wcolburnnraosetrecipients: + wcolburnnrao, amaury.forgeotdarc
2015-12-31 15:02:53wcolburnnraosetmessageid: <1451574173.27.0.325449610694.issue25463@psf.upfronthosting.co.za>
2015-12-31 15:02:53wcolburnnraolinkissue25463 messages
2015-12-31 15:02:52wcolburnnraocreate