mocp -a may abort due to unexpected events if playback is active #41
dreamlayers
started this conversation in
General
Replies: 1 comment
-
Account creation was temporarily suspended to cut down on spam. It is now active again, feel free to post this report on the MOC website. BTW. I use MOC almost exclusively on NFS (over LAN) and never had similar problem, interesting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adding a multiple folders with one album in each via
mocp -a
on a cifs filesystem mount in Ubuntu 24.04 sometimes aborts at:mocp/interface.c
Lines 1248 to 1249 in 48b48e5
In the gdb backtrace, selecting this stack frame and doing
info locals
showstype = 2
:mocp/protocol.h
Line 48 in 48b48e5
I guess the issue happens when such other events happen while that function is executing. If the function takes a longer time to run because many files are being added and/or the filesystem they're on is slow, this increases chances of this happening.
First stopping playback via
mocp -s
seems to prevent this problem. When I was setting a new playlist viamocp -sc
followed bymocp -ap
I didn't get any aborts.Maybe this should be posted at the bug report forum at https://moc.daper.net/forum/19 but I don't see how to register on the forums over there.
Beta Was this translation helpful? Give feedback.
All reactions