Re: macOS status

"Kirill A. Korinsky" <[email protected]>
Newsgroups gmane.lisp.gcl.devel
Message-ID <[email protected]>
neverless but this patch doesn't help to pass CI via Github: https://github.com/catap/macports-ports/actions/runs/7316827564 <https://github.com/catap/macports-ports/actions/runs/7316827564>

It fails with errors like this:

> Unrecoverable error: frame stack overflow.
> Emergency reset complete

on raw_pre_gcl < foo

:(

--
wbr, Kirill

> On 24. Dec 2023, at 21:57, Kirill A. Korinsky <[email protected]> wrote:
> 
> as expected
> 
>> --- gcl/o/main.c
>> +++ gcl/o/main.c
>> @@ -266,8 +266,8 @@ get_gc_environ(void) {
>> 
>>    mem_multiple=1.0;
>>    if ((e=getenv("GCL_MEM_MULTIPLE"))) {
>> -    massert(sscanf(e,"%lf",&mem_multiple)==1);
>> -    massert(mem_multiple>=0.0);
>> +    mem_multiple=atof(e);
>> +    massert(mem_multiple>0.0);
>>    }
>> 
>>    gc_alloc_min=0.05;
>> 
> 
> works with GCL_MEM_MULTIPLE=0.1
> 
> atof retuns 0 in the case of error and zero value at mem_multiple useless because it is multiplicator :)
> 
> but I not sure about another variables where zero might be legetim value.
> 
> --
> wbr, Kirill
>
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE3/KLNtcfWfLw7JxqmNjZhndZIm4FAmWIqJIACgkQmNjZhndZ
Im5mlBAAt/gaCIHuC6ZoLnr0mNah6SGfc35RVCMgEOlWtGTgPm9IUe+x7i5LLPMU
01yDL8oZBgHw1n830Lb/NDPix7ChuE8MafV/2t6p83cD6ylkmxZGnq/oOAKlpyBB
KtV6d4fiWb/cjuaDESZJs6ZpFRohIba8xzFmufixQpzUeo9Ij7nJHbIhNQsVHU/l
7z08WS9ADbUja4qXj9EDmtU2BvPeC4R0AeEX0p/HqoRMPJScraDZXB8BhIuBvVll
JUcseZt1Xrfkm0NOyvzhF0A/XWICgM2kSoXCstCkjw/r2vHWSllf/aU6tbw6+mot
AX1ZAnsmTVVuNVly1Ul/PffCUDL0h87wfjtJeOQRKDhBEhcJA5kx4+jXBZO11avt
NP8BKe1OVa7yGLY4IuCmnRdP8AmZrcucDIJ2u1e/+q9uM8zPdsjVTIAZO9rSVDFI
p2ZbagYGQA/8BPB1SpxqNpydN0FA80fMiaJHo9pO0XWwLZEZirzOwSTwW/GfbDTI
7sRoHgeIS+TEmaz6zJeY3/mrNtrko/IEWKoj9icwkEdwwTOoDy5s8gh4lLqwlpYz
mnPV9WAgddM3f7/IpL7kx0VpvMTq7KmhLU0AIS4p+4jyTI06wPfAX8A+w4suq62N
OWfWbFviGiJYJx8vxY67HxrrBoUvIk9UahkdoNosHYOpYioy/QA=
=CILC
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.