rCore-Tutorial-v3 icon indicating copy to clipboard operation
rCore-Tutorial-v3 copied to clipboard

Bug in user/src/bin/sig_simple2.rs

Open itewqq opened this issue 3 years ago • 0 comments
trafficstars

The 2nd parameter of kill here should be 10, not 1<<10. Otherwise you'll get 1<<(1<<10) in os/src/syscall/process.rs#sys_kill

itewqq avatar May 14 '22 13:05 itewqq