DragonOS
DragonOS copied to clipboard
[BUG REPORT] 迁移fork系统调用时的初始化错误
在迁移fork系统调用时:
内核初始化会大概率出现如下错误:
经调试在调用ProcessManager::fork前加上log后:
内核可以正常初始化:
且经多次尝试都未出错,指令也能正常执行
原因不明
fork系统调用属于process部分,已迁移 https://github.com/DragonOS-Community/DragonOS/pull/1184 暂时先添加log的行为
这个pr解决了本issue https://github.com/DragonOS-Community/DragonOS/pull/1234