How to debug ExecutionErr(only Bun)?
Hi, I just spawn a new windmill instance using docker compose
It runs flawlessly except bun script, I checked the log, seems I got a ExecutionErr
How can i get more detail log or error to solve this problem?
scripts:
log
4 Replies
I tested other runtime using the default script, it all ok except bun
It's a SIGSEGV, which is strange. I can't reproduce on a vanilla docker, so maybe you're on a specific setup
I replaced caddy with traefik and use external postgress database (followed the install documentation)
Any debug option that I can get more detail?
What's the os you're running docker on ?
I would try to run the bun image directly to see if you can reproduce
Ideally using the same version as our dockerfile
If you can reproduce, I would ask on the bun discord
But can confirm to you on linux and using docker and containerd you do not have such issue