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

Torrance, Douglas dtorrance at piedmont.edu
Tue Nov 9 01:13:25 GMT 2021


On Tue, 28 Jan 2020 13:28:02 +0000 Anders Nedergaard Jensen <jensen at math.au.dk> 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 when main is  called.

I included a slight modification of this patch (with "l >= 0" instead of
"l != 0") in the latest gfan upload (0.6.2-5).  Fingers crossed that it
fixes things on riscv64!

Doug

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 866 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20211109/6bf6073e/attachment.sig>


More information about the debian-science-maintainers mailing list