: gfan: assertion fails on riscv64
On Tue, 9 Nov 2021 01:13:25 + "Torrance, Douglas"
wrote:
> On Tue, 28 Jan 2020 13:28:02 + Anders Nedergaard Jensen
> wrote:
> > Thanks for the bug report.
> > Line 30 of application.cpp looks suspicious:
> > while(p[l]!
On Tue, 9 Nov 2021 01:13:25 + "Torrance, Douglas"
wrote:
On Tue, 28 Jan 2020 13:28:02 + Anders Nedergaard Jensen
wrote:
> Thanks for the bug report.
> Line 30 of application.cpp looks suspicious:
> while(p[l]!=0 && p[l]!='/');
> Does it help to change it to
> while(l!=0 && p[l]!='
On Tue, 28 Jan 2020 13:28:02 + Anders Nedergaard Jensen
wrote:
Thanks for the bug report.
Line 30 of application.cpp looks suspicious:
while(p[l]!=0 && p[l]!='/');
Does it help to change it to
while(l!=0 && p[l]!='/');
?
If not, I think I need to know what the char* argv[0] points to wh
On Tue, 28 Jan 2020 10:29:07 +0100 Tobias Hansen wrote:
> many of sagemath's doctests in the interface to gfan fail on riscv64 with the
> following error:
>
> gfan_*: src/application.cpp:42: char* tail(char*): Assertion `*p==*m' failed.
>
> It looks like the pointer arithmetic in the function t
n is
called.
Best regards,
Anders
Fra: Torrance, Douglas
Sendt: 28. januar 2020 13:51
Til: Tobias Hansen ; 950...@bugs.debian.org
<950...@bugs.debian.org>; Anders Nedergaard Jensen
Emne: Re: Bug#950008: gfan: assertion fails on riscv64
Control: forwarded -1 jen...@imf.au.
Control: forwarded -1 jen...@imf.au.dk
Hello!
I am forwarding the bug report below from the Debian package of gfan:
On Tue, Jan 28, 2020 at 4:33 AM Tobias Hansen wrote:
> Source: gfan
> Version: 0.6.2-2
> Severity: normal
>
> Hi,
>
> many of sagemath's doctests in the interface to gfan fail on
Source: gfan
Version: 0.6.2-2
Severity: normal
Hi,
many of sagemath's doctests in the interface to gfan fail on riscv64 with the
following error:
gfan_*: src/application.cpp:42: char* tail(char*): Assertion `*p==*m' failed.
It looks like the pointer arithmetic in the function tail() in applica
7 matches
Mail list logo