Re: macOS status
"Kirill A. Korinsky" <[email protected]>
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, Seems that support of arm64 macOS requires some work at relocation. Just comparing of reloc.h between two arch points that it is quite different: - https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/usr/include/mach-o/x86_64/reloc.h <https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/usr/include/mach-o/x86_64/reloc.h> - https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/usr/include/mach-o/arm64/reloc.h <https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/usr/include/mach-o/arm64/reloc.h> -- wbr, Kirill > On 24. Dec 2023, at 15:40, Kirill A. Korinsky <[email protected]> wrote: > > Hello, > >> On 24. Dec 2023, at 15:37, Camm Maguire <[email protected]> wrote: >> >>> >>> Anyway, failed on build; crash happened inside siLheap_report which is called by the first (init-system) at ./raw_pre_gcl >> >> Is this heap report issue the same as your segmentation catcher signal >> unblocking issue and limited to arm64 alone? > > yes, removing segmentation catcher signal allows to see it. Without it, it simple fails with error in console without any trace. > > FYI: it isn't arm64 build, because configure script doesn't support it. I use so-called Rosetta to run x86_64 binary on arm64 which usually works quite well. > > -- > wbr, Kirill >
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE3/KLNtcfWfLw7JxqmNjZhndZIm4FAmWITEYACgkQmNjZhndZ Im5k7hAApXFxE0n0dVp343kpNV/NBBxBeig2ivgIEW4+jZcDA6VH9/8HBo/xT1cY LTuefcwA6CULZ3QvNvl4Di3f6ZXYkV6vJUKw90Kl/i5t1S97/RDvg6GUMj197qn6 puLCPlFDyIGuR/bupeGSTcFFtHZINLRS/qF16JhhlGhXjD1ZP5FMgi6LO+QaOuk+ +18g21nEmBim3wyps/wJYWWbM20V9Spu7YOdTZh7p/W3ghEP+T3fg8gXVxmwjUM/ PyN3HM/BJqp1YiPajyeibyRfPEnAR5DuXsMu7E/xsK05yzamq32zD405/3Mqv5iw wes1IUnqgAggF+vo+DHakP14Y+Z89/DmjQkBCbPkG+bG5UTc6IgPf3iUENF5o8na pAFwh3tV3pf4tJrZZL7JZfTqRR1XF4CAAC6VlGPeP/+NWxCb9AUziAblMJ520LfU e47PStVC1eHkuV3WItZ6XJUZEZCOFKiDiFlh2S6ZHPXItZOuxFqznrKbq7Jl+A4G rqreuIfLHuuvqOd4SJbSINCAhK2gwJ1yeRuYN4TLJRNGw3xl2QKNI7UrgExecqeP nh6UJBaWQmMBWuWLAy7KlJHrRGxbTua3dV8plIT5SlV3TstrhL3HihWVdxKSNbR9 eebBiG+HVXoB7SjCcVUhx4DWguOUcMuDuiGQRn/LDMlnqtYFBSI= =Diob -----END PGP SIGNATURE-----