-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse out of bound in video and text mode. #70
Comments
The kernel crash was caused by using both Maybe and nullptr to determine whether getElementAtPosition succeeded. @tengyifei which one should we use? |
There must be at least one element, the desktop. Therefore |
Anyhow the system should crash due to Maybe unboxing, not due to dereferencing nullptr, now that Maybe type is used... |
Github automatically closed this... |
Mouse can also go out of bound in Video mode... |
Will it lead to crash? On Thu, Dec 17, 2015 at 20:21 C4Phone [email protected] wrote:
|
No. I added some conditions. But it will print error message into text On Thursday, December 17, 2015, Han [email protected] wrote:
|
It seems that on the demo day we added too much debug info. Mouse should not be tracked under text mode. It caused the system to crash.
The text was updated successfully, but these errors were encountered: