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 Leak Warning in Firefox #9521

Closed
darkwing opened this issue Oct 8, 2020 · 2 comments
Closed

Memory Leak Warning in Firefox #9521

darkwing opened this issue Oct 8, 2020 · 2 comments
Labels
Sev3-low Low severity; minimal to no impact upon users stale issues and PRs marked as stale type-bug

Comments

@darkwing
Copy link
Contributor

darkwing commented Oct 8, 2020

Describe the bug
I see the following error in the Firefox console when developing the MetaMask extension:

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
    in ConfirmTransactionBase (created by ConnectFunction)
    in ConnectFunction (created by Context.Consumer)
    in withRouter(Connect(ConfirmTransactionBase)) (created by ConfirmSendEther)
    in ConfirmSendEther (created by ConnectFunction)
    in ConnectFunction (created by Context.Consumer)
    in withRouter(Connect(ConfirmSendEther)) (created by Context.Consumer)
    in Route (created by ConfirmTransaction)
    in Switch (created by ConfirmTransaction) backend.js:32
    n backend.js:32
    instrumentConsole instrument.js:104
    React 5
    handleSubmit confirm-transaction-base.component.js:502
    (Async: promise callback)
    handleSubmit confirm-transaction-base.component.js:500
    (Async: promise callback)
    handleSubmit confirm-transaction-base.component.js:489
    React 6
    sentryWrapped helpers.js:74
    React 3
    unstable_runWithPriority scheduler.development.js:697
    React 5
    unstable_runWithPriority scheduler.development.js:697
    React 6
    sentryWrapped helpers.js:74
    (Async: EventListener.handleEvent)
    _wrapEventTarget trycatch.js:75

To Reproduce (REQUIRED)
Unfortunately no concrete steps to reproduce. Best detail I can give is that I've been bringing up the Swap and Send screens

Screenshots
ConsoleError

Browser details (please complete the following information):

  • OS: OS X
  • Hardware Wallet: None
  • Browser: Firefox Nightly 83
  • MetaMask Version: 8
@jacobc-eth jacobc-eth added Sev2-normal Normal severity; minor loss of service or inconvenience. type-bug labels Oct 19, 2020
@Gudahtt Gudahtt added Sev3-low Low severity; minimal to no impact upon users and removed Sev2-normal Normal severity; minor loss of service or inconvenience. labels Jan 13, 2021
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 45 days if there is no further activity. The MetaMask team intends on reviewing this issue before close, and removing the stale label if it is still a bug. We welcome new comments on this issue. We do not intend on closing issues if they report bugs that are still reproducible. Thank you for your contributions.

@github-actions github-actions bot added the stale issues and PRs marked as stale label Jul 24, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

This issue was closed because there has been no follow up activity in the last 45 days. If you feel this was closed in error, please reopen and provide evidence on the latest release of the extension. Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sev3-low Low severity; minimal to no impact upon users stale issues and PRs marked as stale type-bug
Projects
None yet
Development

No branches or pull requests

3 participants