Language

Package: libsigsegv @ 2.12

Synopsis

Library for handling page faults

Description

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.

Home page
https://www.gnu.org/software/libsigsegv/
Location
gnu/packages/libsigsegv.scm (line: 27, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 48 is way too long (133 characters)