[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-06-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 0.9.6ubuntu1 --- apt (0.9.6ubuntu1) quantal-proposed; urgency=low [ Michael Vogt ] * merged from Debian, remaining changes: - use ubuntu keyring and ubuntu archive keyring in apt-key - run update-apt-xapian-index in apt.cron - su

[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-04-21 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/apt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/939867 Title: apt-get crashed with SIGSEGV in Name() To manage notifications about this bug go to: https://bugs.launchp

[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/apt/mvo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/939867 Title: apt-get crashed with SIGSEGV in Name() To manage notifications about this bug go to: https://bugs.launc

[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-03-27 Thread Michael Vogt
** Changed in: apt (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/939867 Title: apt-get crashed with SIGSEGV in Name() To manage notifications about th

[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-03-06 Thread Ubuntu Foundation's Bug Bot
The attachment "apt_apport-nullcheck.patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag

[Bug 939867] Re: apt-get crashed with SIGSEGV in Name()

2012-03-05 Thread Torsten Spindler
In dpkgpm.cc the crash happens in a loop over a list. Each list item ought to have a Pkg associated with it, but if that's not the case, this crash might happen. It would be best to check if (*I).Pkg is of the right type, the attached patch only checks for NULL. ** Patch added: "apt_apport-nullche