[issue25463] 2.7.10 glibc double free detected

William D Colburn report at bugs.python.org
Thu Dec 31 10:02:53 EST 2015


William D Colburn added the comment:

wcolburn at 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 <report at bugs.python.org>
<http://bugs.python.org/issue25463>
_______________________________________


More information about the Python-bugs-list mailing list