babashka-sci-dev

kokada 2021-10-10T20:48:18.020400Z

Found a quite nice blog post about default thread sizes on GNU/Linux (glibc) vs Alpine Linux (musl): https://ariadne.space/2021/06/25/understanding-thread-stack-sizes-and-how-alpine-is-different/

borkdude 2021-10-10T20:51:17.021600Z

@thiagokokada nice find! yeah we needed to tweak the stack size for graal + SCI images... but what was even weirder with graal is that we needed to start a thread because the main thread didn't seem to have enough stack size either

kokada 2021-10-10T20:52:40.022400Z

Yeah, not sure why we needed to tweak the stack size of the main thread neither. I do remember it was on some specific tests though, so maybe those tests were spanning a thread and this was the problem 🤔 ?

kokada 2021-10-10T20:55:21.022900Z

Or maybe it is something with graalvm itself

borkdude 2021-10-10T20:58:07.023100Z

@thiagokokada https://github.com/oracle/graal/issues/3398

🤔 1