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

Bug#634696: marked as done (apt: http transport dies with signal 10)



Your message dated Tue, 26 Jul 2011 10:32:18 +0000
with message-id <E1Qlevy-0005N0-Pe@franck.debian.org>
and subject line Bug#634696: fixed in apt 0.8.15.4
has caused the Debian Bug report #634696,
regarding apt: http transport dies with signal 10
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
634696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634696
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.8.15.2
Severity: important

apt-get update fails to update list when it's configured to use http transport.
signal 10 is a buserror here on sparc hardware.
This hardware is very sensible to memory alignment access, more than intel hardware.
Replacing all lines deb http://.... with lines like deb ftp://... allow the process
update it's list correctly.

Here's the transcript:
root# apt-get update
Get:1 http://ftp.de.debian.org sid InRelease [146 kB]
E: Method http has died unexpectedly!
E: Sub-process http received signal 10.
root#

-- Package-specific info:

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


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

deb ftp://ftp.fr.debian.org/debian/ sid main

#deb http://ftp.de.debian.org/debian/ sid main contrib non-free
#deb-src http://ftp.de.debian.org/debian/ sid main

#deb http://ftp.fr.debian.org/debian/ testing main contrib non-free

#deb http://security.debian.org/ sid/updates main contrib non-free
#deb-src http://security.debian.org/ sid/updates main

#deb http://volatile.debian.org/debian-volatile sid/volatile main
#deb-src http://volatile.debian.org/debian-volatile sid/volatile main

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.39-2-sparc64-smp (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28       GnuPG archive keys of the Debian a
ii  gnupg                   1.4.11-3         GNU privacy guard - a free PGP rep
ii  libc6                   2.13-10          Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.6.1-4        GCC support library
ii  libstdc++6              4.6.1-4          GNU Standard C++ Library v3
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc                       <none>     (no description available)
ii  aptitude                      0.6.3-4    terminal-based package manager (te
ii  bzip2                         1.0.5-6    high-quality block-sorting file co
ii  dpkg-dev                      1.16.0.3   Debian package development tools
ii  lzma                          4.43-14    Compression method of 7z format in
ii  python-apt                    0.8.0      Python interface to libapt-pkg

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.8.15.4

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:

apt-doc_0.8.15.4_all.deb
  to main/a/apt/apt-doc_0.8.15.4_all.deb
apt-transport-https_0.8.15.4_amd64.deb
  to main/a/apt/apt-transport-https_0.8.15.4_amd64.deb
apt-utils_0.8.15.4_amd64.deb
  to main/a/apt/apt-utils_0.8.15.4_amd64.deb
apt_0.8.15.4.dsc
  to main/a/apt/apt_0.8.15.4.dsc
apt_0.8.15.4.tar.gz
  to main/a/apt/apt_0.8.15.4.tar.gz
apt_0.8.15.4_amd64.deb
  to main/a/apt/apt_0.8.15.4_amd64.deb
libapt-pkg-dev_0.8.15.4_amd64.deb
  to main/a/apt/libapt-pkg-dev_0.8.15.4_amd64.deb
libapt-pkg-doc_0.8.15.4_all.deb
  to main/a/apt/libapt-pkg-doc_0.8.15.4_all.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 634696@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Tue, 26 Jul 2011 12:12:27 +0200
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.8.15.4
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-transport-https - APT https transport
 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: 634696
Changes: 
 apt (0.8.15.4) unstable; urgency=low
 .
   [ David Miller ]
   * apt-pkg/contrib/sha1.cc:
     - fix illegally casts of on-stack buffer to a type requiring more
       alignment than it has resulting in segfaults on sparc (Closes: #634696)
 .
   [ Michael Vogt ]
   * apt-pkg/contrib/cdromutl.cc:
     - fix escape problem when looking for the mounted devices
   * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
     - add new DeEscapeString() similar to DeQuoteString but
       unescape character escapes like \0XX and \xXX (plus added
       test)
   * refresh po/*
Checksums-Sha1: 
 cb94987abcafbae01708f25da992b3508f726b77 1358 apt_0.8.15.4.dsc
 754170bdeceb20644dd94c2781fcc12811727830 3377402 apt_0.8.15.4.tar.gz
 c6baa27e167cba338073f6406dcc50e824b2364d 240720 apt-doc_0.8.15.4_all.deb
 f1c4df8ba5d9ecfbbdf7ba80f1e861788797d184 738074 libapt-pkg-doc_0.8.15.4_all.deb
 68082266a5bc688058af699825808552cee8c8c4 2184116 apt_0.8.15.4_amd64.deb
 524b32f30081ce4d8165e76ecce2dc7ed27b08b5 160664 libapt-pkg-dev_0.8.15.4_amd64.deb
 61849cc523b988e70f327fc892afba22e5f67ec6 288796 apt-utils_0.8.15.4_amd64.deb
 46fc3eb9d6cc00169c5f6ea2bff3792712c81d49 90622 apt-transport-https_0.8.15.4_amd64.deb
Checksums-Sha256: 
 6548eaf39cc65ec06358132c1cc4aae36ea34552e346b1c52647ab8e57af3c9a 1358 apt_0.8.15.4.dsc
 1c4665ebc322e6e91804aae4b13d15cbdf8221facebb15db07e463f2634036dc 3377402 apt_0.8.15.4.tar.gz
 bab3ce093560dfc79f33782646a137bf919ff069462425aa961148194d2d6f70 240720 apt-doc_0.8.15.4_all.deb
 153bd0f5f83e50dcfb90076cf6c7e93d2e6339dedcdb6f28dbfa74d7227b0550 738074 libapt-pkg-doc_0.8.15.4_all.deb
 06d37e5349e9a3937666764ccf17b96bb1918a0b87886bb8c527a027f558ee60 2184116 apt_0.8.15.4_amd64.deb
 b6cff47c9f6a06475593b8515ce02ccf5f3837e5a979aca303ccd9f8f1a1f172 160664 libapt-pkg-dev_0.8.15.4_amd64.deb
 ee8d21bddc6e5ffb3882f84d087881c71ede72610d0362f378a2e3efa284570a 288796 apt-utils_0.8.15.4_amd64.deb
 9b0970a24682e297bbc18e4c4e0b50729b462f1cb4287a50e46cd05c05db7b0f 90622 apt-transport-https_0.8.15.4_amd64.deb
Files: 
 fecd6deeda7dafa087814dd3899f9e19 1358 admin important apt_0.8.15.4.dsc
 741038d29f23d7050bc992f57a2900bb 3377402 admin important apt_0.8.15.4.tar.gz
 0a731b48875df73b1043188b3f5c365d 240720 doc optional apt-doc_0.8.15.4_all.deb
 47f65a758e5160ced683a7b7ea196124 738074 doc optional libapt-pkg-doc_0.8.15.4_all.deb
 27fe8c891bbbdbbbcb8bd7c3b96e0cd6 2184116 admin important apt_0.8.15.4_amd64.deb
 a38b4e8dd19f60ff112214c484702bed 160664 libdevel optional libapt-pkg-dev_0.8.15.4_amd64.deb
 3ec70b14e5c369abead29da008da1b96 288796 admin important apt-utils_0.8.15.4_amd64.deb
 71d3bcb3fc2ed60f3c49c536e47b2c8e 90622 admin optional apt-transport-https_0.8.15.4_amd64.deb

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

iEYEARECAAYFAk4ulQ4ACgkQliSD4VZixzSd8wCfa4YlXJCdzwEv1N+pPW2+Y5C0
qdgAn0jWnyrF3ggL9qZFR13BdHxODnyo
=6Mkk
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: