pkgsrc/devel/libsigsegv25/DESCR
ahoka c5a99ccb99 Import a legacy version 2.5 package.
Currently clisp is broken with the newer one.
2008-09-12 22:11:28 +00:00

10 lines
405 B
Text

GNU libsigsegv is a library for handling page faults in user mode. A page
fault occurs when a program tries to access a region of memory that is
currently unavailable. Catching and handling a page fault is a useful
technique for implementing:
* Pageable virtual memory
* Memory-mapped access to persistent databases
* Generational garbage collectors
* Stack overflow handlers
* Distributed shared memory