Hi Is there a way for a process to check whether a given address in mmeory is accessible, without triggering a signal? There is mincore(), but it jus says wether it is already in resident memory, not if accessing the address will swap it in or cause a SIGSEGV. -- Emmanuel Dreyfus manu%netbsd.org@localhost