You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Lambda runtime interface emulator crashes with null pointer dereference after logging AlreadyReserved error. I was not able to reproduce this locally, but it consistently crashes in our CI.
AWS Lambda runtime interface emulator crashes with null pointer dereference after logging
AlreadyReserved
error. I was not able to reproduce this locally, but it consistently crashes in our CI.Here are the logs from the container:
Null pointer dereference happens here:
aws-lambda-runtime-interface-emulator/lambda/rapidcore/server.go
Lines 661 to 666 in 71388dd
s.Reserve()
can returnreserveResp = nil
in case of an error returned from here:aws-lambda-runtime-interface-emulator/lambda/rapidcore/server.go
Lines 163 to 165 in 71388dd
The text was updated successfully, but these errors were encountered: