Your message dated Fri, 13 Oct 2006 07:02:25 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#392724: fixed in dpkg 1.13.24 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: dselect Version: 1.13.23 Hi, apparently latest dselect update is not completely happy on my box. It crashes because somebody calls strlen(NULL) when trying to open dselect's [S]elect. It was working fine before update (hour ago). Thanks, Petr Vandrovec dselect[3737]: segfault at 0000000000000000 rip 00000000f7d382b3 rsp 00000000ff9f352c error 4 debian:~# gdb /usr/bin/dselect core GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". warning: Can't read pathname for load map: Input/output error. Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libncurses.so.5 Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.6 Reading symbols from /lib/tls/i686/cmov/libm.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/tls/i686/cmov/libm.so.6 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/tls/i686/cmov/libc.so.6 Reading symbols from /lib/tls/i686/cmov/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/tls/i686/cmov/libdl.so.2 Reading symbols from /lib/ld-linux.so.2...Reading symbols from /usr/lib/debug/lib/ld-2.3.6.so... (no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 warning: Lowest section in system-supplied DSO at 0xffffe000 is .hash at ffffe0b4 (no debugging symbols found) Core was generated by `dselect'. Program terminated with signal 11, Segmentation fault. #0 0xf7d382b3 in strlen () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xf7d382b3 in strlen () from /lib/tls/i686/cmov/libc.so.6 #1 0x08055d0a in operator new () #2 0x08052298 in operator new () #3 0x0805267c in operator new () #4 0x0804e25f in operator new () #5 0x0804dfa2 in operator new () #6 0x0804e1b5 in operator new () #7 0xf7ce1ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #8 0x0804aa81 in ?? () (gdb) x /10i $eip 0xf7d382b3 <strlen+51>: mov (%eax),%ecx 0xf7d382b5 <strlen+53>: mov $0xfefefeff,%edx 0xf7d382ba <strlen+58>: add %ecx,%edx 0xf7d382bc <strlen+60>: jae 0xf7d38317 <strlen+151> 0xf7d382be <strlen+62>: xor %ecx,%edx 0xf7d382c0 <strlen+64>: or $0xfefefeff,%edx 0xf7d382c6 <strlen+70>: inc %edx 0xf7d382c7 <strlen+71>: jne 0xf7d38317 <strlen+151> 0xf7d382c9 <strlen+73>: mov 0x4(%eax),%ecx 0xf7d382cc <strlen+76>: mov $0xfefefeff,%edx (gdb) info registers eax 0x0 0 ecx 0x0 0 edx 0x0 0 ebx 0x0 0 esp 0xff9f352c 0xff9f352c ebp 0xff9f3568 0xff9f3568 esi 0xff9f35a4 -6343260 edi 0xff9f3550 -6343344 eip 0xf7d382b3 0xf7d382b3 <strlen+51> eflags 0x10246 [ PF ZF IF RF ] cs 0x23 35 ss 0x2b 43 ds 0x2b 43 es 0x2b 43 fs 0x0 0 gs 0x63 99 (gdb) debian:~# cat /etc/apt/sources.list deb file:/mirrors/debian unstable main contrib non-free #deb file:/mirrors/debian unstable/non-US main deb-src file:/mirrors/debian unstable main contrib non-free #deb-src file:/mirrors/debian unstable/non-US main deb http://petr-dev3.eng.vmware.com/debian unstable main contrib non-free deb-src http://petr-dev3.eng.vmware.com/debian unstable main contrib non-free #deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official i386 Binary-1 (20031201)]/ unstable contrib main non-US/contrib non-US/main #deb http://master/debian unstable main contrib non-free #deb http://master/debi2 unstable main contrib non-free deb http://www.debian-multimedia.org/ sid main deb http://ftp.cz.debian.org/debian sid main contrib non-free deb http://ftp.debian.org/debian sid main contrib non-free #deb-src http://master/debian unstable main contrib non-free #deb-src http://master/debi2 unstable main contrib non-free deb-src http://www.debian-multimedia.org/ sid main deb-src http://ftp.cz.debian.org/debian sid main contrib non-free deb-src http://ftp.debian.org/debian sid main contrib non-free # deb http://non-us.debian.org/debian-non-US woody/non-US main contrib # non-free # deb http://security.debian.org/ stable/updates main debian:~#
--- End Message ---
--- Begin Message ---Source: dpkg Source-Version: 1.13.24 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.13.24_all.deb to pool/main/d/dpkg/dpkg-dev_1.13.24_all.deb dpkg_1.13.24.dsc to pool/main/d/dpkg/dpkg_1.13.24.dsc dpkg_1.13.24.tar.gz to pool/main/d/dpkg/dpkg_1.13.24.tar.gz dpkg_1.13.24_i386.deb to pool/main/d/dpkg/dpkg_1.13.24_i386.deb dselect_1.13.24_i386.deb to pool/main/d/dpkg/dselect_1.13.24_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: Fri, 13 Oct 2006 16:34:39 +0300 Source: dpkg Binary: dpkg dselect dpkg-dev Architecture: source i386 all Version: 1.13.24 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: 373728 392724 392731 Changes: dpkg (1.13.24) unstable; urgency=low . [ Guillem Jover ] * Fix dselect segfault by adding a field description matching the dependency field enum position. Closes: #392731, #392724 . [ Updated dpkg Translations ] * Nepali (Shiva Prasad Pokharel). Closes: #373728 Files: 44504f2be5267a195d253741bbd1096c 853 admin required dpkg_1.13.24.dsc d8ec0b2bf86d5277fb50f8d391c0dd4a 3342417 admin required dpkg_1.13.24.tar.gz 096265832587a9e5e47be7b2ff1aab1b 1942508 admin required dpkg_1.13.24_i386.deb 895c2035098bba8cabd5c0ff32613885 528626 admin required dselect_1.13.24_i386.deb ee73ff9a6da3eecf4feb9c2def03d3e8 164058 utils standard dpkg-dev_1.13.24_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFL5ghuW9ciZ2SjJsRAiM8AJ45Zv9M+bZciWZZ5jehQTImlV23tACgodvS S9vLW0ghsPo/lZMmRk4gwYo= =klMR -----END PGP SIGNATURE-----
--- End Message ---

