Hi all,
I was trying to run polyml on a machine running a 2.6.9-smp kernel. Unfortuantely, it just segfaults when it tries to mmap, in particular at the second call to ReserveAddressSpace in mmap.c:
caddr_t pa = mmap((caddr_t)addr, len, PROT_NONE, MAP_PRIVATE | MAP_FIXED | MAP_NORESERVE | MAP_ANONYMOUS, -1, 0L);
System details: 1G of RAM, Debian unstable, libc6 2.3.2.ds1-18, kernel 2.6.9-smp.
It does not crash when I use the 2.6.8 non-smp kernel.
Thanks for any help.
pat