mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +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();
|
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