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

Bug#214513: marked as done (Illegal Instruction when apt-get tries to install a package)



Your message dated Tue, 14 Oct 2003 11:34:01 -0400
with message-id <20031014153401.GZ20556@dijkstra.csh.rit.edu>
and subject line [Hendrik.Pagenhardt@gmx.net: Re[2]: Bug#214513: Illegal Instruction when apt-get tries to install a package]
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; 7 Oct 2003 06:32:24 +0000
>From Hendrik.Pagenhardt@gmx.net Tue Oct 07 01:32:23 2003
Return-path: <Hendrik.Pagenhardt@gmx.net>
Received: from port-ip-213-211-227-200.reverse.mdcc-fun.de ([127.0.0.1]) [213.211.227.200] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A6lOR-0008Jk-00; Tue, 07 Oct 2003 01:32:23 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Illegal Instruction when apt-get tries to install a package
X-Mailer: reportbug 2.29
Date: Tue, 07 Oct 2003 08:32:14 +0200
X-Debbugs-Cc: Hendrik.Pagenhardt@gmx.net
Message-Id: <[🔎] E1A6lOR-0008Jk-00@master.debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)

Package: apt
Version: 0.5.14
Severity: normal

When run apt-get in gdb I get the following:
---
Power:~# gdb apt-get
GNU gdb 5.3-debian
Copyright 2002 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 memtest86
(gdb) run
Starting program: /usr/bin/apt-get install memtest86
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
  hwtools kernel-patch-badram
The following NEW packages will be installed:
  memtest86
0 upgraded, 1 newly installed, 0 to remove and 33 not upgraded.
Need to get 0B/46.3kB of archives.
After unpacking 152kB of additional disk space will be used.
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGILL, Illegal instruction.
0x4008dff0 in pkgDPkgPM::Go() () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3
(gdb) bt
#0  0x4008dff0 in pkgDPkgPM::Go() () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3
#1  0x40062a75 in pkgPackageManager::DoInstall() () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3
#2  0x08050fea in strcpy ()
#3  0x080558a5 in strcpy ()
#4  0x40049b4c in CommandLine::DispatchArg(CommandLine::Dispatch*, bool) () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3
#5  0x0805d766 in strcpy ()
#6  0x401a1e3e in __libc_start_main () from /lib/libc.so.6

---
The error happens with every package installation it tries, after downloading the packages.
My system is an Athlon 700 with GNU/Debian testing and some unstable packages. apt-get worked fine until yesterday, after I
upgraded some (probably) unrelated packages. apt was upgraded some days ago, but I rebooted the machine only yesterday.

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Default-Release "testing";
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::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/sbin/dpkg-preconfigure --apt || true";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";

-- (no /etc/apt/preferences present) --


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

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

# the main Debian packages.  Uncomment the deb-src line if you
# want 'apt-get source' to work with most packages.
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free

# the non-US Debian packages.  Uncomment the deb-src line if you
# want 'apt-get source' to work with non-US packages.
deb http://ftp.de.debian.org/debian-non-US/ testing/non-US main contrib non-free
#deb-src http://ftp.de.debian.org/debian-non-US/ testing/non-US main contrib non-free

# the main Debian packages.  Uncomment the deb-src line if you
# want 'apt-get source' to work with most packages.
deb http://ftp.de.debian.org/debian/ unstable main contrib non-free
#deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free

# the non-US Debian packages.  Uncomment the deb-src line if you
# want 'apt-get source' to work with non-US packages.
deb http://ftp.de.debian.org/debian-non-US/ unstable/non-US main contrib non-free
#deb-src http://ftp.de.debian.org/debian-non-US/ unstable/non-US main contrib non-free

deb http://marillat.free.fr/ testing main
deb http://marillat.free.fr/ unstable main

deb http://mentors.debian.net/debian/ unstable main contrib non-free
#deb-src http://mentors.debian.net/debian/ unstable main contrib non-free



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux Power 2.4.21-4-k7 #1 Sun Aug 3 02:34:06 EST 2003 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages apt depends on:
ii  libc6                      2.3.2-7       GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.2-0pre4 GCC support library
ii  libstdc++5                 1:3.3.2-0pre4 The GNU Standard C++ Library v3

-- no debconf information


---------------------------------------
Received: (at 214513-done) by bugs.debian.org; 16 Oct 2003 16:39:10 +0000
>From mdz@csh.rit.edu Thu Oct 16 11:39:09 2003
Return-path: <mdz@csh.rit.edu>
Received: from blacksheep.csh.rit.edu [129.21.60.6] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AAB9Y-0008Bi-00; Thu, 16 Oct 2003 11:39:08 -0500
Received: from dijkstra (dijkstra.csh.rit.edu [129.21.60.152])
	by blacksheep.csh.rit.edu (Postfix) with ESMTP id AE288136
	for <214513-done@bugs.debian.org>; Thu, 16 Oct 2003 12:39:08 -0400 (EDT)
Received: from mdz by dijkstra with local (Exim 3.35 #1 (Debian))
	id 1A9RBR-0006p2-00
	for <214513-done@bugs.debian.org>; Tue, 14 Oct 2003 11:34:01 -0400
Date: Tue, 14 Oct 2003 11:34:01 -0400
From: Matt Zimmerman <mdz@debian.org>
To: 214513-done@bugs.debian.org
Subject: [Hendrik.Pagenhardt@gmx.net: Re[2]: Bug#214513: Illegal Instruction when apt-get tries to install a package]
Message-ID: <20031014153401.GZ20556@dijkstra.csh.rit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Matt Zimmerman <mdz@csh.rit.edu>
Delivered-To: 214513-done@bugs.debian.org
X-Spam-Status: No, hits=-3.2 required=4.0
	tests=QUOTED_EMAIL_TEXT
	version=2.53-bugs.debian.org_2003_10_13
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_13 (1.174.2.15-2003-03-30-exp)

----- Forwarded message from Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net> -----

Date: Tue, 14 Oct 2003 09:01:55 +0200
From: Hendrik Pagenhardt <Hendrik.Pagenhardt@gmx.net>
To: Matt Zimmerman <mdz@debian.org>
Cc: 214513@bugs.debian.org
Subject: Re[2]: Bug#214513: Illegal Instruction when apt-get tries to install a package

> Try removing /var/cache/apt/*.bin. If that fixes the problem, this is
> yet another duplicate of #81829.

I downgraded to apt-get/stable and then upgraded again before I read
your advice, and now it runs fine again. My box had faulty memory for a
few days, maybe there's some connection. You can close the bug, I think.

Thanks,
     Hendrik

----- End forwarded message -----

-- 
 - mdz



Reply to: