[Bug 1837444] Re: pstree seg fault

2019-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package psmisc - 22.21-2.1ubuntu0.1 --- psmisc (22.21-2.1ubuntu0.1) xenial; urgency=medium * d/p/fix-pstree-seg-fault.patch: Fix pstree segfault (LP: #1837444) -- Lucas Kanashiro Mon, 12 Aug 2019 17:44:51 -0300 ** Changed in: psmisc (Ubuntu Xenial)

[Bug 1837444] Re: pstree seg fault

2019-09-03 Thread Bug Watch Updater
** Changed in: psmisc (Debian) Status: Unknown => 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/1837444 Title: pstree seg fault To manage notifications about this bug go to: htt

[Bug 1837444] Re: pstree seg fault

2019-08-28 Thread Lucas Kanashiro
** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1837444 Title: pstree seg fault To manage noti

[Bug 1837444] Re: pstree seg fault

2019-08-28 Thread Russell Mora
I tried this out on one of out systems affected and it definitely resolves the bug. Before: :~$ for ((i=0;i<20;i++)); do pstree -alp 2>&1 > /dev/null; done Segmentation fault Segmentation fault Segmentation fault Segmentation fault Segmentation fault Segmentation fault :~$ After: :~$

[Bug 1837444] Re: pstree seg fault

2019-08-20 Thread Brian Murray
Hello Russell, or anyone else affected, Accepted psmisc into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/psmisc/22.21-2.1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:

[Bug 1837444] Re: pstree seg fault

2019-08-14 Thread Lucas Kanashiro
** Changed in: psmisc (Ubuntu Xenial) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1837444 Title: pstree seg fault To manage notific

[Bug 1837444] Re: pstree seg fault

2019-08-13 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/psmisc/+git/psmisc/+merge/371266 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1837444 Title: pstree seg fault

[Bug 1837444] Re: pstree seg fault

2019-08-13 Thread Lucas Kanashiro
** Description changed: - Impact - -- + [Impact] Users might face a segmentation fault crash while executing 'pstree'. Backporting this fix will avoid 'pstree' breakage in our users' systems under certain circumstances. This is a timing issue where if the 'get_threadname' functio

[Bug 1837444] Re: pstree seg fault

2019-08-13 Thread Christian Ehrhardt 
** Also affects: psmisc (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: psmisc (Ubuntu) Status: Triaged => Fix Released ** Changed in: psmisc (Ubuntu Xenial) Status: New => Triaged ** Changed in: psmisc (Ubuntu Xenial) Importance: Undecided => Low --

[Bug 1837444] Re: pstree seg fault

2019-08-13 Thread Lucas Kanashiro
** Description changed: + Impact + -- + + Users might face a segmentation fault crash while executing 'pstree'. Backporting this fix will avoid 'pstree' breakage in our users' systems under + certain circumstances. + + This is a timing issue where if the 'get_threadname' function is called

[Bug 1837444] Re: pstree seg fault

2019-07-24 Thread Russell Mora
Unfortunately no. I have a system where it reproduces readily and others where it does not, but am unsure of what the difference between the systems is. Only obvious thing is that the bad system has 7000+ processes -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1837444] Re: pstree seg fault

2019-07-24 Thread Andreas Hasenack
https://sourceforge.net/p/psmisc/patches/33/ patch forwarded upstream, with upstream confirmation link to upstream commit that included this fix, among other changes: https://sourceforge.net/p/psmisc/code/ci/265fa43ee48898001130b90d3656d48af5d241aa/ -- You received this bug notification because

[Bug 1837444] Re: pstree seg fault

2019-07-24 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. This looks like a straight forward patch, already applied upstream. If I understand it correctly, it might be hard to reproduce, because the thread deletion has to happen at the right time. Do you encounter this frequently, or have a way to reproduce that does