unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 41237@debbugs.gnu.org
Subject: bug#41237: guix deploy hangs when a file-system-device is set to a UUID
Date: Thu, 04 Jun 2020 12:23:06 +0000	[thread overview]
Message-ID: <28aff48e2211e3cc4b44cd2ec3ce5dd7@waegenei.re> (raw)
In-Reply-To: <878sh3dq6g.fsf@gnu.org>

On 2020-06-04 11:29, Ludovic Courtès wrote:
> Hey,
> 
> Brice Waegeneire <brice@waegenei.re> skribis:
> 
>> On 2020-06-04 09:41, Ludovic Courtès wrote:
>>> Brice Waegeneire <brice@waegenei.re> skribis:
>>>> In ice-9/boot-9.scm:
>>>>     2806:4  6 (save-module-excursion _)
>>>>    4351:12  5 (_)
>>>> In unknown file:
>>>>             4 (find #<procedure 7fab527ecd80 at 
>>>> gnu/build/file-syste…>
>>>> …)
>>>> In gnu/system/uuid.scm:
>>>>      302:5  3 (uuid=? . _)
>>>> In unknown file:
>>>> While executing meta-command:
>>>> In procedure frame-local-ref: Argument 2 out of range: 0
>>> 
>>> And what does “,locals” show?
>> 
>> There isn't much:
>> 
>> scheme@(guix-user) [1]> ,locals
>>    Local variables:
>>    $1 = closure = #<procedure raise-exception (exn #:key 
>> continuable?)>
> 
> And in upper frames?  (Type “,up”.)

I went trough all the upper frames:

--8<---------------cut here---------------start------------->8---
scheme@(guix-user)> (load 
"/gnu/store/wzvn8r2z7lnf5mqzagxzcb64wr69kgk4-remote-assertion.scm")
^Cice-9/boot-9.scm:1669:16: In procedure raise-exception:
User interrupt

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guix-user) [1]> ,bt
In ice-9/boot-9.scm:
    2806:4  6 (save-module-excursion _)
   4351:12  5 (_)
In unknown file:
            4 (find #<procedure 7f31d107c570 at gnu/build/file-syste…> …)
In gnu/system/uuid.scm:
     302:5  3 (uuid=? . _)
In unknown file:
While executing meta-command:
In procedure frame-local-ref: Argument 2 out of range: 0
scheme@(guix-user) [1]> ,locals
   Local variables:
   $1 = closure = #<procedure raise-exception (exn #:key continuable?)>
scheme@(guix-user) [1]> ,up
In ice-9/top-repl.scm:
     37:24  1 (_ _)
scheme@(guix-user) [1]> ,locals
   Local variables:
   $2 = arg = signal
   $3 = arg = #f
   $4 = arg = ()
   $5 = pair = (() (2))
   $6 = pair = ("User interrupt" () (2))
   $7 = pair = (#f "User interrupt" () (2))
scheme@(guix-user) [1]> ,up
While executing meta-command:
In procedure frame-local-ref: Argument 2 out of range: 0
scheme@(guix-user) [1]> ,locals
   No local variables.
scheme@(guix-user) [1]> ,up
In gnu/system/uuid.scm:
     302:5  3 (uuid=? . _)
scheme@(guix-user) [1]> ,locals
   Local variables:
   $8 = closure = #<procedure uuid=? expr>
   $9 = w = #vu8(185 176 222 181)
While executing meta-command:
In procedure frame-local-ref: Argument 2 out of range: 3
scheme@(guix-user) [1]> ,up
            4 (find #<procedure 7f31d107c570 at gnu/build/file-syste…> …)
scheme@(guix-user) [1]> ,locals
   No local variables.
scheme@(guix-user) [1]> ,up
In ice-9/boot-9.scm:
   4351:12  5 (_)
scheme@(guix-user) [1]> ,locals
   No local variables.
scheme@(guix-user) [1]> ,up
In ice-9/boot-9.scm:
    2806:4  6 (save-module-excursion _)
scheme@(guix-user) [1]> ,locals
   Local variables:
   thunk = #<unspecified>
   $10 = obj = #<variable 7f31d1075990 value: #f>
   $11 = outer-module = #f
   $12 = obj = #<variable 7f31d1075980 value: #<directory (guix-user) 7…>
   $13 = box = #<variable 7f31d5703ef0 value: #<procedure set-current-m…>
   closure = #<unspecified>
scheme@(guix-user) [1]> ,up
Already at outermost frame.
--8<---------------cut here---------------end--------------->8---

- Brice




  reply	other threads:[~2020-06-04 12:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 15:57 bug#41237: guix deploy hangs when a file-system-device is set to a UUID Brice Waegeneire
2020-05-17 22:44 ` Ludovic Courtès
2020-06-03  9:51   ` Brice Waegeneire
2020-06-03 14:56     ` Ludovic Courtès
2020-06-03 16:15       ` Brice Waegeneire
2020-06-04  9:41         ` Ludovic Courtès
2020-06-04 10:03           ` Brice Waegeneire
2020-06-04 11:29             ` Ludovic Courtès
2020-06-04 12:23               ` Brice Waegeneire [this message]
2020-06-05 17:11                 ` Brice Waegeneire
2020-06-07 19:42                   ` Ludovic Courtès
2020-06-19  3:31                     ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28aff48e2211e3cc4b44cd2ec3ce5dd7@waegenei.re \
    --to=brice@waegenei.re \
    --cc=41237@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).