Files
mesa/src
Jory Pratt fd7b7f14d8 util: Heap-allocate 256K zlib buffer
The disk cache code tries to allocate a 256 Kbyte buffer on the stack.
Since musl only gives 80 Kbyte of stack space per thread, this causes a
trap.

See https://wiki.musl-libc.org/functional-differences-from-glibc.html#Thread-stack-size

(In musl-1.1.21 the default stack size has increased to 128K)

[mattst88]: Original author unknown, but I think this is small enough
            that it is not copyrightable.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-19 12:16:18 -07:00
..
2019-06-19 14:08:28 +02:00
2019-06-19 12:05:58 +00:00
2019-04-29 21:17:19 +00:00
2019-06-19 11:57:01 -05:00
2019-04-15 13:44:29 -07:00
2019-06-19 14:08:28 +02:00
2019-06-19 12:16:18 -07:00
2019-06-05 08:58:05 +00:00
2018-10-19 16:50:26 +01:00