Hi All!
Last year I contributed the poll factory code, and I made tests poll-close.c and poll-nested.c passed. But I find something goes wrong when the poll-close test runs in a loop shell. This shell just runs poll-close test 10 times and the kernel will throw an invalid address request.
This error occurs in the function rros_drop_watchpoints which is written at 565 lines in poll.rs.
Following is the error message:
Hi All! Last year I contributed the poll factory code, and I made tests
poll-close.c
andpoll-nested.c
passed. But I find something goes wrong when the poll-close test runs in a loop shell. This shell just runs poll-close test 10 times and the kernel will throw an invalid address request. This error occurs in the functionrros_drop_watchpoints
which is written at 565 lines in poll.rs. Following is the error message: