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

Bug#341612: marked as done (apt: *** glibc detected *** corrupted double-linked list - was the abi version really changed ?)



Your message dated Fri, 02 Dec 2005 17:06:14 +0100
with message-id <439070F6.9070508@wm1.at>
and subject line closing
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; 1 Dec 2005 17:48:46 +0000
>From willi@wm1.at Thu Dec 01 09:48:46 2005
Return-path: <willi@wm1.at>
Received: from 85-124-105-212.dynamic.xdsl-line.inode.at ([85.124.105.212] helo=wmiwilli)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EhsY2-0005Y3-7L
	for submit@bugs.debian.org; Thu, 01 Dec 2005 09:48:46 -0800
Received: from localhost (localhost [127.0.0.1])
  (uid 1000)
  by wmiwilli with local; Thu, 01 Dec 2005 18:48:54 +0100
  id 00088E79.438F3786.00004CCE
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Willi Mann <willi@wm1.at>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: *** glibc detected *** corrupted double-linked list - was the abi
 version really changed ?
X-Mailer: reportbug 3.17
Date: Thu, 01 Dec 2005 18:48:53 +0100
Message-ID: <[🔎] courier.438F3786.00004CCE@wmiwilli>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: apt
Version: 0.6.43exp1
Severity: important
Tags: experimental

[ This bug might be serious, but I'm unsure if it really is. ]

See this typescript (watch for the glibc messages and see the difference
between the first and the second run of reinstalling debconf (debconf
was the first package that came in my mind for this demonstration, it
happens on any other apt-get install and upgrade call)):


# dpkg -l apt apt-utils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                Version             Description
+++-===================-===================-======================================================
ii  apt                 0.6.43exp1          Advanced front-end for dpkg
ii  apt-utils           0.6.43              APT utility programs
# apt-get install --reinstall debconf
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 10 not upgraded.
Need to get 0B/115kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
*** glibc detected *** corrupted double-linked list: 0x0804e888 ***
debconf: apt-extracttemplates failed: Bad file descriptor(Reading database ... 211934 files and directories currently installed.)
Preparing to replace debconf 1.4.59 (using .../debconf_1.4.59_all.deb) ...
Unpacking replacement debconf ...
Setting up debconf (1.4.59) ...

# apt-get -t experimental install apt-utils
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
   apt-utils (0.6.43 => 0.6.43exp1)
1 upgraded, 0 newly installed, 0 to remove and 448 not upgraded.
Need to get 195kB of archives.
After unpacking 0B of additional disk space will be used.
Get:1 http://debian.inode.at experimental/main apt-utils 0.6.43exp1 [195kB]
Fetched 195kB in 1s (141kB/s)
Lese Changelogs... Fertig
*** glibc detected *** corrupted double-linked list: 0x0804e888 ***
debconf: apt-extracttemplates failed: Bad file descriptor(Reading database ... 211934 files and directories currently installed.)
Preparing to replace apt-utils 0.6.43 (using .../apt-utils_0.6.43exp1_i386.deb) ...
Unpacking replacement apt-utils ...
Setting up apt-utils (0.6.43exp1) ...

# apt-get install --reinstall debconf
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 10 not upgraded.
Need to get 0B/115kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Preconfiguring packages ...
(Reading database ... 211934 files and directories currently installed.)
Preparing to replace debconf 1.4.59 (using .../debconf_1.4.59_all.deb) ...
Unpacking replacement debconf ...
Setting up debconf (1.4.59) ...

#

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Default-Release "testing";
APT::Get "";
APT::Get::Show-Versions "1";
APT::Acquire "";
APT::Acquire::Translation "environment";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi";

-- /etc/apt/preferences --

Package: tuxracer*
Pin: version .0.0*
Pin-Priority: 999

-- /etc/apt/sources.list --


#deb file:///cdrom/ sarge main

#deb cdrom:[Debian GNU/Linux testing _Sarge_ - Official Snapshot i386 Binary-1 (20041020)]/ unstable contrib main

deb http://debian.inode.at/debian/ testing main non-free contrib
deb-src http://debian.inode.at/debian/ testing main non-free contrib

deb http://debian.inode.at/debian/ unstable main non-free contrib
deb-src http://debian.inode.at/debian/ unstable main non-free contrib

deb http://debian.inode.at/debian/ experimental main non-free contrib
deb-src http://debian.inode.at/debian/ experimental main non-free contrib


deb http://security.debian.org/ sarge/updates main contrib non-free

deb http://ftp.de.debian.org/debian-secure-testing etch/security-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian-secure-testing etch/security-updates main contrib non-free

#deb http://tuzakey.com/~scott/apt binary/

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=de_AT@euro, LC_CTYPE=de_AT@euro (charmap=ISO-8859-15)

Versions of packages apt depends on:
ii  libc6                         2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-4  GCC support library
ii  libstdc++6                    4.0.2-4    The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 341612-done) by bugs.debian.org; 2 Dec 2005 16:06:07 +0000
>From willi@wm1.at Fri Dec 02 08:06:07 2005
Return-path: <willi@wm1.at>
Received: from smartmx-08.inode.at ([213.229.60.40])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EiDQF-0007rx-9K
	for 341612-done@bugs.debian.org; Fri, 02 Dec 2005 08:06:07 -0800
Received: from [85.124.108.111] (port=43958 helo=[85.124.108.111])
	by smartmx-08.inode.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
	(Exim 4.50)
	id 1EiDQD-00070E-W9
	for 341612-done@bugs.debian.org; Fri, 02 Dec 2005 17:06:06 +0100
Message-ID: <439070F6.9070508@wm1.at>
Date: Fri, 02 Dec 2005 17:06:14 +0100
From: Willi Mann <willi@wm1.at>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017)
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: 341612-done@bugs.debian.org
Subject: closing
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.0 required=4.0 tests=BAYES_00,ONEWORD,
	RCVD_IN_BL_SPAMCOP_NET autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

Version: 0.6.43exp2

Changes:
  apt (0.6.43exp2) experimental; urgency=low
  .
    * changed abi version to 4.0 (from 3.11) to avoid identital
      abi version between unstable and experimental when the abi
      changes for both



Reply to: