bug#63279: Segfault when printing a call-with-values stack frame in backtrace

2023-05-08 Thread Thompson, David
Andy fixed this in commit 6efc0b8159f0fc74c0eafec988fe5434fb4d9f51. Thank you, Andy! Closing. - Dave

bug#63279: Segfault when printing a call-with-values stack frame in backtrace

2023-05-07 Thread Maxime Devos
Hello there, Guile seems to segfault when trying to print certain backtraces with a 'call-with-values' stack frame. Here's a minimal reproducer program: (symbol? (call-with-values (lambda () (error 'oh-no)) list)) Here is a more minimal reproducer, from

bug#63279: Segfault when printing a call-with-values stack frame in backtrace

2023-05-04 Thread Thompson, David
Hello there, Guile seems to segfault when trying to print certain backtraces with a 'call-with-values' stack frame. Here's a minimal reproducer program: (symbol? (call-with-values (lambda () (error 'oh-no)) list)) If you eval this at the REPL and enter ,bt in the debugger, Guile should segfault