-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Some issues #263
Comments
|
I have pushed a quick fix for the second issue which should more gracefully handle the situation instead of causing a kernel panic, though really there are several problems with threaded processes in the kernel that need to be addressed with more extensive changes. This is not an area I have put much work into. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If try to run these code below:
The segment fault will happen in less than a second. If I comment all the printf() and make every thread just run an empty
loop then the code runs well.
Plasma has two threads and the kernel will panic(page fault) when I run the command ‘kill -9 88’ (for example, plasma has a PID 88 and has two TIDs 88, 89). Sometimes it happens immediately and somtimes it happens when I try to run the next command.
The key 'CapsLk' doesn't work. Maybe need to make a little change in the keycode translation library?
The text was updated successfully, but these errors were encountered: