-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I seem to be getting a CPU run (100% CPU usage) when using List Tags.
Just a brief posting here, in the event you're already aware of this problem.
strace:
... brief clip, as end of this is a ~10 sec pause... then similar repetitive stdout/pause ...
poll([{fd=5, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 0) = 1 ([{fd=5, revents=POLLIN|POLLRDNORM}])
recvfrom(5, "\27\3\3\1\233", 5, 0, NULL, NULL) = 5
recvfrom(5, "\t\321\250\375\200\357\253\n\23\32n\357\v\10\355\22\203 \341\2619#*\205\360\231\22\345\364\247\303h"..., 411, 0, NULL, NULL) = 411
recvfrom(5, 0x56207770b703, 5, 0, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f381fb09240}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f381fb09240}, NULL, 8) = 0
access(".", F_OK) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0
openat(AT_FDCWD, "./\t\320\225\320\262\321\200\320\276\320\277\320\260_\320\237\320\273\321\216\321\201.m3u", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
newfstatat(6, "", {st_mode=S_IFREG|0600, st_size=0, ...}, AT_EMPTY_PATH) = 0
write(6, "#EXTM3U\r\n#RADIOBROWSERUUID:4ba75"..., 154) = 154
close(6)
gdb:
... shows a new thread starting every ~10 seconds ...
[New Thread 0x7ffff77466c0 (LWP 17778)]
[Thread 0x7ffff77466c0 (LWP 17778) exited]
[Detaching after vfork from child process 17782]
[New Thread 0x7ffff77466c0 (LWP 17783)]
[Thread 0x7ffff77466c0 (LWP 17783) exited]
[Detaching after vfork from child process 17797]
[New Thread 0x7ffff77466c0 (LWP 17798)]
[Thread 0x7ffff77466c0 (LWP 17798) exited]
[Detaching after vfork from child process 17814]
[New Thread 0x7ffff77466c0 (LWP 17815)]
[Thread 0x7ffff77466c0 (LWP 17815) exited]
[Detaching after vfork from child process 17819]
[New Thread 0x7ffff77466c0 (LWP 17820)]
[Thread 0x7ffff77466c0 (LWP 17820) exited]