Your message dated Sun, 30 Jun 2002 18:32:38 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#146849: fixed in zlibc 0.9j-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 May 2002 18:56:23 +0000
>From [EMAIL PROTECTED] Mon May 13 13:56:22 2002
Return-path: <[EMAIL PROTECTED]>
Received: from host207105072130.borland.com (xeno) [207.105.72.130] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 177Kze-0002fP-00; Mon, 13 May 2002 13:56:22 -0500
Received: from johnw by xeno with local (Exim 3.35 #1 (Debian))
        id 177Kz7-0003Sx-00
        for <[EMAIL PROTECTED]>; Mon, 13 May 2002 11:55:49 -0700
To: Debian Bug Tracking System <[EMAIL PROTECTED]> 
Subject: zlibc: using /lib/uncompress.o causes ps to segfault 
X-Debbugs-CC: John Wiegley <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
From: John Wiegley <[EMAIL PROTECTED]>
Date: Mon, 13 May 2002 11:55:49 -0700
Delivered-To: [EMAIL PROTECTED]

Package: zlibc
Version: 0.9j-3
Severity: important

The command "LD_PRELOAD=/lib/uncompress.o ps" causes SIGSEGV.  Here's
the end of strace:

uname({sys="Linux", node="xeno", ...})  = 0
brk(0)                                  = 0x81622e4
brk(0x8162464)                          = 0x8162464
brk(0x8163000)                          = 0x8163000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

-- System Information
Debian Release: 3.0
Kernel Version: Linux xeno 2.4.17 #1 Fri May 10 22:33:25 PDT 2002 i686 unknown

Versions of the packages zlibc depends on:
ii  libc6          2.2.5-6        GNU C Library: Shared libraries and Timezone

---------------------------------------
Received: (at 146849-close) by bugs.debian.org; 30 Jun 2002 22:38:04 +0000
>From [EMAIL PROTECTED] Sun Jun 30 17:38:05 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17OnKV-0007U2-00; Sun, 30 Jun 2002 17:38:04 -0500
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 17OnFG-00041G-00; Sun, 30 Jun 2002 18:32:38 -0400
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.24 $
Subject: Bug#146849: fixed in zlibc 0.9j-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 30 Jun 2002 18:32:38 -0400
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
zlibc, which is due to be installed in the Debian FTP archive:

zlibc_0.9j-5.diff.gz
  to pool/main/z/zlibc/zlibc_0.9j-5.diff.gz
zlibc_0.9j-5.dsc
  to pool/main/z/zlibc/zlibc_0.9j-5.dsc
zlibc_0.9j-5_i386.deb
  to pool/main/z/zlibc/zlibc_0.9j-5_i386.deb



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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated zlibc 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: SHA1

Format: 1.7
Date: Sun, 30 Jun 2002 21:35:39 +0200
Source: zlibc
Binary: zlibc
Architecture: source i386
Version: 0.9j-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 zlibc      - Uncompressing C Library
Closes: 146849 150189
Changes: 
 zlibc (0.9j-5) unstable; urgency=low
 .
   * QA upload.
   * filetype.c: ps has its own _init() which gets called before ours and
     tries to use open() while zlib_real_open is still NULL, resulting in a
     segfault.  Linking with `-z initfirst' solves this, but messes up libc
     startup and causes bash to crash.  Therefore preinitialize zlib_real_*
     with wrappers that replace themselves with the real functions.  Due to
     ld.so weirdness at that stage, they can't call _init() (they'd get the
     one from ps), so move the initialization code to a static function;
     call it later from our _init() if necessary.  Yuck.  This enlarges
     uncompress.o by ~1 KB, but it's generic and fast.  Closes: #146849.
   * strsep.c: Include config.h for HAVE_STRSEP.
   * Switched to debhelper 4.
   * debian/rules:
     - Set sysconfdir to /etc, not /usr/etc.  Closes: #150189.
     - Place sln in /sbin per FHS ยง6.1.4.
     - Make uncompress.o setuid to allow preloading with setuid/setgid
       binaries.
     - Leave out DVI documentation; man, info and HTML seems like enough.
     - Since only one version of this package can be installed at a time,
       leave out versioned uncompress.o.
     - Support the `debug' build option.
     - Add Lintian overrides.
   * debian/zlibc.conf: This was just a copy of zlibc.conf.sample; removed.
   * debian/changelog: Remove obsolete Emacs local variables.
   * Removed unnecessary build dependency on autoconf.
   * Conforms to Standards version 3.5.6.
Files: 
 dd613a1900b33f23d2fa6487bc18cf1a 588 libs optional zlibc_0.9j-5.dsc
 d3df755e407feead4b00cd82d917236c 15760 libs optional zlibc_0.9j-5.diff.gz
 c2412ed5758c35009f88e9f5a0b90e85 230130 libs optional zlibc_0.9j-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9H12rxBYivKllgY8RAugJAKDJQrPs7eFD/j6YI2ZoFqqZ3ucaDwCg1vBz
YjND6bpJB95fLd9Lxc3Sl1o=
=+jjD
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to