This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[node] Crash when running stress tests #8812
Comments
V8 heap was stable during the test, but it crashed again. This time with
Different backtrace:
|
@tmpsantos I'd take a close look at
|
Better backtrace now building Debug, also got the crash quicker:
|
I believe this crash happens when calling |
We're wrapping a pointer to |
Closing in favor of #8966 |
This isn't the same as #8966. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I let the
memory.test.js
running overnight, trying to render 1200000 times with 10 maps on the pool. It blew up with a SEGV.The
dmesg
was showing:With this backtrace:
I'm going to run it again printing metrics about the V8 heap growth and see if this could be related.
/cc @bsudekum
The text was updated successfully, but these errors were encountered: