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

Memory leaking under Firefox #1398

Open
poorbug opened this issue Jun 9, 2017 · 3 comments
Open

Memory leaking under Firefox #1398

poorbug opened this issue Jun 9, 2017 · 3 comments

Comments

@poorbug
Copy link

poorbug commented Jun 9, 2017

  1. I run npm run dev and visit localhost:3000 with Firefox(53.0.3 (64-bit)). Everything works fine so far.
  2. I open the Inspector and wait about ten seconds. Then it starts leaking.

screen shot 2017-06-09 at 2 13 19 pm 2

I am trying to find out what's wrong but still not found.

@poorbug
Copy link
Author

poorbug commented Jun 9, 2017

Latest news:
opening http://localhost:3001/dist/main-ed4a12b31ee841067274.js in Firefox caused same problem.
And I get lost. 😩

@PhilNorfleet
Copy link

can you take a look at your redux devtool output? I had discovered some unusual behavior recently that may be related to your issue

@poorbug
Copy link
Author

poorbug commented Jun 19, 2017

Hi, @PhilNorfleet

Thanks for your reply.
Been busy these days. I've checked the redux devtool, but nothing strange found.

devtool output after open inspector

More information about this issue:

  1. Just happens under npm run dev ( works fine in production)
  2. Just happens under Firefox inspector ( works fine under Firebug)
  3. Memory leaking until Firefox crash

How to reproduce this:

  1. npm run dev
  2. visit localhost:3000 in Firefox
  3. open Inspector
  4. wait for 30 seconds

screen shot 2017-06-19 at 2 32 29 pm

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

2 participants