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

Andy Brody alberge204 at gmail.com
Fri Nov 21 23:55:36 UTC 2008


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 recompiled 0.8.1 but reverted that change, and tree view works
normally again.

-- 
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.

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




More information about the universe-bugs mailing list