Re: [sage-devel] Re: segfault matrix integer dense

2017-12-30 Thread Dima Pasechnik
I am now seeing it on 8.2.beta1. (see the 8.2.beta1 thread in sage-release) On Thursday, October 5, 2017 at 1:54:43 PM UTC+1, Ralf Stephan wrote: > > On Thursday, October 5, 2017 at 12:46:14 PM UTC+2, Jeroen Demeyer wrote: >> >> On 2017-10-05 07:41, Ralf Stephan wrote: >> > Replacing sig_str() wi

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-05 Thread Ralf Stephan
On Thursday, October 5, 2017 at 12:46:14 PM UTC+2, Jeroen Demeyer wrote: > > On 2017-10-05 07:41, Ralf Stephan wrote: > > Replacing sig_str() with sig_on() in matrix_integer_dense.pyx:_cinit > > resolves it. > > Probably sig_str() is broken in the new Cython. > > Interesting. Are you very sure

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-05 Thread Jeroen Demeyer
On 2017-10-05 07:41, Ralf Stephan wrote: Replacing sig_str() with sig_on() in matrix_integer_dense.pyx:_cinit resolves it. Probably sig_str() is broken in the new Cython. Interesting. Are you very sure about this? On which system do you get this error and is it reproducible? -- You received

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-04 Thread Vincent Delecroix
As far as I know, I am the first to report this error (and not the only one to have built 8.1.beta7). On 04/10/2017 18:38, David Roe wrote: No, I mean that there is no segfault: the RuntimeError is raised successfully. David On Wed, Oct 4, 2017 at 10:31 AM, Vincent Delecroix < 20100.delecr...@

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-04 Thread David Roe
No, I mean that there is no segfault: the RuntimeError is raised successfully. David On Wed, Oct 4, 2017 at 10:31 AM, Vincent Delecroix < 20100.delecr...@gmail.com> wrote: > Do you mean that you report the same issue on 8.1.beta7? I am recompiling > 8.1.beta6 right now to see. > > Vincent > > > O

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-04 Thread Vincent Delecroix
Do you mean that you report the same issue on 8.1.beta7? I am recompiling 8.1.beta6 right now to see. Vincent On 04/10/2017 18:30, David Roe wrote: It seems to be okay in 8.1.beta6. David On Wed, Oct 4, 2017 at 10:24 AM, Vincent Delecroix < 20100.delecr...@gmail.com> wrote: And the issue is

Re: [sage-devel] Re: segfault matrix integer dense

2017-10-04 Thread David Roe
It seems to be okay in 8.1.beta6. David On Wed, Oct 4, 2017 at 10:24 AM, Vincent Delecroix < 20100.delecr...@gmail.com> wrote: > And the issue is still there after a fresh build from scratch! > > > On 04/10/2017 08:53, Vincent Delecroix wrote: > >> Dear all, >> >> I am not sure when it started to