oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With larger BitAlloc, rcore will crash when initializing frame allocator.

jiegec opened this issue · comments

commented

Because BitAlloc is initialized first on the stack, so the stack overflows.

commented

Solution: use release mode.