[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1066445

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Jean-Baptiste Lallement
I got the same trace after a fresh installation of Quantal Desktop amd64
20121014

** Changed in: apt (Ubuntu)
   Importance: Undecided => Critical

** Also affects: apt (Ubuntu Quantal)
   Importance: Critical
   Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Gergely Nagy
I'm seeing the same too, but this only seems happens on amd64, my i386
chroot is not affected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Timo Jyrinki
I can confirm that commenting out universe repo (binaries) workarounds
the problem, and adding it back causes the crash again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Harry
I might be seeing this too.
Synaptic will crash and won't even start any longer.
In terminal when I run
   "sudo apt-get update"
It stops reading data when 45 % is done and will not go further.

Interesting part is that if I remove the repository universe from
/etc/apt/sources.list, all is well again and also synaptic runs OK.

Is there some temporary issue with universe repo now?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Timo Jyrinki
** Description changed:

  Starting today, most apt operations started crashing to the extent that
- I can't run ubuntu-bug apt either.
+ I can't even run ubuntu-bug apt. rm -f /var/lib/apt/* does not help
+ either, or switching from a mirror to main archive. The crash happens in
+ apt-get update when reading package lists after they have been
+ downloaded.
  
- gdb apt-get upgrade gives:
+ gdb apt-get upgrade gives (and update crash at package list reading
+ looks identical):
  
  #0  0x77b4dd20 in 
pkgCacheGenerator::ListParser::NewProvides(pkgCache::VerIterator&, std::string 
const&, std::string const&, std::string const&) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #1  0x77b864d1 in 
debListParser::NewProvidesAllArch(pkgCache::VerIterator&, std::string const&, 
std::string const&) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #2  0x77b883e3 in debListParser::ParseProvides(pkgCache::VerIterator&)
- () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+ () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #3  0x77b8902c in debListParser::NewVersion(pkgCache::VerIterator&) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #4  0x77b4c458 in 
pkgCacheGenerator::MergeListVersion(pkgCacheGenerator::ListParser&, 
pkgCache::PkgIterator&, std::string const&, pkgCache::VerIterator*&) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #5  0x77b4d6a3 in 
pkgCacheGenerator::MergeList(pkgCacheGenerator::ListParser&, 
pkgCache::VerIterator*) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #6  0x77ba173a in debPackagesIndex::Merge(pkgCacheGenerator&, 
OpProgress*) const () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #7  0x77b46632 in ?? ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #8  0x77b49409 in pkgCacheGenerator::MakeStatusCache(pkgSourceList&, 
OpProgress*, MMap**, bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #9  0x77b400c1 in pkgCacheFile::BuildCaches(OpProgress*, bool) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #10 0x77b4045c in pkgCacheFile::Open(OpProgress*, bool) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #11 0x0042113c in ?? ()
  #12 0x004160a3 in ?? ()
  #13 0x77afa562 in CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #14 0x0040a2ac in ?? ()
- #15 0x7720276d in __libc_start_main (main=0x40a070, argc=2, 
- ubp_av=0x7fffe328, init=, fini=, 
- rtld_fini=, stack_end=0x7fffe318) at libc-start.c:226
+ #15 0x7720276d in __libc_start_main (main=0x40a070, argc=2,
+ ubp_av=0x7fffe328, init=, fini=,
+ rtld_fini=, stack_end=0x7fffe318) at libc-start.c:226
  #16 0x0040a591 in ?? ()
  #17 0x7fffe318 in ?? ()
  #18 0x001c in ?? ()
  #19 0x0002 in ?? ()
  #20 0x7fffe60c in ?? ()
  #21 0x7fffe61d in ?? ()
  #22 0x in ?? ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066445

Title:
  Crashes doing update or upgrade operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1066445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs