bug#48412: tracepointing and backtracing in the REPL sometime hang

2021-05-14 Thread Adriano Peluso
in Guile 3.0.5 installed with Guix (as a package manager on top of Ubuntu) In a file I have this simple procedure (define (f n) (if (< n 3) n (+ (f (- n 1)) (* 2 (f (- n 2))) (* 3 (f (- n 3)) it's a variation of the one calculating the Fibonacci numbers,

bug#48412: duplicate ?

2021-05-14 Thread Adriano Peluso
I just noticed someone sent a patch that seems relevant here It's in #43102 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102

bug#43102: what is this about ?

2021-05-16 Thread Adriano Peluso
Hi would you give a bit of context ? What error is this patch supposed to fix ? Has this anything to do with #48412 ? https://lists.gnu.org/archive/html/bug-guile/2021-05/msg00033.html Thanks

bug#48412: duplicate ?

2021-05-16 Thread Adriano Peluso
Il giorno ven, 14/05/2021 alle 11.13 +0200, Adriano Peluso ha scritto: > I just noticed someone sent a patch that seems relevant here > > It's in #43102 > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102 I applied this patch It does solve the issue, it seems Now I ca

bug#43102: what is this about ?

2021-05-16 Thread Adriano Peluso
Il giorno dom, 16/05/2021 alle 08.52 +0200, Adriano Peluso ha scritto: > Hi > > would you give a bit of context ? > > What error is this patch supposed to fix ? > > Has this anything to do with #48412 ? > > https://lists.gnu.org/archive/html/bug-guile/2021-05/msg00

bug#15228: can this be closed ?

2021-06-02 Thread Adriano Peluso
Is this bug still current ? Can this be closed ?

bug#41956: is this still current ?

2021-06-02 Thread Adriano Peluso
I understand that a overhaul of the exceptions stack intervened while this bug was open Is this still current ?

bug#16363: is this still current ?

2021-06-02 Thread Adriano Peluso
Can this issue be closed ?