Description
Version
18.17.0
Platform
Linux xxxxxx 4.18.0-477.15.1.el8_8.x86_64 #1 SMP Fri Jun 2 08:27:19 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Upgraded the Node JS to v18.17.0, created docker image for node application.
Deployed the image, server getting stared and DB connection established.
after 2-3 seconds, below error thrown and pod goes to CrashLoopBackOff status continously./
Error:
node[1]: ../src/node_http_parser.cc:1096:static void node::{anonymous}::ConnectionsList::Expired(const v8::FunctionCallbackInfov8::Value&): Assertion `args[0]->IsNumber()' failed.
1: 0xb83f50 node::Abort() [node]
2: 0xb83fce [node]
3: 0xba415a [node]
4: 0xdc28b0 [node]
5: 0xdc3def v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]
6: 0x17036b9 [node]
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
Node application pod should be running without any crashing.
What do you see instead?
Below error:
Error:
node[1]: ../src/node_http_parser.cc:1096:static void node::{anonymous}::ConnectionsList::Expired(const v8::FunctionCallbackInfov8::Value&): Assertion `args[0]->IsNumber()' failed.
1: 0xb83f50 node::Abort() [node]
2: 0xb83fce [node]
3: 0xba415a [node]
4: 0xdc28b0 [node]
5: 0xdc3def v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]
6: 0x17036b9 [node]
Additional information
No response