mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
Darwin: disable thread reading due to bug in macOS High Sierra
This commit is contained in:
parent
ad99187680
commit
b27712181a
@ -171,7 +171,8 @@ void ProcessList_goThroughEntries(ProcessList* super) {
|
||||
DarwinProcess_setFromKInfoProc(&proc->super, &ps[i], tv.tv_sec, preExisting);
|
||||
DarwinProcess_setFromLibprocPidinfo(proc, dpl);
|
||||
|
||||
DarwinProcess_scanThreads(proc);
|
||||
// Disabled due to bug in macOS High Sierra
|
||||
// DarwinProcess_scanThreads(proc);
|
||||
|
||||
super->totalTasks += 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user