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

Kills all extensions as well as tabs #11

Closed
DJTB opened this issue May 31, 2016 · 5 comments
Closed

Kills all extensions as well as tabs #11

DJTB opened this issue May 31, 2016 · 5 comments

Comments

@DJTB
Copy link

DJTB commented May 31, 2016

Ubuntu running Chrome 51.0.2704.63 (64-bit)
The past few days I've noticed this is killing all my extensions as well as tabs.

image

Haven't used kill-tabs for a week or two - so I presume this has happened with the most recent Chrome (stable) update.

Curious if anyone else has experienced the same issue.

@kevva
Copy link
Contributor

kevva commented May 31, 2016

This could possibly have changed name https://github.com/sindresorhus/kill-tabs/blob/master/index.js#L30.

@DJTB
Copy link
Author

DJTB commented Jun 1, 2016

Fresh Chrome instance, with 10+ extensions running (while typing this answer)
pgrep -c 'chrome'
26
pgrep -a 'chrome' | grep -c '\-\-type=renderer'
21
pgrep -a 'chrome' | grep -c '\-\-extension'
0
pgrep -a 'chrome' | grep 'process'
The only hits are --type=gpu-process

@DJTB
Copy link
Author

DJTB commented Sep 24, 2016

Ubuntu running Chrome 53.0.2785.116 (64-bit)
I haven't used kill-tabs since June - but just tried it now and everything worked as expected. All tabs were killed, yet all extensions continued running.

pgrep -a 'chrome' | grep -c '\-\-extension' is now properly reporting 16 rather than 0 when the script was misbehaving.

Possibly only temporarily affected around Chrome 51

@fregante
Copy link

Does this happen on Ubuntu only? It hasn't happened for me on macOS 10.13 (Chrome 65)

@DJTB
Copy link
Author

DJTB commented Mar 18, 2018

Well it's now ~18 months later, Chrome 65 is working fine for me on Ubuntu too.
May as well close this for now.

@DJTB DJTB closed this as completed Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants