Re: [ros-diffs] 01/01: [NTOS:KE] Replace "Fatal System Error" with "BugCheck"
Pierre Schweitzer <[email protected]>
| Newsgroups | gmane.os.reactos.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hey Alex, The root cause of this is: https://jira.reactos.org/browse/CORE-14293?focusedCommentId=101589&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-101589 Cheers, Pierre Le 08/02/2018 à 01:55, Alex Ionescu a écrit : > 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 > <[email protected]> wrote: >> https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6ece4e9fc22d664ea2485d04303e8ae10047f21f >> >> commit 6ece4e9fc22d664ea2485d04303e8ae10047f21f >> Author: Serge Gautherie <[email protected]> >> AuthorDate: Wed Feb 7 06:29:02 2018 +0100 >> Commit: Pierre Schweitzer <[email protected]> >> 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], >> > > _______________________________________________ > Ros-dev mailing list > [email protected] > http://www.reactos.org/mailman/listinfo/ros-dev > -- Pierre Schweitzer <pierre at reactos.org> System & Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJafCFHAAoJEHVFVWw9WFsLvIYP/jj/Inxid5FZaAfiV2zUsD5O g3PqZHOfYrjOOxVZaq9p4XZZfTln75wF2BgwzssDMBdxOznuvuUfXBGpkSEq7gM0 V2seE47Cfr+HgIZhLnK0ewUwn6cBqDDo+/ZHekr7w8w6MMNGDNGoimTuAWCVFPIe h9gKlRMVnqeltt8hsaDvEc3M7ZPUWeboXgbjdTGamkPcToa7JbznCjFWUIJ7N438 sCM05pnn8GVCZS88/3mSNerIUn9qevrejloSLsNtBCIR9D2x6WRaZGyw6/gRvFFu pdX9IUPq9CGZ0zb79yhBtar73Ukx8I7SqjSBR8avO2PUhGotEJDxKXTFaeGQ1O4E oKnv4G6ToyNdWyNSZmmBt06PtWZn3g8HzLJjp+0Wqye1E9JSsr8/vihA/AaKNITb R1J7h2y3QQ+3vl5EwDsth3TfRCeG/YYMf4SAb3rhLOb5+NYMkqzEv0J5Y6KvNLmc 7T4S9bACTwAwjuBOGXjpugVbOYgKkb6t98lQgPYsc37MLFNGv7DDGKpseA0oyRPf pZ5ZG+fPCyEA65rgQ94HbKsljkofwzALI+Z58hyNfxD8Vn+3ui+S4GiTkLyMNnIF MhsdggEUN8O4Tz6dBXjcmomhfmdJppg5hQUUwXkoLmQv9RB5aMl7VNj1xAW4H6QG vMO++XjQfLT42dtrSsOt =ES7H -----END PGP SIGNATURE-----