[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package htop - 0.8.1-0ubuntu3 --- htop (0.8.1-0ubuntu3) jaunty; urgency=low * Add patch (inline) to fix tree view when userland threads are hidden Thanks to Josh Stone and Andy Brody. (LP: #298232) * debian/rules: Pass '--enable-openvz' to ./configure

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-06 Thread Andy Brody
Attaching debdiff for Intrepid that applies Josh's patch. The htop package doesn't use any patch system, so I just made the change in the source. (I think that's the recommended approach.) ** Attachment added: "htop_0.8-0ubuntu2.debdiff" http://launchpadlibrarian.net/20959975/htop_0.8-0ubuntu2

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-04 Thread Andy Brody
** Changed in: htop (Ubuntu) Assignee: (unassigned) => Andy Brody (abrody) Status: New => In Progress -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-02 Thread Josh Stone
I posted an alternate fix to the htop mailing list which doesn't require reverting any code. http://sourceforge.net/mailarchive/message.php?msg_name=c1ed4c490901022030u35e959b4te3b585d4958270e9%40mail.gmail.com I tested it on Fedora and upstream sources, but I expect this fix should work on Ubunt

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Alexander Chemeris
Btw, I've made patched version available in my PPA: https://launchpad.net/~alexander-chemeris/+archive -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Alexander Chemeris
Oops, it was my bad - I incorrectly applied your patch. Now it works as expected even with 0.8. Thanks. :) -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Andy Brody
I used the original source from Jaunty without any Debian/Ubuntu patches. http://packages.ubuntu.com/source/jaunty/htop http://archive.ubuntu.com/ubuntu/pool/universe/h/htop/htop_0.8.1.orig.tar.gz -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bug

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Alexander Chemeris
Hum, I recompiled htop_0.8-0ubuntu1 with this change and it does not help. htop_0.8-0ubuntu1 is an official version for Intrepid. Where have you got 0.8.1? -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notification

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Andy Brody
I found some code changes pertaining to this bug: 336c334 < if (process->ppid == pid) { --- > if (process->tgid == pid || (process->tgid == process->pid && > process->ppid == pid)) { Specifically: htop_0.6.6+svn20070915/ProcessList.c - line 336 htop-0.8.1/ProcessList.c - line 334 I

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Alexander Chemeris
I found this boring too. I have to use htop often to kill hanged processes (e.g. awful PulseAudio and VirtualBox) and it's hard to do without proper tree view. -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notifica

[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-14 Thread Andy Brody
** Attachment added: "htop.png" http://launchpadlibrarian.net/19658896/htop.png -- Tree view malfunctions when started with hide_userland_threads=1 https://bugs.launchpad.net/bugs/298232 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.