Hi,
I have noticed that MC23 on Linux seems a lot more fragile than on Windows, in an important respect. If something spikes cpu use hard, it stops playing, and doesn't recover. You have to manually stop and start playback to get it to play once more.
Bearing in mind that little CPU spikes aren't uncommon (pathological browser behaviours, user error in wonky Python development etc.), this is a pain in the rear.
I initially wondered if it was an iowait from disk breaking it, so have MC load the entire (non-decoded) track into memory now, but that makes no difference. By default I use the ALSA though pulseaudio option that MC found for itself, but it still happens if I go direct to pulseaudio.
Spurious details for the interested:
Ubuntu 16.04.4 LTS, Linux [redacted] 4.4.0-109-generic #132-Ubuntu SMP Tue Jan 9 19:52:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux. MC23.0.80 x64
Trying to copy from the JRMark window causes a CTD too- so restarting and fishing it out from system info, 3853.
One last thing, it's not the OOM killer kicking in, either:
free -h
total used free shared buff/cache available
Mem: 31G 15G 756M 378M 14G 14G
Swap: 19G 11M 19G
How many of these are known issues, out of interest?