Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU Run on List Tags #3

Open
rogerxxxx opened this issue Feb 10, 2023 · 1 comment
Open

CPU Run on List Tags #3

rogerxxxx opened this issue Feb 10, 2023 · 1 comment
Assignees

Comments

@rogerxxxx
Copy link

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]

@deeice
Copy link
Owner

deeice commented Mar 7, 2023

Thanks. I suspect I knew there would be a problem with this eventually since the menu item hints "there are many". I suppose I should just remove the option since it's so much simpler to just guess a tag and see what you get.

@deeice deeice self-assigned this Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants