Your message dated Tue, 22 Jan 2008 22:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462072: fixed in dpkg 1.14.16.3
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)
--- Begin Message ---
Package: dpkg
Version: 1.14.16.1
Severity: important
Starting asterisk using start-stop-daemon:
# start-stop-daemon --start --group asterisk --pidfile
/var/run/asterisk/asterisk.pid --exec /usr/sbin/asterisk -- -U asterisk
Segmentation fault
The problem is the "--group asterisk":
Using GDB (don't know how to get debugging symbols for start-stop-daemon
:-/):
# gdb --args start-stop-daemon --start --group asterisk --pidfile
/var/run/asterisk/asterisk.pid --exec /usr/sbin/asterisk -- -U asterisk
GNU gdb 6.7.1-debian
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) r
Starting program: /sbin/start-stop-daemon --start --group asterisk
--pidfile /var/run/asterisk/asterisk.pid --exec /usr/sbin/asterisk -- -U
asterisk
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
0xb7e5ddec in strcmp () from /lib/libc.so.6
(gdb) bt
#0 0xb7e5ddec in strcmp () from /lib/libc.so.6
#1 0xb7de7b6d in _nss_compat_initgroups_dyn () from /lib/libnss_compat.so.2
#2 0xb7e7ead6 in ?? () from /lib/libc.so.6
#3 0xb7e7ecbd in initgroups () from /lib/libc.so.6
#4 0x0804ab75 in ?? ()
#5 0x00000000 in ?? ()
Using strace:
# strace start-stop-daemon --start --group asterisk --pidfile
/var/run/asterisk/asterisk.pid --exec /usr/sbin/asterisk -- -U asterisk
chdir("/") = 0
getgid32() = 0
getgroups32(0, []) = 0
getgroups32(0, []) = 0
open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3
read(3, "65536\n", 31) = 6
close(3) = 0
open("/etc/group", O_RDONLY|0x80000 /* O_??? */) = 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=637, ...}) = 0
mmap2(NULL, 637, PROT_READ, MAP_SHARED, 3, 0) = 0xb7ef1000
_llseek(3, 637, [637], SEEK_SET) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 31911 detached
Starting without "--group asterisk" works (but is not a fix, of course)
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-028stab053 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg depends on:
ii coreutils 5.97-5.7 The GNU core utilities
ii libc6 2.7-6 GNU C Library: Shared libraries
dpkg recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.14.16.3
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.14.16.3_all.deb
to pool/main/d/dpkg/dpkg-dev_1.14.16.3_all.deb
dpkg_1.14.16.3.dsc
to pool/main/d/dpkg/dpkg_1.14.16.3.dsc
dpkg_1.14.16.3.tar.gz
to pool/main/d/dpkg/dpkg_1.14.16.3.tar.gz
dpkg_1.14.16.3_i386.deb
to pool/main/d/dpkg/dpkg_1.14.16.3_i386.deb
dselect_1.14.16.3_i386.deb
to pool/main/d/dpkg/dselect_1.14.16.3_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.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated dpkg 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: Tue, 22 Jan 2008 23:39:59 +0200
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source i386 all
Version: 1.14.16.3
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description:
dpkg - package maintenance system for Debian
dpkg-dev - package building tools for Debian
dselect - user tool to manage Debian packages
Closes: 462072 462075 462079 462089 462098 462104
Changes:
dpkg (1.14.16.3) unstable; urgency=low
.
[ Raphael Hertzog ]
* Remove the ":utf8" layer that utf8-encodes already valid utf8.
Closes: #462098
* Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
.
[ Guillem Jover ]
* Make start-stop-daemon set the supplementary groups if the real user or
group are different than the ones we should switch to. Closes: #462075
* Fix segfault in start-stop-daemon when using --group w/o --chuid (as
a side effect, using --group alone works for the first time in years).
Closes: #462072
* Fix timeout computations for start-stop-daemon --retry option. This has
not worked properly for a long time (maybe never), but came to light
due to #460903's fix. Closes: #462104
Files:
82d00c83e882ed0e936be77d3380c6e2 1053 admin required dpkg_1.14.16.3.dsc
d4500753aa14ced741b35a03cbb10cb1 6297898 admin required dpkg_1.14.16.3.tar.gz
401ecc93210f394b5bc09c77e0b12eef 2161546 admin required dpkg_1.14.16.3_i386.deb
9ac61477ff789cb2aee3adca07c2c1e3 742942 admin optional
dselect_1.14.16.3_i386.deb
b906ae151eb307cd1f74d1793a8ad2ba 603772 utils optional
dpkg-dev_1.14.16.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlmUFuW9ciZ2SjJsRAr4YAKC7lfTqCkRhJYZvidg7wfKyGpk/HACffSFp
V2KK2Yovsqzkf3vAQKrfM6Q=
=XW/z
-----END PGP SIGNATURE-----
--- End Message ---