William D Colburn added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25463>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to