bug#71211: %guile-static-stripped crashes with a sigsegv (i.e. the guile used in the initrd (?))

2024-07-22 Thread Ludovic Courtès
Hi, Attila Lendvai skribis: > guix shell -e '(begin (use-modules (gnu packages make-bootstrap)) > %guile-static-stripped)' > > and then start guile. or alternatively: > > guile -c '(use-modules (ice-9 readline))' Indeed: --8<---cut here---start->8--- $

bug#71211: %guile-static-stripped crashes with a sigsegv (i.e. the guile used in the initrd (?))

2024-05-30 Thread jbranso--- via Bug reports for GNU Guix
May 26, 2024 at 11:26 AM, "Attila Lendvai" wrote: > > root symptom: > > - > > i think this is the guile binary that is used in initrd. it's been a while i > noted this bug. but if it's so, then if error happens early in the boot, then > it just dies with a sigsegv; i.e. it's a

bug#71211: %guile-static-stripped crashes with a sigsegv (i.e. the guile used in the initrd (?))

2024-05-26 Thread Attila Lendvai
root symptom: - i think this is the guile binary that is used in initrd. it's been a while i noted this bug. but if it's so, then if error happens early in the boot, then it just dies with a sigsegv; i.e. it's a major hindrance to debuggability. reproducer: --- guix shell