Bug#950008: Sv: Sv: Bug#950008: gfan: assertion fails on riscv64

2021-11-19 Thread Anders Nedergaard Jensen
: 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]!

Bug#950008: Sv: Bug#950008: gfan: assertion fails on riscv64

2021-11-19 Thread Torrance, Douglas
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]!='

Bug#950008: Sv: Bug#950008: gfan: assertion fails on riscv64

2021-11-08 Thread Torrance, Douglas
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

Bug#950008: gfan: assertion fails on riscv64

2021-07-07 Thread Torrance, Douglas
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

Bug#950008: Sv: Bug#950008: gfan: assertion fails on riscv64

2020-01-28 Thread Anders Nedergaard Jensen
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.

Bug#950008: gfan: assertion fails on riscv64

2020-01-28 Thread Torrance, Douglas
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

Bug#950008: gfan: assertion fails on riscv64

2020-01-28 Thread Tobias Hansen
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