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

Previous Next

Package: guix;

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


Message #14 received at 71211 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Attila Lendvai <attila <at> lendvai.name>
Cc: 71211 <at> debbugs.gnu.org
Subject: Re: 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
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 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.