Difference between revisions of "Libsigsegv"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libsigsegv |Short description=Library for handling page faults |Full description=GNU libsigsegv is a library for handling page faults. A page fault occurs when a pr...")
 
(libsigsegv-2.14)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=libsigsegv
 
|Name=libsigsegv
|Short description=Library for handling page faults
+
|Short description=Library for handling page faults.
 
|Full description=GNU libsigsegv is a library for handling page faults. A page fault occurs when a program tries to access a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing garbage collectors, stack overflow handlers, persistent databases, and distributed shared memory.
 
|Full description=GNU libsigsegv is a library for handling page faults. A page fault occurs when a program tries to access a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing garbage collectors, stack overflow handlers, persistent databases, and distributed shared memory.
 +
|Homepage URL=https://www.gnu.org/software/libsigsegv/
 +
|Version download=https://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.14.tar.gz
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.sv.gnu.org/libsigsegv.git
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 +
|Keywords=library,memory,GNUlibsigsegv,page fault,garbage collection,stack overflow handlers,persistent databases,distributed shared memory
 +
|Version identifier=2.12
 +
|Version date=2018/01/16
 +
|Version status=stable
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/04
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|Paid support=https://www.fsf.org/resources/service/
|Submitted date=2011-04-01
+
|Accepts cryptocurrency donations=Yes
|Version identifier=2.4
+
|OpenPGP signature=https://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.12.tar.gz.sig
|Version date=2006-06-23
+
|Test entry=No
|Version status=stable
+
|Is GNU=Yes
|Version download=ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.4.tar.gz
+
|GNU package identifier=libsigsegv
|License verified date=2002-09-05
+
|Decommissioned/Obsolete=No
|Version comment=2.4 stable released 2006-06-23
+
|License verified date=2009-12-11
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=Copyright 1998-1999, 2002-2012, 2016-2021  Bruno Haible <bruno@clisp.org>
 +
Copyright 2002-2005, 2009  Paolo Bonzini <bonzini@gnu.org>
 +
Copyright 2008-2010  Eric Blake <ebb9@byu.net>
 +
Copyright 2002-2021  Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2022-02-02
 +
|License note=https://git.savannah.gnu.org/cgit/libsigsegv.git/tree/COPYING
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 +
|Software-development=small-specific-development-task
 +
|Use=software-development
 
}}
 
}}
{{Project license
+
{{EntryGNU
|License=GPLv2orlater
+
|Is GNU=Yes
|License verified by=Janet Casey
+
|GNU package identifier=libsigsegv
|License verified date=2002-09-05
+
}}
 +
{{Person
 +
|Real name=Bruno Haible
 +
|Role=Maintainer
 +
|Email=bruno@clisp.org
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/libsigsegv/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/libsigsegv.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-libsigsegv/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Mailing List
 +
|Resource URL=https://ftpmirror.gnu.org/libsigsegv/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/pub/gnu/libsigsegv/
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q76185306
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/libsigsegv
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/libsigsegv.git
 +
|Computer languages=C
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=2.14
 +
|Version date=2022-01-07
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-02-02
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.14.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 17:10, 2 February 2022


[edit]

libsigsegv

https://www.gnu.org/software/libsigsegv/
Library for handling page faults.

GNU libsigsegv is a library for handling page faults. A page fault occurs when a program tries to access a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing garbage collectors, stack overflow handlers, persistent databases, and distributed shared memory.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

2 February 2022




Leaders and contributors

Contact(s)Role
Bruno Haible Maintainer


Resources and communication

AudienceResource typeURI
FTPMailing Listhttps://ftpmirror.gnu.org/libsigsegv/
Savannah (Ref)Developerhttps://savannah.gnu.org/projects/libsigsegv/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-libsigsegv/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/libsigsegv.git/
WikidataGeneralhttps://www.wikidata.org/wiki/Q76185306
FTPDownloadhttps://ftp.gnu.org/pub/gnu/libsigsegv/
DebianDeveloperhttps://tracker.debian.org/pkg/libsigsegv


Software prerequisites

This entry (in part or in whole) was last reviewed on 2 February 2022.




Entry








"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.