bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71211: %guile-static-stripped crashes with a sigsegv (i.e. the guile


From: Ludovic Courtès
Subject: bug#71211: %guile-static-stripped crashes with a sigsegv (i.e. the guile used in the initrd (?))
Date: Mon, 22 Jul 2024 09:20:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Attila Lendvai <attila@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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]