I suspect this is really a numpy/python2.7 problem. Tracing through
TuebingenMEG.__init__() from the test, you'll see that the call to
N.fromstring() on line 90 is what's segfaulting. That's really
numpy.fromstring(). It does not segfault in Python 2.6.
The crash is happening inside Python at Python/_warnings.c:449 where it
tries to do:
PyFrameObject *f = PyThreadState_GET()->frame
but the thread state is bogus. Investigations continue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685469
Title:
ftbfs with python2.7
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs