Ag. D. Hatzimanikas wrote: > The actual command which run the tests is: > > LD_LIBRARY_PATH=/tmp/Python-2.5.2: ./python -E -tt ./Lib/test/regrtest.py -l > > The "-E" switch unset the PYTHONPATH environment variable, so it's not > the blame.
<snip> > So I don't think is running any tests in the "/usr/lib/python2.5/test" > directory. > > What I think it happens, is that there is (probably) a reference from one > of the tests to one of the installed files from the PyXMl module. > I installed that same module and indeed I get a segmentation fault at the > same point. You can probably confim it with "strace -f -e open make test", and see which file (it is the one previously opened in the tree) is to blame. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
