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

Fix segfault on opening multiple threads for one entry in thread list #696

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2020

  1. Do generate new row in closure passed to Db::on_thread()

    This is necessary if we want to execute the closure for each found
    thread.
    
    Signed-off-by: Matthias Beyer <[email protected]>
    matthiasbeyer committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6545d9f View commit details
    Browse the repository at this point in the history
  2. Execute function on each thread found

    Signed-off-by: Matthias Beyer <[email protected]>
    matthiasbeyer committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e791196 View commit details
    Browse the repository at this point in the history