[sage-support] Segmentation fault in is_squarefree

2019-03-03 Thread Rolandb
Hi, the following result is probably not intended: Sage 8.6 Windows aa=109604757131194562205071319966444535807 print is_squarefree(aa) ---SignalError Traceback (most recent call last) in ()

Re: [sage-support] Segmentation fault in is_squarefree

2019-03-03 Thread Vincent Delecroix
Hi, I can not reproduce (I am using Linux). Let me copy your traceback that was a mess because of linebreaks --- SignalError Traceback (most recent call last) in () 1 aa=Integer(109604757131194

Re: [sage-support] Segmentation fault in is_squarefree

2019-03-03 Thread Rolandb
Dear Vincent, Indeed, sagecell gives the correct answer. I'm not an expert, so whether I use cygwin I do not know. Jupyter and Notebook with Windows 8.6 give both segfault. Notebook 8.6: Traceback (most recent call last): File "", line 1, in File "_sage_i

Re: [sage-support] Segmentation fault in is_squarefree

2019-03-03 Thread Vincent Delecroix
Cher Roland, Just to be sure, could you try in a *Python* Jupyter notebook to run a cell with the following content import cypari2 pari = cypari2.Pari() pari(109604757131194562205071319966444535807).issquarefree() (I expect the very same error to occur, but it is better to double ch

Re: [sage-support] Segmentation fault in is_squarefree

2019-03-03 Thread Rolandb
Dear Vincent, Please find *Python* Jupyter notebook result below: --- SignalError Traceback (most recent call last) in () 1 import cypari2 2 pari = cypari2.Pari() > 3 pari(1