CPU goes to 100% on Agent Start
Bug #620729 reported by
Antony Messerli
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
agent-smith |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
On Agent start, CPU goes to 100% immediately and doesn't come down.
strace shows following repeatedly:
read(4, 0x7fffffffb820, 4112) = -1 EAGAIN (Resource temporarily unavailable)
select(6, [5], NULL, NULL, {0, 500000}) = 1 (in [5], left {0, 500000})
Changed in agent-smith: | |
assignee: | Soren Hansen (soren) → nobody |
To post a comment you must log in.
Yeah, apparantly it's ok not to do what it says in the docs when compiling stuff in statically... *sigh*
Will fix on Monday.