Skip to content

Conversation

@upamanyus
Copy link

On Linux, executing run_keybase while Keybase is already running causes electron to crash consistently (because e.g. the electron/chromium gpu-process gets killed). This fixes that by more carefully killing only the main electron/Keybase process.

A previous PR (#17463) tried to fix this, but it used pgrep 'Keybase$' which checks for matches against the process name. Adding -f makes it match against the full command line arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant