[Bug 1877987] Re: apt search coredumping

2021-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 2.0.5

---
apt (2.0.5) focal; urgency=medium

  [ Julian Andres Klode ]
  * private-search: Only use V.TranslatedDescription() if good (LP: #1877987)
  * Implement update --error-on=any (Closes: #594813) (LP: #1693900)
  * Include all translations when building the cache (LP: #1907850)
  * Add basic support for the Protected field, and do not require 
force-loopbreak
on Protected/Important packages (Closes: #983014) (LP: #1916725)
  * Protect currently running kernel at run-time (LP: #1615381)
  * Make ADDARG{,C}() macros expand to single statements
  * Default Acquire::AllowReleaseInfoChange::Suite to "true" (Closes: #931566)
(LP: #1918907)

  [ David Kalnischkies ]
  * Fix incorrect base64 encoding due to int promotion (LP: #1916050)
  * Harden test for no new acquires after transaction abort (Closes: #984966)
(LP: #1918920)

 -- Julian Andres Klode   Fri, 12 Mar 2021 12:47:30
+0100

** Changed in: apt (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2021-04-06 Thread Chris Halse Rogers
apt 2.0.5 hasn't appeared in the errors.ubuntu.com crash bin, so that
seems a reasonable assertion.

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2021-03-30 Thread Julian Andres Klode
Can't exactly verify as we did not get another reproducer, but marking
it as verified anyway

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2021-03-25 Thread Ɓukasz Zemczak
Hello netmonk, or anyone else affected,

Accepted apt into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/apt/2.0.5 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apt (Ubuntu Focal)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2021-02-18 Thread Julian Andres Klode
Does anyone have a reproducer in focal?

** Description changed:

+ [Impact]
+ Search sometimes crashes if no translated description is available, as the 
translated description object was used without a check as to whether it exists.
+ 
+ [Test case]
+ No reproducer available at the moment.
+ 
+ 
+ [Where problems could occur]
+ In search command only, and only when looking at descriptions
+ 
+ [Original bug report]
  root@citoyx:/var/crash# apt search jdk
  Sorting... Done
  Segmentation fault (core dumped)
  
  May 11 12:34:25 citoyx kernel: [ 1354.337907] apt[10418]: segfault at 
7f67292dcfc0 ip 7f6309ce4997 sp 7ffdab880930 error 4 in 
libapt-pkg.so.6.0.0[7f6309bb5000+147000]
  May 11 12:34:25 citoyx kernel: [ 1354.337916] Code: 48 8b 45 18 48 8b 04 d0 
48 83 c4 08 5b 5d c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 fd 53 48 89 f3 48 83 ec 
08 48 8b 06 48 8b 4e 08 <8b> 10 48 8d 04 d5 00 00 00 00 48 29 d0 48 8b 51 60 48 
8d 04 c2 0f
  
- 
- root@citoyx:/var/crash# cat /etc/lsb-release 
+ root@citoyx:/var/crash# cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=20.04
  DISTRIB_CODENAME=focal
  DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
  
- 
- apt search is coredumping 
- While apt install/upgrade/update is running fine 
+ apt search is coredumping
+ While apt install/upgrade/update is running fine
  
  crash file in attachment.

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-10-26 Thread Pavel Bludov
This bug affects apt 2.0.3

$ apt search openjdk
Sorting... Done
Segmentation fault (core dumped)

$ apt --version
apt 2.0.3 (amd64)

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 2.1.6

---
apt (2.1.6) unstable; urgency=medium

  [ David Kalnischkies ]
  * Fix small memory leak in MethodConfig
  * Consider protected packages for removal if they are marked as such
  * Consider if a fix is successful before claiming it is
  * Allow 20 instead of 10 loops for pkgProblemResolver
  * Deal with duplicates in the solution space of a dep

 -- Julian Andres Klode   Wed, 03 Jun 2020 18:25:22
+0200

** Changed in: apt (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-05-30 Thread netmonk
how can i update my apt package on my focal desktop to get the latest
version ?

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

Title:
  apt search coredumping

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

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

Re: [Bug 1877987] Re: apt search coredumping

2020-05-18 Thread dragonhahney
Sir,
My has been crushed about over one month with the google, I think... CA is
cannot reboot... Thank you...

On Mon, May 18, 2020, 4:35 PM Julian Andres Klode <
julian.kl...@canonical.com> wrote:

> Fixed in 2.1.3, will look into adding a test case and backporting this
> to 2.0 shortly.
>
> ** Changed in: apt (Ubuntu)
>Status: New => Fix Committed
>
> ** Also affects: apt (Ubuntu Bionic)
>Importance: Undecided
>Status: New
>
> ** Also affects: apt (Ubuntu Focal)
>Importance: Undecided
>Status: New
>
> ** No longer affects: apt (Ubuntu Bionic)
>
> ** Changed in: apt (Ubuntu Focal)
>Status: New => Triaged
>
> --
> You received this bug notification because you are subscribed to apt in
> Ubuntu.
> Matching subscriptions: dragonhahney
> https://bugs.launchpad.net/bugs/1877987
>
> Title:
>   apt search coredumping
>
> Status in apt package in Ubuntu:
>   Fix Committed
> Status in apt source package in Focal:
>   Triaged
>
> Bug description:
>   root@citoyx:/var/crash# apt search jdk
>   Sorting... Done
>   Segmentation fault (core dumped)
>
>   May 11 12:34:25 citoyx kernel: [ 1354.337907] apt[10418]: segfault at
> 7f67292dcfc0 ip 7f6309ce4997 sp 7ffdab880930 error 4 in
> libapt-pkg.so.6.0.0[7f6309bb5000+147000]
>   May 11 12:34:25 citoyx kernel: [ 1354.337916] Code: 48 8b 45 18 48 8b 04
> d0 48 83 c4 08 5b 5d c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 fd 53 48 89 f3 48
> 83 ec 08 48 8b 06 48 8b 4e 08 <8b> 10 48 8d 04 d5 00 00 00 00 48 29 d0 48
> 8b 51 60 48 8d 04 c2 0f
>
>
>   root@citoyx:/var/crash# cat /etc/lsb-release
>   DISTRIB_ID=Ubuntu
>   DISTRIB_RELEASE=20.04
>   DISTRIB_CODENAME=focal
>   DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
>
>
>   apt search is coredumping
>   While apt install/upgrade/update is running fine
>
>   crash file in attachment.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1877987/+subscriptions
>

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-05-18 Thread Julian Andres Klode
Fixed in 2.1.3, will look into adding a test case and backporting this
to 2.0 shortly.

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

** Also affects: apt (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: apt (Ubuntu Focal)
   Importance: Undecided
   Status: New

** No longer affects: apt (Ubuntu Bionic)

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

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-05-13 Thread Julian Andres Klode
I believe that https://salsa.debian.org/apt-
team/apt/-/merge_requests/120 fixes this.

** Information type changed from Private Security to Private

** Information type changed from Private to Public

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

Title:
  apt search coredumping

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

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

[Bug 1877987] Re: apt search coredumping

2020-05-13 Thread Julian Andres Klode
(I also believe this is the same issue as
https://errors.ubuntu.com/bucket/?id=/usr/bin/apt%3A11%3Aoperator%3ApkgCache%3A%3ADescFileIterator%3A%3AFile%3ApkgRecords%3A%3ALookup%3AFullTextSearch%3ADoSearch)

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

Title:
  apt search coredumping

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

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