emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58734: closed (installer: backtrace page in final step)


From: GNU bug Tracking System
Subject: bug#58734: closed (installer: backtrace page in final step)
Date: Sun, 23 Oct 2022 13:40:02 +0000

Your message dated Sun, 23 Oct 2022 15:38:56 +0200
with message-id <87zgdm8xsf.fsf@gnu.org>
and subject line Re: bug#58734: installer: backtrace page in final step
has caused the debbugs.gnu.org bug report #58734,
regarding installer: backtrace page in final step
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58734: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58734
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: installer: backtrace page in final step Date: Sun, 23 Oct 2022 11:39:36 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

When an error occurs in the pseudo terminal displaying the "guix system
init" command output, the backtrace is not displayed correctly and the
keyboard cannot be used (arrows, tab, enter keys) to scroll down the
backtrace or dump it.

It can easily be reproduced by introducing an error in the "run-command"
function, this way:

--8<---------------cut here---------------start------------->8---
--- a/gnu/installer/utils.scm
+++ b/gnu/installer/utils.scm
@@ -184,6 +184,7 @@ (define (pause)
       (((port _ ...) _ _)
        (read-line port))))
 
+  (error 'fake)
   (installer-log-line "running command ~s" command)
   (define result (run-external-command-with-line-hooks
                   (list %display-line-hook) command
--8<---------------cut here---------------end--------------->8---

I suspect that we may need to run "newt-init" and "clear-screen" before
displaying the backtrace page.

Thanks,

Mathieu



--- End Message ---
--- Begin Message --- Subject: Re: bug#58734: installer: backtrace page in final step Date: Sun, 23 Oct 2022 15:38:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
> +  (error 'fake)
>    (installer-log-line "running command ~s" command)
>    (define result (run-external-command-with-line-hooks
>                    (list %display-line-hook) command

Fixed with bf5e78d59fcb188d0bce02d93c93d06069178837.

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]