Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Darwin: disable thread reading due to bug in macOS High Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 4, 2018
1 parent ad99187 commit b277121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion darwin/DarwinProcessList.c
Expand Up @@ -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;

Expand Down

0 comments on commit b277121

Please sign in to comment.