decentraland / explorer

🌎 Explore Decentraland from a web browser
https://explorer.decentraland.org
Apache License 2.0
78 stars 39 forks source link

fix: chrome 92.0.4515.107 crash #2512

Closed BrianAmadori closed 3 years ago

BrianAmadori commented 3 years ago

What?

When starting out from 100,100 and walking forwards, the client crashes when it reaches 80+ workers. This PR its an attempt to fix that.

Steps to reproduce

Open this link: https://play.decentraland.zone/branch/fix/chrome-92-crash/index.html?ENV=org&position=100,100

Walk forward until the client crashes (or not) with a STATUS_BREAKPOINT error.

Why?

I have no idea.

github-actions[bot] commented 3 years ago

After the CI passes:

menduz commented 3 years ago

I've found that the chrome process crashes with

#
# Fatal javascript OOM in GC during deserialization
#

[0727/170302.051571:WARNING:process_memory_mac.cc(93)] mach_vm_read(0x7ffee3c08000, 0x2000): (os/kern) invalid address (1)
menduz commented 3 years ago

Effectively fixes the issue