orbis-kernel: do not invoke coredump handler

This commit is contained in:
DH 2024-11-14 01:55:14 +03:00
parent fe6fa76067
commit 6f80249291

View File

@ -997,6 +997,12 @@ orbis::SysResult orbis::sys_mdbg_service(Thread *thread, uint32_t op,
break;
}
case 0x13: {
// wait for unhandled signal
while (true) {
std::this_thread::sleep_for(std::chrono::days(1));
}
}
case 0x14: {
// std::this_thread::sleep_for(std::chrono::years(1));
break;