This package browser is in early development. Mind the rough edges.

libsigsegv 2.14

Library for handling page faults

GNU libsigsegv is a library to handle page faults, which occur when a program tries to access an unavailable region of memory, in user mode. By catching and handling page faults, the program can implement pageable virtual memory, stack overflow handlers, and so on.

Installation

Install libsigsegv 2.14 as follows:

guix install libsigsegv@2.14

Or install the latest version:

guix install libsigsegv

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.