Martijn Otto f3b65c66f8
Request a thread stack size that is large enough for unbound
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.
2019-09-25 16:37:06 +02:00
..
2019-03-05 22:05:34 +01:00
2019-07-16 11:35:53 +00:00
2019-07-31 20:04:57 -04:00
2019-08-19 17:31:39 -05:00
2019-03-05 22:05:34 +01:00