On 28/04/2025 18:13, Bruno Haible wrote:
Sevan Janiyan wrote:
Just as a heads up, the issue is not exclusive to 10.4 on PowerPC. The
issue is that on 10.4, period. I hit the same issue on 10.4 on Intel.
Then we might need a similar patch for lib/sigsegv.c lines 663 and 671 ?
I'll take a look in a few hours when I have some time & report back once
I've tested.
It seems that the kernel just lacks the functionality. Even with the
bodge, the test suite with fail on sigsegv. You need to use libsigsegv.
Yes. This is because libsigsegv contains extra code with Mach ports, that
is not needed in newer Mac OS X versions (once Apple made the signals
work as specified in POSIX).
Yeah, I remember you saying.
Even on powerpc with the original patch, test suite would fail.
But hey, it compiles :)
Sevan