Bug#987580: libnauty2-dev: suggest include gentreeg.c source (like geng.c)

2021-04-25 Thread Kevin Ryde
Package: libnauty2-dev Version: 2.7r1+ds-1 Severity: wishlist It'd be good if the libnauty2-dev included the gentreeg.c source in /usr/share/nauty, together with geng.c. gentreeg.c has a GENTREEG_MAIN option so can be compiled to make trees within a user program. (I'd proposed the three geng.c,

Bug#946695: foma: segfault on mis-use of "_"

2020-04-20 Thread Kevin Ryde
Oh, actually a commit from a fortnight ago might be relevant. I'm not well setup to try at this moment, but if so and all else good then can go to fixed-upstream in the fullness of time. https://github.com/mhulden/foma/commit/e20a453a318128973d75753f9ecbef0e6b82b23f --

Bug#946695: foma: segfault on mis-use of "_"

2020-04-20 Thread Kevin Ryde
forwarded 946695 https://github.com/mhulden/foma/issues/77 thanks Also looks a bit similar to https://github.com/mhulden/foma/issues/3 -- debian-science-maintainers mailing list debian-science-maintainers@alioth-lists.debian.net

Bug#958291: foma: memory leak on repeated define

2020-04-20 Thread Kevin Ryde
Package: foma Version: 1:0.9.18+r243-6+b1 Severity: normal Repeated redefines with the "define" command seems to leak memory. For example yes 'define foo a*;' | foma >/dev/null runs up to about 200mb memory for me and then segfaults. I struck this in a long script doing successive defines.

Bug#946695: foma: segfault on mis-use of "_"

2019-12-13 Thread Kevin Ryde
Package: foma Version: 1:0.9.18+r243-6+b1 Severity: minor File: /usr/bin/foma Entering command regex x_y; gets a segfault. gdb says it's in fsm_count() due to deref of net==NULL. If I'm not mistaken this is incorrect syntax, but it'd be good to get some message instead of a segfault. I