AWS Lambda RIC crashes in both lambda environment and when running locally inside docker

0

A little bit of context. I am running my docker image on AWS lambda on ARM 64, and on local with M1. I did not have any problems until recently when I noticed the image giving on lambda the error

container-1  | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) First fatal error stored in appctx: Runtime.ExitError
container-1  | 08 Sep 2022 17:29:01,415 [WARNING] (rapid) Process 14(npx) exited: Runtime exited with error: signal: killed
container-1  | END RequestId: b69162dc-da7b-4c3b-8965-2d609f1e2856

This error started appearing on the local too, when testing, completely random, and once it happens I am forced to totally stop the docker container and restart it otherwise no more calls will work because the was lambda ric process died (as show by the 2nd error npx exited). What I am curious is where I can get more information on this error to inspect what is causing it. Are there any relevant log files to inspect?

demandé il y a 2 ans1178 vues
1 réponse
0

This sort of issue will probably need a core dump file to be analyzed by the team that maintains the Lambda RIC. Is it possible for you to file a Support ticket?

profile pictureAWS
EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions