From: Adriel Dumas--Jondeau via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 68895@debbugs.gnu.org
Subject: bug#68895: Difference between trace behavior in guix repl and guile
Date: Fri, 02 Feb 2024 17:21:37 +0100 [thread overview]
Message-ID: <8734uaq1cb.fsf@disroot.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
Here's what's happening in a guix repl:
```
(guix-user)> ,use (guix scripts build)
(guix-user)> ,trace (guix-build "hello") ; doesn't output any trace for some reason
```
And here'the same for a guile repl:
```
(guile-user)> ,use (guix scripts build)
(guile-user)> ,trace (guix-build "hello") ; however it does work
trace: | (guix-build "hello")
trace: | | (_ (guix scripts) #:ensure #f)
trace: | | (_ #<procedure 7ff4802c5000 at ice-9/boot-9.scm:3241:7 ()>)
trace: | | | (lock-mutex #<mutex 7ff487d01fc0>)
...
```
This was observed during a working group on profiling during the Guix Days.
--
Adriel
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 686 bytes --]
next reply other threads:[~2024-02-02 16:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 16:21 Adriel Dumas--Jondeau via Bug reports for GNU Guix [this message]
2025-01-04 18:25 ` bug#68895: `guix repl` breaks Guile REPL features 45mg
2025-01-08 15:21 ` Suhail Singh
2025-01-08 15:25 ` bug#68895: Difference between trace behavior in guix repl and guile Suhail Singh
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8734uaq1cb.fsf@disroot.org \
--to=bug-guix@gnu.org \
--cc=68895@debbugs.gnu.org \
--cc=leirda@disroot.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.