[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#200873: marked as done (apt-get is unuseable, segmentation faults)



Your message dated Mon, 21 Jul 2003 03:07:54 -0400
with message-id <20030721070754.GX13924@alcor.net>
and subject line Fixed in apt 0.5.6
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; 11 Jul 2003 13:19:02 +0000
>From markus.hubig@pot.ath.cx Fri Jul 11 08:18:51 2003
Return-path: <markus.hubig@pot.ath.cx>
Received: from dsl-082-082-078-073.arcor-ip.net (pot.ath.cx) [82.82.78.73] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19axnR-0003Ld-00; Fri, 11 Jul 2003 08:18:45 -0500
Received: from localhost (localhost [127.0.0.1])
	by pot.ath.cx (Postfix) with ESMTP
	id 08FAAF55A; Fri, 11 Jul 2003 15:18:43 +0200 (CEST)
Received: from pot.ath.cx ([127.0.0.1])
 by localhost (wrack [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 14723-01; Fri, 11 Jul 2003 15:18:42 +0200 (CEST)
Received: from morgenda.thoregon.int (morgenda.thoregon.int [192.168.88.2])
	by pot.ath.cx (Postfix) with SMTP
	id 2F84BF47B; Fri, 11 Jul 2003 15:18:42 +0200 (CEST)
Received: (nullmailer pid 18910 invoked by uid 1000);
	Fri, 11 Jul 2003 13:18:41 -0000
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-15"
From: Markus Hubig <mhubig@web.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt-get is unuseable, segmentation faults
X-Mailer: reportbug 2.18
Date: Fri, 11 Jul 2003 15:18:40 +0200
Message-Id: <[🔎] 1057929521.076876.18909.nullmailer@morgenda.thoregon.int>
X-Virus-Scanned: by amavisd-new-20030616-p3 (Debian) at pot.ath.cx
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_10,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp)

Package: apt
Version: 0.5.5.1
Severity: critical
Tags: sid
Justification: breaks the whole system

After upgradeing from testing to unstable (apt 0.5.4 -> 0.5.5.1) apt and
aptitude always segfaults when I try to use it.

| root@morgenda:~# gdb apt-get
| GNU gdb 5.3.90_2003-06-29-cvs-debian
| Copyright 2003 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 "i386-linux"...(no debugging symbols
| found)...
| (gdb) set args install gdb
| (gdb) run
| Starting program: /usr/bin/apt-get install gdb
| (no debugging symbols found)...(no debugging symbols found)...
| (no debugging symbols found)...(no debugging symbols found)...
| (no debugging symbols found)...(no debugging symbols found)...
| Paketlisten werden gelesen... Fertig
|
| Program received signal SIGSEGV, Segmentation fault.
| 0x4007262e in pkgVersionMatch::FileMatch(pkgCache::PkgFileIterator) ()
| from /usr/lib/libapt-pkg-libc6.3-5.so.3.3
| (gdb) 

| strace apt-get install gdb
| execve("/usr/bin/apt-get", ["apt-get", "install", "gdb"], [/* 27 vars */]) = 0
| uname({sys="Linux", node="morgenda", ...}) = 0
| brk(0)                                  = 0x8062a38
| open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
| open("/etc/ld.so.cache", O_RDONLY)      = 3
| fstat64(3, {st_mode=S_IFREG|0644, st_size=60410, ...}) = 0
| old_mmap(NULL, 60410, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40012000
| close(3)                                = 0
| open("/usr/lib/libapt-pkg-libc6.3-5.so.3.3", O_RDONLY) = 3
| read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0004\226"..., 1024) = 1024
| fstat64(3, {st_mode=S_IFREG|0644, st_size=532096, ...}) = 0
| old_mmap(NULL, 535576, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40021000
| mprotect(0x40097000, 52248, PROT_NONE)  = 0
| old_mmap(0x40097000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x75000) = 0x40097000
| close(3)                                = 0
| open("/usr/lib/libstdc++.so.5", O_RDONLY) = 3
| read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\244\260"..., 1024) = 1024
| fstat64(3, {st_mode=S_IFREG|0644, st_size=678808, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400a4000
| old_mmap(NULL, 702048, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400a5000
| mprotect(0x40135000, 112224, PROT_NONE) = 0
| old_mmap(0x40135000, 94208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x8f000) = 0x40135000
| old_mmap(0x4014c000, 18016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4014c000
| close(3)                                = 0
| open("/lib/libm.so.6", O_RDONLY)        = 3
| read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2605\0"..., 1024) = 1024
| fstat64(3, {st_mode=S_IFREG|0644, st_size=131156, ...}) = 0
| old_mmap(NULL, 133712, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40151000
| mprotect(0x40171000, 2640, PROT_NONE)   = 0
| old_mmap(0x40171000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1f000) = 0x40171000
| close(3)                                = 0
| open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
| read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0t\24\0\000"..., 1024) = 1024
| fstat64(3, {st_mode=S_IFREG|0644, st_size=28864, ...}) = 0
| old_mmap(NULL, 31876, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40172000
| mprotect(0x40179000, 3204, PROT_NONE)   = 0
| old_mmap(0x40179000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6000) = 0x40179000
| close(3)                                = 0
| open("/lib/libc.so.6", O_RDONLY)        = 3
| read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\275Z\1"..., 1024) = 1024
| fstat64(3, {st_mode=S_IFREG|0755, st_size=1103880, ...}) = 0
| old_mmap(NULL, 1113636, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4017a000
| mprotect(0x40282000, 32292, PROT_NONE)  = 0
| old_mmap(0x40282000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x107000) = 0x40282000
| old_mmap(0x40288000, 7716, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40288000
| close(3)                                = 0
| munmap(0x40012000, 60410)               = 0
| brk(0)                                  = 0x8062a38
| brk(0x8063a38)                          = 0x8063a38
| brk(0x8064000)                          = 0x8064000
| open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
| brk(0)                                  = 0x8064000
| brk(0x8065000)                          = 0x8065000
| open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 4
| fstat64(4, {st_mode=S_IFREG|0644, st_size=49691506, ...}) = 0
| mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 4, 0) = 0x4028a000
| mmap2(NULL, 8192, PROT_READ, MAP_PRIVATE, 4, 0x304) = 0x40012000
| mmap2(NULL, 212992, PROT_READ, MAP_PRIVATE, 4, 0x23b8) = 0x4048a000
| mmap2(NULL, 24576, PROT_READ, MAP_PRIVATE, 4, 0x2f44) = 0x40014000
| close(4)                                = 0
| brk(0)                                  = 0x8065000
| brk(0x8066000)                          = 0x8066000
| stat64("/var/lib/apt/.", {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0
| brk(0)                                  = 0x8066000
| brk(0x8067000)                          = 0x8067000
| stat64("/etc/apt/apt.conf.d/", {st_mode=S_IFDIR|0755, st_size=112, ...}) = 0
| open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
| open("/etc/apt/apt.conf.d/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
| fstat64(4, {st_mode=S_IFDIR|0755, st_size=112, ...}) = 0
| fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
| brk(0)                                  = 0x8067000
| brk(0x8068000)                          = 0x8068000
| getdents64(4, /* 4 entries */, 4096)    = 120
| stat64("/etc/apt/apt.conf.d/10cache-limit", {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
| stat64("/etc/apt/apt.conf.d/70debconf", {st_mode=S_IFREG|0644, st_size=182, ...}) = 0
| getdents64(4, /* 0 entries */, 4096)    = 0
| close(4)                                = 0
| open("/etc/apt/apt.conf.d/10cache-limit", O_RDONLY) = 4
| brk(0)                                  = 0x8068000
| brk(0x806a000)                          = 0x806a000
| fstat64(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
| read(4, "APT::Cache-Limit 10000000;\n", 8192) = 27
| read(4, "", 4096)                       = 0
| read(4, "", 8192)                       = 0
| close(4)                                = 0
| munmap(0x4001a000, 4096)                = 0
| open("/etc/apt/apt.conf.d/70debconf", O_RDONLY) = 4
| fstat64(4, {st_mode=S_IFREG|0644, st_size=182, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
| read(4, "// Pre-configure all packages wi"..., 8192) = 182
| read(4, "", 4096)                       = 0
| read(4, "", 8192)                       = 0
| close(4)                                = 0
| munmap(0x4001a000, 4096)                = 0
| stat64("/etc/apt/apt.conf", 0xbffff490) = -1 ENOENT (No such file or directory)
| stat64("/var/lib/dpkg/status", {st_mode=S_IFREG|0644, st_size=2042315, ...}) = 0
| stat64("/usr/bin/dpkg", {st_mode=S_IFREG|0755, st_size=153944, ...}) = 0
| stat64("/etc/debian_version", {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
| ioctl(1, SNDCTL_TMR_TIMEBASE, 0xbffff500) = -1 ENOTTY (Inappropriate ioctl for device)
| rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
| rt_sigaction(SIGWINCH, {0x805ad90, [WINCH], SA_RESTORER|SA_RESTART, 0x401a09c8}, {SIG_DFL}, 8) = 0
| ioctl(1, TIOCGWINSZ, 0xbffff6e0)        = -1 ENOTTY (Inappropriate ioctl for device)
| open("/var/lib/dpkg/lock", O_RDWR|O_CREAT|O_TRUNC, 0640) = 4
| fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
| fcntl64(4, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
| open("/var/lib/dpkg/updates/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
| fstat64(5, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
| fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
| getdents64(5, /* 2 entries */, 4096)    = 48
| getdents64(5, /* 0 entries */, 4096)    = 0
| close(5)                                = 0
| stat64("/etc/apt/vendors.list.d/", 0xbfffefa0) = -1 ENOENT (No such file or directory)
| stat64("/etc/apt/vendors.list", 0xbfffefa0) = -1 ENOENT (No such file or directory)
| open("/etc/apt/sources.list", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=1555, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
| read(5, "## This sources.list was generat"..., 8192) = 1555
| read(5, "", 4096)                       = 0
| read(5, "", 8192)                       = 0
| close(5)                                = 0
| munmap(0x4001a000, 4096)                = 0
| access("/var/cache/apt/", W_OK)         = 0
| open("/usr/share/locale/locale.alias", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=2597, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
| read(5, "# Locale name alias data base.\n#"..., 4096) = 2597
| read(5, "", 4096)                       = 0
| close(5)                                = 0
| munmap(0x4001a000, 4096)                = 0
| open("/usr/share/locale/de_DE@euro/LC_MESSAGES/libapt-pkg3.3.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/usr/share/locale/de@euro/LC_MESSAGES/libapt-pkg3.3.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/usr/share/locale/de_DE/LC_MESSAGES/libapt-pkg3.3.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/usr/share/locale/de/LC_MESSAGES/libapt-pkg3.3.mo", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=20512, ...}) = 0
| old_mmap(NULL, 20512, PROT_READ, MAP_PRIVATE, 5, 0) = 0x4001a000
| close(5)                                = 0
| open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=44467, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40020000
| read(5, "# GNU libc iconv configuration.\n"..., 4096) = 4096
| brk(0)                                  = 0x806a000
| brk(0x806b000)                          = 0x806b000
| read(5, "2//\nalias\tJS//\t\t\tJUS_I.B1.002//\n"..., 4096) = 4096
| brk(0)                                  = 0x806b000
| brk(0x806c000)                          = 0x806c000
| brk(0)                                  = 0x806c000
| brk(0x806d000)                          = 0x806d000
| read(5, "1\nmodule\tINTERNAL\t\tISO-8859-3//\t"..., 4096) = 4096
| brk(0)                                  = 0x806d000
| brk(0x806e000)                          = 0x806e000
| brk(0)                                  = 0x806e000
| brk(0x806f000)                          = 0x806f000
| read(5, "\nalias\tLATIN8//\t\tISO-8859-14//\na"..., 4096) = 4096
| brk(0)                                  = 0x806f000
| brk(0x8070000)                          = 0x8070000
| read(5, "as\tCSEBCDICESS//\t\tEBCDIC-ES-S//\n"..., 4096) = 4096
| brk(0)                                  = 0x8070000
| brk(0x8071000)                          = 0x8071000
| brk(0)                                  = 0x8071000
| brk(0x8072000)                          = 0x8072000
| read(5, "NAL\t\tIBM285\t\t1\nmodule\tINTERNAL\t\t"..., 4096) = 4096
| brk(0)                                  = 0x8072000
| brk(0x8073000)                          = 0x8073000
| brk(0)                                  = 0x8073000
| brk(0x8074000)                          = 0x8074000
| read(5, "ias\tCP866//\t\t\tIBM866//\nalias\t866"..., 4096) = 4096
| brk(0)                                  = 0x8074000
| brk(0x8075000)                          = 0x8075000
| brk(0)                                  = 0x8075000
| brk(0x8076000)                          = 0x8076000
| read(5, "1004\t\t1\nmodule\tINTERNAL\t\tIBM1004"..., 4096) = 4096
| brk(0)                                  = 0x8076000
| brk(0x8077000)                          = 0x8077000
| brk(0)                                  = 0x8077000
| brk(0x8078000)                          = 0x8078000
| read(5, "//\t\tEUC-TW\t\t1\n\n#\tfrom\t\t\tto\t\t\tmod"..., 4096) = 4096
| brk(0)                                  = 0x8078000
| brk(0x8079000)                          = 0x8079000
| read(5, "03//\t\tINTERNAL\t\tCSN_369103\t1\nmod"..., 4096) = 4096
| brk(0)                                  = 0x8079000
| brk(0x807a000)                          = 0x807a000
| brk(0)                                  = 0x807a000
| brk(0x807b000)                          = 0x807b000
| read(5, "SO-IR-8-1//\t\tNATS-SEFI//\nalias\tC"..., 4096) = 3507
| brk(0)                                  = 0x807b000
| brk(0x807c000)                          = 0x807c000
| brk(0)                                  = 0x807c000
| brk(0x807d000)                          = 0x807d000
| read(5, "", 4096)                       = 0
| close(5)                                = 0
| munmap(0x40020000, 4096)                = 0
| open("/usr/lib/gconv/ISO8859-15.so", O_RDONLY) = 5
| read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\4\7\0\000"..., 1024) = 1024
| fstat64(5, {st_mode=S_IFREG|0644, st_size=7448, ...}) = 0
| old_mmap(NULL, 10176, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x404be000
| mprotect(0x404c0000, 1984, PROT_NONE)   = 0
| old_mmap(0x404c0000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x1000) = 0x404c0000
| close(5)                                = 0
| brk(0)                                  = 0x807d000
| brk(0x8085000)                          = 0x8085000
| brk(0)                                  = 0x8085000
| brk(0x8086000)                          = 0x8086000
| brk(0)                                  = 0x8086000
| brk(0x8087000)                          = 0x8087000
| fstat64(1, {st_mode=S_IFREG|0644, st_size=12462, ...}) = 0
| old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40020000
| write(1, "Paketlisten werden gelesen...", 29Paketlisten werden gelesen...) = 29
| stat64("/var/cache/apt/pkgcache.bin", {st_mode=S_IFREG|0644, st_size=4757492, ...}) = 0
| open("/var/cache/apt/pkgcache.bin", O_RDONLY) = 5
| fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
| fstat64(5, {st_mode=S_IFREG|0644, st_size=4757492, ...}) = 0
| old_mmap(NULL, 4757492, PROT_READ, MAP_SHARED, 5, 0) = 0x404c1000
| brk(0)                                  = 0x8087000
| brk(0x8088000)                          = 0x8088000
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=9686259, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=9686259, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=300053, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=300053, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=253937, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=253937, ...}) = 0
| brk(0)                                  = 0x8088000
| brk(0x8089000)                          = 0x8089000
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=28309, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=28309, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=5140, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-non-US_dists_unstable_non-US_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=5140, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-ddtp_dists_de_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=10186692, ...}) = 0
| stat64("/var/lib/apt/lists/ftp.de.debian.org_debian-ddtp_dists_de_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=10186692, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=590291, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=590291, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=6122, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_contrib_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=6122, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=29486, ...}) = 0
| stat64("/var/lib/apt/lists/security.debian.org_dists_stable_updates_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=29486, ...}) = 0
| stat64("/var/lib/apt/lists/www.tux.org_pub_java_debian_dists_sid_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=582, ...}) = 0
| stat64("/var/lib/apt/lists/www.tux.org_pub_java_debian_dists_sid_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=582, ...}) = 0
| stat64("/var/lib/apt/lists/www.tux.org_pub_java_debian_dists_sid_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=13649, ...}) = 0
| stat64("/var/lib/apt/lists/www.tux.org_pub_java_debian_dists_sid_non-free_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=13649, ...}) = 0
| stat64("/var/lib/apt/lists/smarden.org_pape_Debian_dists_sarge_unofficial_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=19376, ...}) = 0
| stat64("/var/lib/apt/lists/smarden.org_pape_Debian_dists_sarge_unofficial_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=19376, ...}) = 0
| stat64("/var/lib/apt/lists/marillat.free.fr_dists_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=54513, ...}) = 0
| stat64("/var/lib/apt/lists/marillat.free.fr_dists_unstable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=54513, ...}) = 0
| stat64("/var/lib/apt/lists/www.openoffice.de_debian_dists_stable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=6555, ...}) = 0
| stat64("/var/lib/apt/lists/www.openoffice.de_debian_dists_stable_main_binary-i386_Packages", {st_mode=S_IFREG|0644, st_size=6555, ...}) = 0
| stat64("/var/lib/dpkg/status", {st_mode=S_IFREG|0644, st_size=2042315, ...}) = 0
| close(5)                                = 0
| write(1, "\n", 1
| )                       = 1
| old_mmap(NULL, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4094b000
| stat64("/etc/apt/preferences", {st_mode=S_IFREG|0644, st_size=537, ...}) = 0
| open("/etc/apt/preferences", O_RDONLY)  = 5
| fcntl64(5, F_SETFD, FD_CLOEXEC)         = 0
| brk(0)                                  = 0x8089000
| brk(0x8091000)                          = 0x8091000
| read(5, "Explanation: see http://www.argo";..., 32768) = 537
| read(5, "", 32231)                      = 0
| --- SIGSEGV (Segmentation fault) @ 0 (0) ---
| +++ killed by SIGSEGV +++

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux morgenda 2.4.20-686-preempt-lowlatency-enbd #1 Fre Mai 16 22:11:57 CEST 2003 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages apt depends on:
ii  libc6                      2.3.1-17      GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.1-0pre0 GCC support library
ii  libstdc++5                 1:3.3.1-0pre0 The GNU Standard C++ Library v3

-- no debconf information


---------------------------------------
Received: (at 192409-done) by bugs.debian.org; 21 Jul 2003 07:09:19 +0000
>From mdz@csh.rit.edu Mon Jul 21 02:09:15 2003
Return-path: <mdz@csh.rit.edu>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19eUm2-0008Rr-00; Mon, 21 Jul 2003 02:07:55 -0500
Received: from 216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com ([216.15.124.77] helo=mizar.alcor.net)
	by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
	id 19eUm3-0005Xl-00; Mon, 21 Jul 2003 03:07:55 -0400
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
	id 19eUm2-0001QX-00; Mon, 21 Jul 2003 03:07:54 -0400
Date: Mon, 21 Jul 2003 03:07:54 -0400
From: Matt Zimmerman <mdz@debian.org>
To: 118156-done@bugs.debian.org, 119072-done@bugs.debian.org,
	138045-done@bugs.debian.org, 151727-done@bugs.debian.org,
	161243-done@bugs.debian.org, 175611-done@bugs.debian.org,
	176482-done@bugs.debian.org, 182369-done@bugs.debian.org,
	185545-done@bugs.debian.org, 190936-done@bugs.debian.org,
	191424-done@bugs.debian.org, 192216-done@bugs.debian.org,
	192225-done@bugs.debian.org, 192409-done@bugs.debian.org,
	192933-done@bugs.debian.org, 193336-done@bugs.debian.org,
	194327-done@bugs.debian.org, 196669-done@bugs.debian.org,
	95257-done@bugs.debian.org
Subject: Fixed in apt 0.5.6
Message-ID: <20030721070754.GX13924@alcor.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 192409-done@bugs.debian.org
X-Spam-Status: No, hits=-5.5 required=4.0
	tests=BAYES_20,PGP_SIGNATURE,SORTED_RECIPS,USER_AGENT_MUTT
	version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

These bugs were fixed in apt 0.5.6.  Changes are detailed below.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 Jul 2003 01:59:43 -0400
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source i386 all
Version: 0.5.6
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Matt Zimmerman <mdz@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 95257 118156 119072 138045 151727 161243 175611 176482 182369 185545 190936 191424 192216 192225 192409 192933 193336 194327 196669
Changes: 
 apt (0.5.6) unstable; urgency=low
 .
   * Adam Heath <doogie@debian.org>
     - Fix segfault when handling /etc/apt/preferences.  Closes: #192409.
   * Matt Zimmerman <mdz@debian.org>
     - Clean up some string handling, patch from Peter Lundkvist
       <p.lundkvist@telia.com> (Closes: #192225)
     - Don't fall off the end of the buffer when comparing versions.
       Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
     - Minor fixes to apt-ftparchive(1) (Closes: #118156)
     - Fix typo in apt-ftparchive help text (Closes: #119072)
     - More typos in apt-ftparchive help text (Closes: #190936)
     - Update config.guess, config.sub to latest versions
     - Modify the description for apt-utils to reflect the fact that it is not
       (any longer) infrequently used (Closes: #138045)
     - Make setup script for dselect method more explicit about
       overwriting sources.list (Closes: #151727)
     - Fix typo in apt-cache(8) (Closes: #161243)
     - Remove duplicate 'showpkg' from synopsis on apt-cache(8)
       (Closes: #175611)
     - Document in apt-get(8) the meaning of the '*' in ShowList, which is that
       the package is being purged (Closes: #182369)
     - Fix extra "/" character in apt.conf(5) (Closes: #185545)
     - Fix typo in tar error message (Closes: #191424)
     - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
     - Fix incorrect path for 'partial' directory on apt-get(8)
       (Closes: #192933)
     - Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
       (Closes: #196669)
     - Updated apt_preferences(5) man page with many corrections and
       clarifications from Thomas Hood <jdthood@yahoo.co.uk>
       (Closes: #193336)
     - Fix SGML validation errors in apt-cache.8.sgml introduced in 0.5.5 or so
     - Add a simple example to apt-ftparchive(1) (Closes: #95257)
     - Add bug script for collecting configuration info (Closes: #176482)
Files: 
 76874b90c8947297445063b38bce1518 715 admin important apt_0.5.6.dsc
 aa790fa80645e40d9ba0d98c66e432f7 990755 admin important apt_0.5.6.tar.gz
 fd8a73d5cf88920d53b0e78a9e42be0e 61180 doc optional apt-doc_0.5.6_all.deb
 eaa386a883c77b164a898b57bd495bd6 92998 doc optional libapt-pkg-doc_0.5.6_all.deb
 3b49b83e655fab97bacc8513733671fb 720672 base standard apt_0.5.6_i386.deb
 495f47fd481d5e8d845b3ed27e4a137a 60402 devel optional libapt-pkg-dev_0.5.6_i386.deb
 8d8529fd81e585d8b505f3c97970ff26 149116 admin optional apt-utils_0.5.6_i386.deb

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

iD8DBQE/G4cXArxCt0PiXR4RAnEFAJ4vOuVBdI65e/+hAdyCevsbOLB2PgCghUqz
m2Pmtce3iVTjduyox9bJ1gw=
=XiBX
-----END PGP SIGNATURE-----



Reply to: