bug#38348: [2.9.5] Stack overflow when stdout is closed

2020-01-17 Thread Ludovic Courtès
Ludovic Courtès skribis: > In 2.9.6 the stack overflow is fixed (yay!) but we still get the error > above: > > $ guile --version >&- > Error while printing pre-boot error: wrong-type-arg > Abortita(nekropsio elŝutita) > $ guile --version > guile (GNU Guile) 2.9.6 > Copyright (C) 2019 Free Softwar

bug#38348: [2.9.5] Stack overflow when stdout is closed

2019-12-12 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Guile 2.9.5 segfaults from a C stack overflow when you start it with a > closed stdout: > > /gnu/store/7vwf3nhiacxc2jgcg43w22px4ds3rb36-guile-next-2.9.5/bin/guile -c > '(pk 1)' >&- > > The backtrace looks like this: > > (gdb) bt -30 > #312742 0x7f2ea9b2961f

bug#38348: [2.9.5] Stack overflow when stdout is closed

2019-11-25 Thread Andy Wingo
Hey :) On Sat 23 Nov 2019 17:46, Ludovic Courtès writes: > Hello! > > Guile 2.9.5 segfaults from a C stack overflow when you start it with a > closed stdout: > > /gnu/store/7vwf3nhiacxc2jgcg43w22px4ds3rb36-guile-next-2.9.5/bin/guile -c > '(pk 1)' >&- Fixed, thanks! Cheers, Andy

bug#38348: [2.9.5] Stack overflow when stdout is closed

2019-11-23 Thread Ludovic Courtès
Hello! Guile 2.9.5 segfaults from a C stack overflow when you start it with a closed stdout: /gnu/store/7vwf3nhiacxc2jgcg43w22px4ds3rb36-guile-next-2.9.5/bin/guile -c '(pk 1)' >&- The backtrace looks like this: --8<---cut here---start->8--- (gdb) bt -30 #3