[ros-dev] [ros-diffs] 01/01: [NTOS:KE] Replace "Fatal System Error" with "BugCheck"
Alex Ionescu
ionucu at videotron.ca
Thu Feb 8 00:55:00 UTC 2018
This changes documented/external behavior. What is the point of this change?
Best regards,
Alex Ionescu
On Wed, Feb 7, 2018 at 1:22 PM, Serge Gautherie
<reactos-git_serge_171003 at gautherie.fr> wrote:
> https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6ece4e9fc22d664ea2485d04303e8ae10047f21f
>
> commit 6ece4e9fc22d664ea2485d04303e8ae10047f21f
> Author: Serge Gautherie <reactos-git_serge_171003 at gautherie.fr>
> AuthorDate: Wed Feb 7 06:29:02 2018 +0100
> Commit: Pierre Schweitzer <pierre at reactos.org>
> CommitDate: Wed Feb 7 22:22:28 2018 +0100
>
> [NTOS:KE] Replace "Fatal System Error" with "BugCheck"
> ---
> ntoskrnl/ke/bug.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ntoskrnl/ke/bug.c b/ntoskrnl/ke/bug.c
> index a92acb1bab..2127d7207c 100644
> --- a/ntoskrnl/ke/bug.c
> +++ b/ntoskrnl/ke/bug.c
> @@ -1070,8 +1070,8 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
> if ((BugCheckCode != MANUALLY_INITIATED_CRASH) && (KdDebuggerEnabled))
> {
> /* Crash on the debugger console */
> - DbgPrint("\n*** Fatal System Error: 0x%08lx\n"
> - " (0x%p,0x%p,0x%p,0x%p)\n\n",
> + DbgPrint("\n*** BugCheck: 0x%08lx\n"
> + " (0x%p,0x%p,0x%p,0x%p)\n\n",
> KiBugCheckData[0],
> KiBugCheckData[1],
> KiBugCheckData[2],
>
More information about the Ros-dev
mailing list