Quote:
Originally Posted by kovidgoyal
Interesting, what change was this exactly?
|
Under gentoo /usr/bin/python call's python-wrapper. By changing the first line of the scripts to
#!/usr/bin/python2
it called the version of python needed directly. There seems to be a big with how python-wrapper sets up the environment. The segfault was happening when python was cleaning up.