On Sat, 2022-09-24 at 18:23 +0200, Denis Excoffier wrote: > The segfault also occurs without ‘env -i’.
Thanks for helping me avoid that red herring. > The crashes in solaris and linux are so similar, and go away also so > similarly, that i would primarily think about size of types. Under > cygwin and MacOS all sizes (pointers, long int, size_t, SIZE_MAX, > time_t) are 8, while under (this) solaris and (this) linux all sizes > are 4. Only size of int is 4 on all. Aha! You're using a 32bit Linux. That is indeed helpful information, thanks. I will check it.