More > JRiver Media Center 30 for Linux

JRiver Media Center 30.0.67 for Debian Buster (amd64, i386, arm64 and armhf)

<< < (4/5) > >>

mwillems:

--- Quote from: JimH on March 02, 2023, 10:02:31 am ---There's a video problem that I think you're aware of here:  https://yabb.jriver.com/interact/index.php/topic,135232.msg937100.html#msg937100

--- End quote ---

Yep, thanks Jim!  I'm not seeing that particular issue though, thankfully.  Theater view is working normally on that machine, no white screens or anything. 

The crashes seem to happen with audio playback only (like clockwork on every track change) whether I'm in standard view or theater view.

JimH:

--- Quote from: mwillems on March 02, 2023, 09:47:16 am ---Not sure what to say about the threads, but the crashing system does use a fair amount of DSP and convolution ...

--- End quote ---
Could you try turning those off?  Just to try to isolate where the problem might be.

mwillems:

--- Quote from: JimH on March 02, 2023, 12:38:21 pm ---Could you try turning those off?  Just to try to isolate where the problem might be.

--- End quote ---

Sure Jim!  I just reproduced it with the debug build bob sent me and with convolution and DSP turned off.  I've attached the full backtrace.  Just a heads up, it's an enormous text file when uncompressed (about 40MB uncompressed, but less than 1MB zipped up!)

I can't fully grok the symbols, but it sure looks like something weird is happening in the library sync.

bob:

--- Quote from: mwillems on March 02, 2023, 03:43:54 pm ---Sure Jim!  I just reproduced it with the debug build bob sent me and with convolution and DSP turned off.  I've attached the full backtrace.  Just a heads up, it's an enormous text file when uncompressed (about 40MB uncompressed, but less than 1MB zipped up!)

I can't fully grok the symbols, but it sure looks like something weird is happening in the library sync.

--- End quote ---
Would you take a look in this directory?
/home/michael/.jriver/Media Center 30/Connected Library/*
MC is trying to glob (the *) the contents of that and it's crashing in a linux system library function. Look for weirdness, use the
--- Code: ---ls -laR
--- End code ---
command to show hidden files too.
You may want to try that during playback too
like
--- Code: --- ls -aR | wc -l
--- End code ---
to see if the number of files is growing uncontrollably.

edit: added the R to recurse because there are subdirs

mwillems:

--- Quote from: bob on March 02, 2023, 04:01:42 pm ---Would you take a look in this directory?
/home/michael/.jriver/Media Center 30/Connected Library/*
MC is trying to glob (the *) the contents of that and it's crashing in a linux system library function. Look for weirdness, use the
--- Code: ---ls -laR
--- End code ---
command to show hidden files too.
You may want to try that during playback too
like
--- Code: --- ls -aR | wc -l
--- End code ---
to see if the number of files is growing uncontrollably.

edit: added the R to recurse because there are subdirs

--- End quote ---

Ok, so this is interesting.  I compared the ls output from the crashing system to the non-crashing systems and I noticed that the crashing system had two empty directories with names that had a trailing backslash.  So instead of just having a directory called "Original" the crashing system had both "Original" and "Original\".  It also had a "Delta\" directory but no "Delta".  So I removed the two directories with trailing backslashes and now it seems to play back fine?  Maybe it's a relic from when I migrated the local library on that system across from windows to Linux a while back?

I'll post back if anything crashes, but so far so good.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version