aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git
diff options
context:
space:
mode:
authorMarc Vertes <marc.vertes@ugrid.net>2016-02-24 10:03:40 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-02-24 11:51:14 +0000
commit2191d52882a51f7365b4a676305020215d3b0226 (patch)
tree2000f7440cdb102ed2f67f3640cef1c682f1c688 /testing/tvheadend-git
parenta148c910b9b3d31765e4d315b0db4f5195ffeb82 (diff)
downloadaports-2191d52882a51f7365b4a676305020215d3b0226.tar.bz2
aports-2191d52882a51f7365b4a676305020215d3b0226.tar.xz
testing/mongodb: Fix mongo shell "too much recursion" #5117
The problem is due to the fact that spidermonkey expects a larger available space on the thread stack than the one allocated by default by Musl libc. In the code which checks the available stack space, we adjust the reserved quota to 32k instead of 64k because the default musl libc thread stack size is small (80k) and we can not set stack size for C++ threads. Note also that with musl, stack size does not include guard page.
Diffstat (limited to 'testing/tvheadend-git')
0 files changed, 0 insertions, 0 deletions