Your message dated Sat, 07 Jul 2018 17:19:50 +0000 with message-id <[email protected]> and subject line Bug#902236: fixed in glibc 2.27-4 has caused the Debian Bug report #902236, regarding catchsegv.1: Some corrections to the manual to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 902236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902236 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libc-bin Version: 2.27-3 Severity: minor Tags: patch Summary: Remove space at end of lines. Add a backslash if line ends in '\{'. Define the macro "IX" also for F=0. Use the italic font for names of variable content. Begin a sentence in a new line when only one space character is between sentences. Details: Input file is catchsegv.1 mandoc: catchsegv.1:85:14: STYLE: whitespace at end of input line mandoc: catchsegv.1:87:19: STYLE: whitespace at end of input line ####### Test nr. 1: Remove space characters at the end of lines. Use "git apply ... --whitespace=fix" to fix extra space issues, or use global configuration "core.whitespace". 85:.\" TH Title 87:.\" Sh Subsection ##### Input file is catchsegv.1 Test nr. 2: Enable and fix warnings from 'test-groff'. troff: <catchsegv.1>:208: warning: macro 'IX' not defined Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] #### Test nr. 17: Add a backslash, if it is missing after \{ at the end of a line. 92:.if \nF \{ ##### Test nr. 21: Use a macro to change to the italic font, instead of \fI [1], if possible. The macros have the italic corrections, but "\c" removes them or add the italic corrections. [1] man-pages(7) [package "manpages"] 202:\fIcatchsegv\fR was written by Ulrich Drepper for the GNU C Library ##### Input file is catchsegv.1 Test nr. 29: Surround a block of comments with the macros ".ig" and "..". The .\" (\#) at the beginning of each line is then not needed. Makes it easier to add and remove text and adjust length of lines. NO PATCH 2:.\" $RCSfile: catchsegv.1,v $$Revision: 1.1.2.1 $$Date: 2003/09/22 21:33:35 $ 3:.\" 4:.\" $Log: catchsegv.1,v $ 5:.\" Revision 1.1.2.1 2003/09/22 21:33:35 jbailey 6:.\" New directory for things we add to the package 7:.\" 8:.\" 37:.\" 38:.\" 39:.\" Set up \*(-- to give an unbreakable dash; 40:.\" string Tr holds user defined translation string. 41:.\" Bell System Logo is used as a dummy character. 42:.\" 51:.\" \*(M", \*(S", \*(N" and \*(T" are the equivalent of 52:.\" \*(L" and \*(R", except that they are used on ".xx" lines, 53:.\" such as .IP and .SH, which do another additional levels of 54:.\" double-quote interpretation 83:.\" If the F register is turned on, we'll generate 84:.\" index entries out stderr for the following things: 85:.\" TH Title 86:.\" SH Header 87:.\" Sh Subsection 88:.\" Ip Item 89:.\" X<> Xref (embedded 90:.\" Of course, you have to process the output yourself 91:.\" in some meaningful fashion. ##### Test nr. 41: Wrong distance between sentences or protect the indicator. 1) Separate the sentences and subordinate clauses; each begins on a new line. See man-pages(7) [package "manpages"] and "info groff". Or 2) Adjust space between sentences (two spaces), 3) or protect the indicator by adding "\&" after it. The "indicator" is an "end-of-sentence character" (.!?). 198:Used to debug segmentation faults in programs. The output is the 199:content of registers, plus a backtrace. Basically you call your ##### Patch: --- catchsegv.1 2018-03-29 19:47:29.000000000 +0000 +++ catchsegv.1.new 2018-06-22 18:21:18.000000000 +0000 @@ -82,17 +82,22 @@ 'br\} .\" If the F register is turned on, we'll generate .\" index entries out stderr for the following things: -.\" TH Title +.\" TH Title .\" SH Header -.\" Sh Subsection +.\" Sh Subsection .\" Ip Item .\" X<> Xref (embedded .\" Of course, you have to process the output yourself .\" in some meaningful fashion. -.if \nF \{ +.ie \nF \{\ .de IX .tm Index:\\$1\t\\n%\t"\\$2" .. +.\} +.el \{\ +.de IX +.. +.\} .nr % 0 .rr F .\} @@ -193,10 +198,12 @@ .SH "NAME" catchsegv \- Catch segmentation faults in programs .SH "SYNOPSIS" -\fBcatchsegv\fR \fBprogram\fR [\fBargs\fR] +\fBcatchsegv\fR \fIprogram\fR [\,\fIargs\fR\/] .SH "DESCRIPTION" -Used to debug segmentation faults in programs. The output is the -content of registers, plus a backtrace. Basically you call your +Used to debug segmentation faults in programs. +The output is the +content of registers, plus a backtrace. +Basically you call your program and its arguments as the arguments to catchsegv. .SH "AUTHOR" \fIcatchsegv\fR was written by Ulrich Drepper for the GNU C Library -- System Information: Debian Release: buster/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.88-1-u1 (SMP w/2 CPU cores) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages libc-bin depends on: ii libc6 2.27-3 Versions of packages libc-bin recommends: ii manpages 4.16-1 libc-bin suggests no packages. -- no debconf information -- Bjarni I. Gislason
--- End Message ---
--- Begin Message ---Source: glibc Source-Version: 2.27-4 We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno <[email protected]> (supplier of updated glibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 07 Jul 2018 18:34:34 +0200 Source: glibc Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67 Architecture: source Version: 2.27-4 Distribution: unstable Urgency: medium Maintainer: GNU Libc Maintainers <[email protected]> Changed-By: Aurelien Jarno <[email protected]> Description: glibc-doc - GNU C Library: Documentation glibc-source - GNU C Library: sources libc-bin - GNU C Library: Binaries libc-dev-bin - GNU C Library: Development binaries libc-l10n - GNU C Library: localization files libc0.1 - GNU C Library: Shared libraries libc0.1-dbg - GNU C Library: detached debugging symbols libc0.1-dev - GNU C Library: Development Libraries and Header Files libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64 libc0.1-pic - GNU C Library: PIC archive library libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb) libc0.3 - GNU C Library: Shared libraries libc0.3-dbg - GNU C Library: detached debugging symbols libc0.3-dev - GNU C Library: Development Libraries and Header Files libc0.3-pic - GNU C Library: PIC archive library libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb) libc0.3-xen - GNU C Library: Shared libraries [Xen version] libc6 - GNU C Library: Shared libraries libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64 libc6-dbg - GNU C Library: detached debugging symbols libc6-dev - GNU C Library: Development Libraries and Header Files libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for ppc64 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64 libc6-pic - GNU C Library: PIC archive library libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC libc6-udeb - GNU C Library: Shared libraries - udeb (udeb) libc6-x32 - GNU C Library: X32 ABI Shared libraries for AMD64 libc6-xen - GNU C Library: Shared libraries [Xen version] libc6.1 - GNU C Library: Shared libraries libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized) libc6.1-dbg - GNU C Library: detached debugging symbols libc6.1-dev - GNU C Library: Development Libraries and Header Files libc6.1-pic - GNU C Library: PIC archive library libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb) locales - GNU C Library: National Language (locale) data [support] locales-all - GNU C Library: Precompiled locale data multiarch-support - Transitional package to ensure multiarch compatibility nscd - GNU C Library: Name Service Cache Daemon Closes: 861116 880675 880846 894379 899070 899071 902236 902800 Changes: glibc (2.27-4) unstable; urgency=medium . [ Samuel Thibault ] * hurd-i386/tg-gsync-libc.diff: Rename to hurd-i386/git-gsync-libc.diff. * hurd-i386/git-timer_create_sigmask.diff: New patch to fix interaction between SIGCHLD and timer_create. Closes: Bug#894379. . [ Aurelien Jarno ] * debian/patches/git-updates.diff: update from upstream stable branch: - Fix stack buffer overflow in realpath() (CVE-2018-11236). Closes: #899071. - Fix buffer overflow in AVX-512-optimized implementation of mempcpy() (CVE-2018-11237). Closes: #899070. - Fix crashes with binaries using vtable interposition. Closes: #861116. - Fix LC_PAPER for es_BO locale. Closes: #880675. - debian/patches/arm/unsubmitted-ldso-abi-check.diff: refresh, sigh. * debian/debhelper.in/libc.docs: do not try to install BUGS in the documentation, it has been removed upstream in version 2.27 as obsolete. Closes: #902800. * debian/debhelper.in/libc-dev.docs: drop, as both CONFORMANCE and NAMESPACE have been removed upstream in version 2.27. * debian/debhelper.in/libc-dev-bin.docs: drop as NAMESPACE has been removed upstream in version 2.27. * debian/patches/riscv64/submitted-start-cfi.diff: fix endless loop when throwing an exception from a constructor. * debian/control.in/main: bump Standards-Version to 4.1.4 (no changes). . [ Laurent Bigonville ] * debian/local/etc/nsswitch.conf: Switch from the compat to the files module. Closes: #880846. . [ Bjarni Ingi Gislason ] * debian/local/manpages/catchsegv.1: apply some corrections to the manpage. Closes: #902236. Checksums-Sha1: 957d7f3713925bf69a405b1da419f092af438c09 8871 glibc_2.27-4.dsc a85c1ac53a67c544f6b909af29503ac48a1bc316 997996 glibc_2.27-4.debian.tar.xz Checksums-Sha256: 59738840b5af9995596abc42af39f1bb963b8a96cf74c42b747c6fb2d46343b1 8871 glibc_2.27-4.dsc 2dfae33f1cd5db452a6d3f699f46e2f7d3f8c01ad85028fa8db3fac6e8610d06 997996 glibc_2.27-4.debian.tar.xz Files: 502afc32bbaa02a3322f107f87167cad 8871 libs required glibc_2.27-4.dsc 1c90da607c715a0bb662fc098da4cfc7 997996 libs required glibc_2.27-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAltA8SAACgkQE4jA+Jno M2tKaA//b2wsSta/rxEyHqp7AREMJZw6ukioXQ2XBVCmlbR5KhLM4X1efElK7wGR bvWHPDigdJzDMUx1c6ZzbGQ21Q2vHpQiT/hHzYwgTo+Ye06KOhvh6FkiOzxF+RMt 7lVgDEodjnYPerGp1/R3suGNXe8SCSdiuxWYXBKe7aMXyqLpsPx8vd9mEPy5fH3o 0rjFLbskUCqTaYsGwR+4pCQBjCzlkzIFoqWKGEpWJJ17/tyNs9LPmilIowQPy/Z3 49hzBqaq111pKrpNYqqtQjCrA1nRONnrjo87lpcnPDAZVAVP2SVrTEPmH8daZadN U0PpVwnfXU7qDCgAfddmACM8ssouMw7rPz9JJ7ukV2+rgUhpAf6HDL89G1GJ52Ci SrgnYJqwxP66Ce939mYC9+kKLCmyVmfFRuOYitvZ17D3iKeKOmp26VU7oJRjX4xl HExsj82XrWKUbFyqQPLB6VjC/yZ3gDe+e5OjA/2p7smKjTyIBmCA5q+BVbIeCtz7 l5rJfrmD2hYW0Xwws3vGxF96Uday5cbDYzDbK4hYvhEKMJSSa91ZC8uvO4tirQpH M6yF2nT9Rys0TzuNZuLlYKESVCXmov+lt7pPyz2+CP5OuRqVPWOG6sRlvdXP8dyn yjW19KsqMZGYmAmInfisl3HPvRNlqZh42tqnU16ZLKYh9XIv/fw= =AtZa -----END PGP SIGNATURE-----
--- End Message ---

