Sage Crash Report

65 views
Skip to first unread message

Alvaro Ezequiel

unread,
Oct 22, 2017, 2:22:00 PM10/22/17
to sage-support


A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
    '/home/alvaro/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will help
them in understanding and correcting the problem.

Jan Groenewald

unread,
Oct 22, 2017, 3:01:26 PM10/22/17
to sage-support
Hi Alvaro,

Regards,
Jan





--
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^ 

Jeroen Demeyer

unread,
Oct 23, 2017, 4:01:13 AM10/23/17
to sage-s...@googlegroups.com
On 2017-10-22 21:01, Jan Groenewald wrote:
> If you can email this file to the developers
...provided with information on how you installed Sage, what OS you are
using, which version of Sage you are running, what command you ran when
you got this error.

Too many people think that a "Crash Report" is sufficient information.

Simon King

unread,
Oct 23, 2017, 5:32:30 AM10/23/17
to sage-s...@googlegroups.com
... which means that we should enhance our crash message (if there is any;
I don't recall what I saw when Sage last crashed for me).

Dima Pasechnik

unread,
Oct 23, 2017, 6:06:15 AM10/23/17
to sage-support
if you like to refresh your experience, you might try various 2-liners from
 

Simon King

unread,
Oct 23, 2017, 4:54:30 PM10/23/17
to sage-s...@googlegroups.com
Hi Dima,

On 2017-10-23, Dima Pasechnik <dim...@gmail.com> wrote:
>> ... which means that we should enhance our crash message (if there is any;
>> I don't recall what I saw when Sage last crashed for me).
>>
> if you like to refresh your experience, you might try various 2-liners from
> https://trac.sagemath.org/ticket/22766 :-)

OK, I see that there is no helpful message at all (even not a message
telling "please report at sage-devel").

Best regards,
Simon

Renan Birck Pinheiro

unread,
Oct 24, 2017, 9:22:34 PM10/24/17
to sage-s...@googlegroups.com
Hello,

I'm trying to install sagemath 8.0 on Fedora 26 x86_64.

I downloaded the tarball from the mirror and then uncompressed it, but when I run sage I get (after it finishes patching files) the crash that is in the attached file.

What to do?

Thanks,
--
Renan Birck Pinheiro - Blog - LinkedIn - GitHub
+55 47 97112201 - skype: birck.renan
 

Sage_crash_report.txt

Jeroen Demeyer

unread,
Oct 25, 2017, 9:12:46 AM10/25/17
to sage-s...@googlegroups.com
This is a known problem which will be fixed for Sage 8.1

For now, you have to install gfortran from your Fedora distribution.

Jakub Kustra

unread,
Oct 25, 2017, 9:58:57 PM10/25/17
to sage-support
Dear Sage Team,

I've tried to run sage math 8.0 64 bit prebuilt binaries, downloaded from the sage website, on my Linux several times and each one of them failed. I neither did try to download the live USB key nor to build from sources. I also did not try to install sage via PPA due to the outdated version of it. Initially, I tried to run it on my Kali Linux, then on Ubuntu 17.10, 17.04, 16.04, some of which I tried with different flavours, hoping that's the problem, but apparently it's not. I have Kali installed alongside Windows 10, the rest of the distros were virtual machines, VMWare Workstation Player 12. All of them (including Kali) were either freshly installed or equipped with Anaconda python pack because I thought that maybe it's some package that's missing. The only case I succeeded was on my office desktop with Debian 9, but I'm not sure whether it's due to the fact that it's Debian or it's something else because I have Anaconda installed there because of my analytical job. All of the mentioned systems were 64 bit.

The only command I used was tar jxf sage-* -C ~

I attach a crash log from Ubuntu 16.04 64 bit VM, fresh install.

Best regards,
Jakub Kustra
Sage_crash_report.txt

Dima Pasechnik

unread,
Oct 26, 2017, 4:50:30 AM10/26/17
to sage-support
from your log:

ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory

installing libfortran3 will fix the problem.

Jeroen Demeyer

unread,
Oct 26, 2017, 4:55:14 AM10/26/17
to sage-s...@googlegroups.com
Or waiting for Sage 8.1 since that problem has been fixed in the mean time.

Sage Ubuntu

unread,
Oct 26, 2017, 8:34:32 AM10/26/17
to sage-s...@googlegroups.com
Sage_crash_report.txt

Renan Birck Pinheiro

unread,
Oct 26, 2017, 11:55:19 AM10/26/17
to sage-s...@googlegroups.com
Hello,

gfortran is installed but sage still doesn't work. I do have libgfortran.so.4 rather than libgfortran.so.3 that sage wants.

Thanks,

2017-10-25 11:12 GMT-02:00 Jeroen Demeyer <jdem...@cage.ugent.be>:
This is a known problem which will be fixed for Sage 8.1

For now, you have to install gfortran from your Fedora distribution.


--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscribe@googlegroups.com.
To post to this group, send email to sage-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.



--
Renan Birck Pinheiro - Blog - LinkedIn - GitHub
+55 47 997112201 +55 48 991618277 - skype: birck.renan
 

Dima Pasechnik

unread,
Oct 26, 2017, 4:27:47 PM10/26/17
to sage-support
Hi,


On Thursday, October 26, 2017 at 4:55:19 PM UTC+1, Renan Birck Pinheiro wrote:
Hello,

gfortran is installed but sage still doesn't work. I do have libgfortran.so.4 rather than libgfortran.so.3 that sage wants.


then your only ways out are either to build Sage from source, or to somehow install  libgfortran.so.3


Thanks,

2017-10-25 11:12 GMT-02:00 Jeroen Demeyer <jdem...@cage.ugent.be>:
This is a known problem which will be fixed for Sage 8.1

For now, you have to install gfortran from your Fedora distribution.


--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.

To post to this group, send email to sage-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Vegard Lima

unread,
Oct 27, 2017, 2:42:30 AM10/27/17
to sage-s...@googlegroups.com
Hi,

On Thu, Oct 26, 2017 at 10:27 PM, Dima Pasechnik <dim...@gmail.com> wrote:
> On Thursday, October 26, 2017 at 4:55:19 PM UTC+1, Renan Birck Pinheiro
> wrote:
>> gfortran is installed but sage still doesn't work. I do have
>> libgfortran.so.4 rather than libgfortran.so.3 that sage wants.
>>
>
> then your only ways out are either to build Sage from source, or to somehow
> install libgfortran.so.3

there is also the option of using sage 7.6 that comes with fedora 26:

Just do:
$ dnf install sagemath python2-psutil Singular-devel

and it should work.


Cheers,
--
Vegard
Reply all
Reply to author
Forward
0 new messages