Binary does not work and create a coredump
Closed this issue · 4 comments
KnisterPeter commented
After installing this package and starting it, it fails with the following error:
Executing 'index.handler' in function directory '/test'
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
Tested on different docker base images (node:20-slim, node:22-slim), doesn't matter.
m-rph commented
Hi, could you provide a sample function? This issue comes up when the handler is inaccessible. Perhaps it's not exported?
KnisterPeter commented
After going through all closed issues, I think it's this one: #101
If at all possible, the error message could be better 😄
KnisterPeter commented
Should we close it?
m-rph commented
Thanks, closing as resolved.
We will add these in a FAQ section to avoid any future confusion.
Thank you.