GNU bug report logs -
#40668
[PATCH] installer: Fix backtrace display.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Thu, 16 Apr 2020 17:35:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 40668 <at> debbugs.gnu.org (full text, mbox):
Hello,
Mathieu Othacehe <m.othacehe <at> gmail.com> skribis:
> The 'syslog' macro cannot be resolved in the pre-unwind-handler
> context. Failed to resolve 'syslog' in this context resulted in the swallowing
> of all installation errors.
>
> Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd.
>
> * gnu/installer.scm (installer-program): Do not try to resolve 'syslog' macro
> in the pre-unwind-handler.
[...]
> Since the commit 5c04b00c, error reporting in the installer is broken. Sadly
> this means that every error happening in the 1.1.0 release will result in an
> installer restart, without any error information reporting.
Oh, that’s terrible. :-/ Sorry about that.
> - (syslog "crashing due to uncaught exception: ~s ~s~%"
> - key args)
> + ((@@ (gnu installer utils) syslog)
> + "crashing due to uncaught exception: ~s ~s~%"
> + key args)
Please add (gnu installer utils) to the list of use-modules.
‘@@’ should only be used in extreme situations.
Thanks,
Ludo’.
This bug report was last modified 5 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.