Hi,
On Tuesday 26 October 2010 22:14:12 [email protected] wrote:
> On Wed, 27 Oct 2010 08:45:00 +1300
>
> François Bissey <[email protected]> wrote:
> > I believe you may be the first person to try out python 2.6.6 with sage.
> > You may need to rebuild cython-0.12.1 (don't use 0.13) possibly numpy,
> > scipy, pexpect, ipython, matplotlib, mpmath, sympy, pynac, networx,
> > sphinx and then rebuild sage-clib and sage itself again. There may be
> > more but any one of these could be at fault.
>
> I have rebuilt Cython-0.12.1 today just before starting this thread.
> So, this is not because of Cython, I guess. I'll try to rebuild the
> packages you mentioned one by one and find the one causing the
> segfault. And then report back here.
If you do not find anything, please try the following:
USE=debug emerge -1 sage-baselayout
Also, make sure that the GNU Debugger is installed (emerge gdb). You may now
start Sage with
sage -gdb
which spawns Sage in a gdb session. Sage will crash just as before, but you
may retrieve a backtrace via typing
bt
That output would be interesting and may directly lead us to the root of the
problem.
>
> Regards,
> Vladimir
>
> -----
> <[email protected]>
Cheers,
Christopher