ECL crashes on iOS loading ASDF libs with several dependencies
PR
polos.ruetz at gmail.com
Sun May 31 20:06:40 UTC 2020
On 5/23/20, PR <polos.ruetz at gmail.com> wrote:
> https://gitlab.com/eql/eql5-ios/-/issues/3
The problem here is simply the quite limited C stack size on iOS,
which can't be extended on moblle devices, as it seems (I tried to no
avail).
So, the solution would be to use already cross-compiled ASDF
libraries, which don't need ASDF at run time (thanks to Marius
Gebershagen for the hint).
Paul
More information about the ecl-devel
mailing list