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

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

[debbugs-tracker] bug#19779: closed (dmd: service definition errors caus


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19779: closed (dmd: service definition errors cause kernel panic)
Date: Wed, 25 Nov 2015 11:03:01 +0000

Your message dated Wed, 25 Nov 2015 12:02:09 +0100
with message-id <address@hidden>
and subject line Re: bug#19779: dmd: service definition errors cause kernel 
panic
has caused the debbugs.gnu.org bug report #19779,
regarding dmd: service definition errors cause kernel panic
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19779: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19779
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: dmd: service definition errors cause kernel panic Date: Thu, 05 Feb 2015 02:18:22 -0500
When I first wrote 'wicd-service', I mispelled
'make-forkexec-constructor'.  This caused a kernel panic whenever the
service was included in my OS config.  I don't know whether dmd printed
a helpful error message, but if so, it was followed immediately by a
kernel call trace that caused earlier messages to scroll off the screen.
The result is that it was quite difficult to find the source of the
error.

In case of such errors, it would be good if dmd would print an error
message with the most useful information at the bottom (in case it does
not all fit on the display) and then to avoid exiting so that the
message could be read and understood.

      Mark



--- End Message ---
--- Begin Message --- Subject: Re: bug#19779: dmd: service definition errors cause kernel panic Date: Wed, 25 Nov 2015 12:02:09 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Mark H Weaver <address@hidden> skribis:

> When I first wrote 'wicd-service', I mispelled
> 'make-forkexec-constructor'.  This caused a kernel panic whenever the
> service was included in my OS config.  I don't know whether dmd printed
> a helpful error message, but if so, it was followed immediately by a
> kernel call trace that caused earlier messages to scroll off the screen.
> The result is that it was quite difficult to find the source of the
> error.
>
> In case of such errors, it would be good if dmd would print an error
> message with the most useful information at the bottom (in case it does
> not all fit on the display) and then to avoid exiting so that the
> message could be read and understood.

Commit b9c7ed7 wraps service loading in ‘call-with-error-handling’,
which spawns a REPL when something goes wrong.  Better than a kernel
panic!

Ludo’.


--- End Message ---

reply via email to

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