Open smondet opened 3 years ago
Alpine only? Segfault? This reads like stack overflow to me ;) Alpine (musl really iirc) has a default stack size of 8mb which is way inferior to other distros/libc. note that the topic is in vogue!
https://ariadne.space/2021/06/25/understanding-thread-stack-sizes-and-how-alpine-is-different/ https://utcc.utoronto.ca/~cks/space/blog/programming/CStackSizeInvisible (and the related HN threads…)
I'm seeing a binary built inside a docker alpine container seg-fault at the method
#close
of aLwt_process.process
. (It just works everywhere else I've tried).With
strace
:a
gdb
backtrace: