On 2020-06-04 11:29, Ludovic Courtès wrote: > Hey, > > Brice Waegeneire skribis: > >> On 2020-06-04 09:41, Ludovic Courtès wrote: >>> Brice Waegeneire skribis: >>>> In ice-9/boot-9.scm: >>>> 2806:4 6 (save-module-excursion _) >>>> 4351:12 5 (_) >>>> In unknown file: >>>> 4 (find #>>> 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 = #> 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 # …) 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 = # 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 = # $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 # …) 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 = # $10 = obj = # $11 = outer-module = #f $12 = obj = # $13 = box = # closure = # scheme@(guix-user) [1]> ,up Already at outermost frame. --8<---------------cut here---------------end--------------->8--- - Brice