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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
The introduced usage of segfault-handler breaks our cross-architecture build.
We didn't find any way on rebuilding segfault-handler to work in a AWS Lambda function expect the way of using a docker image. As this would introduce a lot of refactoring of our CI pipeline we decided to remove segfault-handler in our fork.
The AWS Lambda fails with:
ERROR Error: /var/task/node_modules/segfault-handler/build/Release/segfault-handler.node: invalid ELF header
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1188:18)
at Module.load (internal/modules/cjs/loader.js:986:32)
at Function.Module._load (internal/modules/cjs/loader.js:879:14)
at Module.require (internal/modules/cjs/loader.js:1026:19)
at require (internal/modules/cjs/helpers.js:72:18)
at bindings (/var/task/node_modules/bindings/bindings.js:112:48)
at Object.<anonymous> (/var/task/node_modules/segfault-handler/index.js:3:37)
at Module._compile (internal/modules/cjs/loader.js:1138:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
at Module.load (internal/modules/cjs/loader.js:986:32)
The text was updated successfully, but these errors were encountered:
The introduced usage of segfault-handler breaks our cross-architecture build.
We didn't find any way on rebuilding
segfault-handler
to work in a AWS Lambda function expect the way of using a docker image. As this would introduce a lot of refactoring of our CI pipeline we decided to removesegfault-handler
in our fork.The AWS Lambda fails with:
The text was updated successfully, but these errors were encountered: