wok view libsigsegv/description.txt @ rev 25847

Up mutt dep libsasl-modules, required for smtps (thanks rantanplan for report)
author Stanislas Leduc <shann@slitaz.org>
date Mon May 26 22:28:58 2025 +0200 (3 weeks ago)
parents
children
line source
1 GNU libsigsegv is a library for handling page faults in user mode.
2 A page fault occurs when a program tries to access to a region of memory
3 that is currently not available.
5 Catching and handling a page fault is a useful technique for implementing:
7 pageable virtual memory,
8 memory-mapped access to persistent databases,
9 generational garbage collectors,
10 stack overflow handlers,
11 distributed shared memory,
12 ...