-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello, trap --ui use a lot of cpu even if it's doing nothing.
Here's the cause, it's checking something every 50ns but I don't know which resource is not available.
Running with -vvv does not help.
strace log
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=50000}, NULL) = 0
accept(4, 0x7ffea2aef0a0, [128]) = -1 EAGAIN (Resource temporarily unavailable)
accept(5, 0x7ffea2aef0a0, [128]) = -1 EAGAIN (Resource temporarily unavailable)
pselect6(9, [8], [8], [8], {tv_sec=0, tv_nsec=0}, NULL) = 1 (out [8], left {tv_sec=0, tv_nsec=0})
accept(6, 0x7ffea2aef0a0, [128]) = -1 EAGAIN (Resource temporarily unavailable)
accept(7, 0x7ffea2aef0a0, [128]) = -1 EAGAIN (Resource temporarily unavailable)
wesamls
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working