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

It is suspected that vue-devtools causes chrome memory overflow and then crashes #2167

Open
sh731928441 opened this issue May 9, 2024 · 6 comments

Comments

@sh731928441
Copy link

Vue devtools version

v6.6.1

Link to minimal reproduction

Steps to reproduce & screenshots

Step to reproduce:

  1. Open chrome devtools and chooese vue-devtools
  2. Use it for a while( 30s ~ 1m)
  3. Switch to another app(take chrome out of focus)
  4. Use vue-devtools again

Then my chrome crashed.

What is expected?

vue-tools shouldn't crash chrome

What is actually happening?

Using vue-devtools in the chrome browser will cause chrome to crash. And other developers around me also have the same problem.

System Info

System:
 os:windows 11
 CPU:AMD Ryzen 7 5800H
 Memory: 16G

Binaries:
 Node: 16.16.0
 npm: 8.11.0

Browsers:
 Chrome: Version 124.0.6367.119

Any additional comments?

This problem will occur in both vue2 and vue3.
Now I have rolled back the version to v6.5.1 and it is working.

@QuentinHsu
Copy link

I am facing the same issue, and Chrome has become slow as a result. After uninstalling devtools, Chrome returned to normal.

@antoinechamot
Copy link

Same here vue-devtools became unusable. Constant freeze, such a pain

@gregveres
Copy link

how did you roll back to 6.5.1? Unfortunately, 6.6.1 is too buggy to use

@OZ1245
Copy link

OZ1245 commented May 15, 2024

How install 6.5.1 version?

@sh731928441
Copy link
Author

How install 6.5.1 version?

  1. download from https://github.com/vuejs/devtools/releases/tag/v6.5.1
  2. yarn install
  3. yarn run build
  4. yarn run zip
  5. unzip the ./dist/devtools-chrome.zip
  6. open chrome Extensions
  7. click “Load unpacked” and choose “devtools-chrome” folder

@nelson6e65
Copy link

I'm having this problem in Chrome, Edge, and Firefox for Linux.

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

No branches or pull requests

6 participants