mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
Kernel: Don't generate a backtrace when a process exists with non-zero
..status
This commit is contained in:
parent
b1e01066fe
commit
1efbbf3ac3
Notes:
sideshowbarker
2024-07-19 00:49:42 +09:00
Author: https://github.com/itamar8910
Commit: 1efbbf3ac3
Pull-request: https://github.com/SerenityOS/serenity/pull/3738
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ void Process::sys$exit(int status)
|
||||||
{
|
{
|
||||||
cli();
|
cli();
|
||||||
|
|
||||||
if (status != 0) {
|
|
||||||
dump_backtrace();
|
|
||||||
set_dump_core(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
m_termination_status = status;
|
m_termination_status = status;
|
||||||
m_termination_signal = 0;
|
m_termination_signal = 0;
|
||||||
die();
|
die();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue