bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread bokr
I'm wondering what writing the backtrace to a /tmp/file and doing a cat -nA on it would show. (to get the traceback bits presented by independent alternate formatting machinery from what produced what you've seen so far). On +2025-02-11 19:06:46 +, Christopher Baines wrote: > Christopher Ba

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread Christopher Baines
Christopher Baines writes: > Christopher Baines writes: > >> I've been seeing some strange occasional errors for a while now. > > ... > >> I'm not sure what the 84 means? If I'm picking out the characters that >> have failed to be encoded, I'm not sure why some of these would fail >> (like space

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread Christopher Baines
Christopher Baines writes: > I've been seeing some strange occasional errors for a while now. ... > I'm not sure what the 84 means? If I'm picking out the characters that > have failed to be encoded, I'm not sure why some of these would fail > (like space or w)? > > Unfortunately I'm not sure h

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2024-01-20 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
Hi, > (encoding-error put-char conversion to port encoding failed 84 > # s) Could the error be due to the 7-bit encoding in HTTP headers? [1] The "84" is EILSEQ from errno.h. [2] Wingo added the functionality here. [3] I also submitted a patch to resolve in the errno. [4] A similar issue appear

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2023-04-01 Thread Christopher Baines
Hey, I've been seeing some strange occasional errors for a while now. Here are some log messages from the guix-build-coordinator: worker-thread: exception: (encoding-error put-char conversion to port encoding failed 84 # s) encoding-error (put-char conversion to port encoding failed 84 # s)