GNU bug report logs -
#71211
%guile-static-stripped crashes with a sigsegv (i.e. the guile used in the initrd (?))
Previous Next
Reported by: Attila Lendvai <attila <at> lendvai.name>
Date: Sun, 26 May 2024 15:28:01 UTC
Severity: normal
Tags: notabug
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
Attila Lendvai <attila <at> lendvai.name> 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---
$ guix shell guile-static-stripped -- guile -c '(use-modules (ice-9 readline))'
$ echo $?
139
--8<---------------cut here---------------end--------------->8---
It’s hard to see exactly where it segfaults, but it’s not surprising:
it’s built with a different libc than the ‘guile-readline’ package I’ve
installed, and it’s not capable of dlopening things. That’s a
restriction we have to be aware of, but that’s ok.
Thanks,
Ludo’.
This bug report was last modified 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.