<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name --> * **Version**: * **Platform**: * **Subsystem**: ### What steps will reproduce the bug? Executing Node code on aws lambda <!-- Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies. --> ### How often does it reproduce? Is there a required condition? It is getting reproduced more often, but unable to get the specific scenario ### What is the expected behavior? <!-- If possible please provide textual output instead of screenshots. --> It should not this error and should continue to run ### What do you see instead? <!-- If possible please provide textual output instead of screenshots. --> 2020-08-19T17:24:39.485+05:30 module: "startLinking" 2020-08-19T17:24:39.514+05:30 /var/lang/bin/node[8]: ../src/spawn_sync.cc:460:v8::Maybe<bool> node::SyncProcessRunner::TryInitializeAndRunLoop(v8::Local<v8::Value>): Assertion `(uv_loop_init(uv_loop_)) == (0)' failed. 2020-08-19T17:24:39.517+05:30 1: 0x560b92e29093 node::Abort() [/var/lang/bin/node] 2020-08-19T17:24:39.517+05:30 2: 0x560b92e29122 [/var/lang/bin/node] 2020-08-19T17:24:39.518+05:30 3: 0x560b92f07363 node::SyncProcessRunner::TryInitializeAndRunLoop(v8::Local<v8::Value>) [/var/lang/bin/node] 2020-08-19T17:24:39.518+05:30 4: 0x560b92f07542 node::SyncProcessRunner::Spawn(v8::FunctionCallbackInfo<v8::Value> const&) [/var/lang/bin/node] 2020-08-19T17:24:39.519+05:30 5: 0x560b930496c6 [/var/lang/bin/node] 2020-08-19T17:24:39.519+05:30 6: 0x560b9304b401 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [/var/lang/bin/node] 2020-08-19T17:24:39.520+05:30 7: 0x560b938be2b9 [/var/lang/bin/node] 2020-08-19T17:24:40.065+05:30 END RequestId: f10633e7-61e7-457c-8547-ba1c39302550 2020-08-19T17:24:40.065+05:30 REPORT RequestId: f10633e7-61e7-457c-8547-ba1c39302550 Duration: 15956.00 ms Billed Duration: 16000 ms Memory Size: 3008 MB Max Memory Used: 595 MB Init Duration: 1749.62 ms 2020-08-19T17:24:40.065+05:30 RequestId: f10633e7-61e7-457c-8547-ba1c39302550 Error: Runtime exited with error: signal: aborted (core dumped) Runtime.ExitError 2020-08-19T17:24:40.204+05:30 2020-08-19T11:54:40.204Z undefined INFO The NODE_ENV set in target environment is - dev ### Additional information <!-- Tell us anything else you think we should know. --> Unable to reproduce but mostly it is of memory issue but AWS Lambda have enough memory and as per log it did not reach the threshold