%general-entities; ]> $LastChangedBy$ $Date$ libsigsegv-&libsigsegv-version; libsigsegv Introduction to libsigsegv This is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. 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, and distributed shared memory. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libsigsegv-md5sum; Download size: &libsigsegv-size; Estimated disk space required: &libsigsegv-buildsize; Estimated build time: &libsigsegv-time; User Notes: Installation of libsigsegv Install libsigsegv by running the following commands: ./configure --prefix=/usr \ --enable-shared \ --disable-static && make To test the results, issue: make check. Now, as the root user: make install Command Explanations --enable-shared: This switch ensures that shared libraries are compiled. Contents Installed Programs Installed Library Installed Directories None libsigsegv.so None Short Descriptions libsigsegv.so is a library for handling page faults in user mode. libsigsegv.so