Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/guile: downgrade to 2.0.14 | William Pitcock | 2017-10-19 | 1 | -28/+0 |
| | |||||
* | main/guile: increase thread stack size to 512k | Natanael Copa | 2017-09-27 | 1 | -1/+1 |
| | | | | build still failed on ppc64le so we increase stack size to 512k | ||||
* | main/guile: fix bootstrap failure | Natanael Copa | 2017-09-27 | 1 | -0/+28 |
the garbage collector uses recursive functions while bootstrapping the build and runs out of stack space. Fix it by explicitly set thread stack size when creating the thread. fixes #7919 |