[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2022-12-29 Thread Bug Watch Updater
** Changed in: procps (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package procps - 2:3.3.16-1ubuntu2.1 --- procps (2:3.3.16-1ubuntu2.1) focal; urgency=medium * Address slowness and crashes with large or unlimited stack limits (LP: #1874824) -- William 'jawn-smith' Wilson Wed, 24 Mar 2021 13:51:32 -0500 ** Changed

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package procps - 2:3.3.16-5ubuntu2.1 --- procps (2:3.3.16-5ubuntu2.1) groovy; urgency=medium * Address slowness and crashes with large or unlimited stack limits (LP: #1874824) -- William 'jawn-smith' Wilson Wed, 24 Mar 2021 10:09:08 -0500 ** Changed

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-09 Thread William Wilson
The verification passed for focal: jawn-smith@focal-vm:~$ apt-cache policy procps procps: Installed: 2:3.3.16-1ubuntu2 Candidate: 2:3.3.16-1ubuntu2.1 Version table: 2:3.3.16-1ubuntu2.1 500 500 http://us.archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages ***

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-08 Thread Sven Hartrumpf
I tested procps/groovy-proposed,now 2:3.3.16-5ubuntu2.1 amd64. I have repeated pgrep and pkill commands that caused the bug before. They do work with the proposed package. ** Tags removed: verification-needed-groovy ** Tags added: verification-done-groovy -- You received this bug notification

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-07 Thread Robie Basak
Ah, sorry, my mistake. I didn't think that pgrep.c would be used for a different command. Now I see that pkill is a symlink to pgrep in /usr/bin. ** Changed in: procps (Ubuntu Groovy) Status: In Progress => Fix Committed ** Tags added: verification-needed verification-needed-groovy --

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-07 Thread William Wilson
Robie, pgrep and pkill are sharing the same code. Essentially pkill runs pgrep and then issues a kill signal to the resulting pid. Therefore this fix applies to both pkill and pgrep. Additionally, the source of the problem comes from the behavior of `sysconf(_SC_ARG_MAX)` changing in newer

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-07 Thread Robie Basak
> The problem is the same for other popular tools like pkill from the same package. The SRU uploads fix pgrep, but not pkill. Isn't pkill also affected? Rather than fixing that in a separate SRU causing users to have to update twice, should we be fixing both at the same time? Or are you intending

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-06 Thread Balint Reczey
I've sponsored the SRUs. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when run without stack limit Status in procps

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-05 Thread William Wilson
** Patch added: "Groovy SRU" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1874824/+attachment/5484328/+files/lp1874824_groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-04-05 Thread William Wilson
** Patch added: "Focal SRU" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1874824/+attachment/5484329/+files/lp1874824_focal.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-28 Thread Launchpad Bug Tracker
This bug was fixed in the package procps - 2:3.3.16-5ubuntu3 --- procps (2:3.3.16-5ubuntu3) hirsute; urgency=medium * Address slowness and crashes with large or unlimited stack limits (LP: #1874824) -- William 'jawn-smith' Wilson Wed, 24 Mar 2021 10:09:08 -0500 ** Changed

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-25 Thread Mathew Hodson
** Changed in: procps (Ubuntu Focal) Importance: Undecided => Medium ** Changed in: procps (Ubuntu Groovy) Importance: Undecided => Medium ** Changed in: procps (Ubuntu Hirsute) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-25 Thread Brian Murray
I've sponsored this for hirsute but changed the package version to not include the release number as this isn't an SRU for hirsute. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "Hirsute debdiff" seems to be a debdiff. The ubuntu- sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-24 Thread William Wilson
** Description changed: + [Impact] + + - Users who have ulimit set high would see either slow + or failed pgrep and pkill commands + - Users who have ulimit set to unlimited would see + failed pgrep and pkill commands + - This bug occurs because the behavior of sysconf(_SC_ARG_MAX)

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-24 Thread William Wilson
Attached is a patch to fix the issue in hirsute. Assuming this is approved, I have also prepared the SRUs for focal and groovy. ** Patch added: "Hirsute debdiff" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1874824/+attachment/5480543/+files/lp1874824_hirsute.debdiff -- You

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-24 Thread William Wilson
** Changed in: procps (Ubuntu Focal) Assignee: (unassigned) => William Wilson (jawn-smith) ** Changed in: procps (Ubuntu Groovy) Assignee: (unassigned) => William Wilson (jawn-smith) ** Changed in: procps (Ubuntu Hirsute) Assignee: (unassigned) => William Wilson (jawn-smith) --

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Luke Yeager
FWIW, I was able to apply bb96fc4295 cleanly to the current 20.04 package (2:3.3.16-1ubuntu2) and it works for me. apt-get -y source procps && cd procps-* curl -fSsL -o debian/patches/sc_arg_max https://gitlab.com/procps-ng/procps/-/commit/bb96fc4295.patch echo sc_arg_max >>debian/patches/series

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: procps (Ubuntu Groovy) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: procps (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Brian Murray
** Also affects: procps (Ubuntu Groovy) Importance: Undecided Status: New ** Also affects: procps (Ubuntu Hirsute) Importance: Undecided Status: Triaged ** Also affects: procps (Ubuntu Focal) Importance: Undecided Status: New ** Tags removed: rls-hh-incoming --

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Matthieu Clemenceau
** Tags added: fr-1174 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when run without stack limit Status in procps

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-01 Thread Robie Basak
Patch available at https://gitlab.com/procps- ng/procps/-/commit/bb96fc42956c9ed926a1b958ab715f8b4a663dec ** Tags added: bitesize patch rls-hh-incoming ** Changed in: procps (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-02-27 Thread Sven Hartrumpf
** Tags added: hirsute -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when run without stack limit Status in procps

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-02-27 Thread Sven Hartrumpf
Can the bug fix be applied for Ubuntu 21.04? Please. On slow machines like a Raspberry 4 with stack limit 50 (Ubuntu 20.10), a single pgrep call takes 17 seconds! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-02-23 Thread Vasilis
It appeared today, after rebooting with the latest kernel, however I have not updated procps since some time now and it was working before -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-11-11 Thread Hassan El Jacifi
** Tags added: groovy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when run without stack limit Status in procps

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-10-23 Thread Sven Hartrumpf
Even worse for Ubuntu 20.10 (procps 2:3.3.16-5ubuntu2). With a stack limit of 50, almost 11 seconds for a simple pgrep; without stacklimit, immediate crash. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-06-06 Thread Sven Hartrumpf
The Arch Linux fix appeared in Manjaro. I can confirm that it works on Manjaro machines. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-06-06 Thread Bug Watch Updater
** Changed in: procps (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot allocate" when run

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-05-29 Thread Sven Hartrumpf
I installed procps-ng 3.3.16.49-ae4a myself on all our Ubuntu 20.04 computers. This fixed both problems, slow pgrep / pkill and crashing pgrep / pkill. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-05-22 Thread Brian Murray
** Also affects: procps (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955697 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-05-22 Thread Sven Hartrumpf
Archlinux fixed this bug today, now in testing stage. Any news for Ubuntu? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-05-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: procps (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu.

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-04-25 Thread Sven Hartrumpf
The problem is the same for other popular tools like pkill from the same package. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to procps in Ubuntu. https://bugs.launchpad.net/bugs/1874824 Title: pgrep reports error "cannot

[Touch-packages] [Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2020-04-25 Thread Sven Hartrumpf
For the unlimited case, there is also Debian bug #955697 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955697 Those bug reports do not mention the massive slowdown linear in stack limit. ** Bug watch added: Debian Bug tracker #955697