mirror of
https://github.com/monero-project/monero.git
synced 2025-01-31 03:13:23 -05:00
f3b65c66f8
Unbound uses a 64 kb large character array on the stack, which leads to a stack overflow for some libc implementations. musl only gives 80 kb in total. This PR changes the stack size for these threads to 1mb, which solves the segmentation fault.