Hi Simon, It is very strange. I use Ubuntu 11.10 and my parameters are:
hamsin@hamsin-pc:~/bin/sage-5.0.beta4$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.10 Release: 11.10 Codename: oneiric hamsin@hamsin-pc:~/bin/sage-5.0.beta4$ gcc --version gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. hamsin@hamsin-pc:~/bin/sage-5.0.beta4$ uname -a Linux hamsin-pc 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux sage: version() 'Sage Version 4.8, Release Date: 2012-01-20' I have compiled 5.0.beta4 and received the same bug: sage: version() 'Sage Version 5.0.beta4, Release Date: 2012-02-14' sage: load ./Main.sage Compiling ./CFunc.spyx... in c_PC >>> /home/hamsin/bin/sage-5.0.beta4/local/lib/libcsage.so(print_backtrace+0x31)[0x7f017a535ea9] /home/hamsin/bin/sage-5.0.beta4/local/lib/libcsage.so(sigdie+0x14)[0x7f017a535edb] /home/hamsin/bin/sage-5.0.beta4/local/lib/libcsage.so(sage_signal_handler+0x20c)[0x7f017a535b06] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10060)[0x7f0180453060] /home/hamsin/bin/sage-5.0.beta4/local/lib/libreadline.so.6(PC+0x0)[0x7f017be1942a] ------------------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occurred in Sage. This probably occurred because a *compiled* component of Sage has a bug in it and is not properly wrapped with sig_on(), sig_off(). You might want to run Sage under gdb with 'sage -gdb' to debug this. Sage will now terminate. ------------------------------------------------------------------------ /home/hamsin/bin/sage-5.0.beta4/spkg/bin/sage: line 304: 16967 Segmentation fault sage-ipython "$@" -i Can anyone reproduce the same bug on Ubuntu? Best regards, Oleksandr -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org