Package libsigsegv: Information

  • Default inline alert: Version in the repository: 2.14-alt1

Source package: libsigsegv
Version: 2.13.0.5.8107-alt2
Latest version according to Repology
Build time:  Sep 18, 2021, 02:22 PM in the task #285439
Category: System/Libraries
Report package bug
Summary: Library for handling page faults in user mode
Description: 
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
  - distributed shared memory

List of rpms provided by this srpm:
libsigsegv-devel (x86_64, ppc64le, i586, armh, aarch64)
libsigsegv2 (x86_64, ppc64le, i586, armh, aarch64)
libsigsegv2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Dmitry V. Levin


ACL:
@core

    1. gnulib >= 0.1.4550.2a794

Last changed


Sept. 17, 2021 Dmitry V. Levin 2.13.0.5.8107-alt2
- Fixed build with LTO enabled.
April 13, 2021 Dmitry V. Levin 2.13.0.5.8107-alt1
- libsigsegv: v2.12-11-gf2e3824 -> v2.13-5-g8107f54.
- gnulib BR: v0.1-2433-g3043e43a7 -> v0.1-4550-g2a7948aad.
March 5, 2019 Dmitry V. Levin 2.12.0.11.f2e3-alt1
- v2.10 -> v2.12-11-gf2e3824.
- Enabled LFS on 32-bit systems.