mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +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
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ void Process::sys$exit(int status)
|
|||
{
|
||||
cli();
|
||||
|
||||
if (status != 0) {
|
||||
dump_backtrace();
|
||||
set_dump_core(true);
|
||||
}
|
||||
|
||||
m_termination_status = status;
|
||||
m_termination_signal = 0;
|
||||
die();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue