Skip to content
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

[smart] Fix bugs on lwp kill #7892

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Commits on Jul 30, 2023

  1. [smart] Using exp frame to pass context

    Remove the previous implementation of context passing by variable
    
    Signed-off-by: Shell <[email protected]>
    polarvid committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    4ce5f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. [smart] fix process kill not working

    Add more debug log info.
    Not deliver masked signal to thread.
    Reset mask on timedwait.
    Do terminate by compete of every thread in a process.
    
    Signed-off-by: Shell <[email protected]>
    polarvid committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ee2c1cc View commit details
    Browse the repository at this point in the history