Page 1 of 1

Arch Linux - UMS crashes with segfault 20 sec after start

Posted: Wed Mar 06, 2019 9:38 pm
by xtotec
Hello,
I'm trying to run UMS on my Arch linux media server but constantly getting segfault about 20 sec after GUI shows up.
What did I tried so far
1. UMS versions - 7.9.0 from AUR, 8.0.0rc1, 7.6.1
2. java -
java-10-openjdk
java-7-jre/jre (default)
java-8-jre/jre
java-8-openjdk
tried all these too.
3. No, RAM is fine, I checked it multiple times - I'm also running serviio with about 2tb media library for about 5 years w/o any problems and doing other things on this computer (virtulabox stuff, etc...) w/o any problems (using this computer with various cpus/gpus/psu for last 13 years)
4. Trace log (attached) doesn't show anything of interest (pretty much the same for each version I tried)
dmesg says

Code: Select all

[ 1664.728611] java[5039]: segfault at 8 ip 00007f76f50df21f sp 00007f76fc927770 error 4
debug.log
(43.43 KiB) Downloaded 484 times
What should I try next? Is there any other way to extract more debug info to see what could cause it crash? Any suggestion would be appreciated.

Re: Arch Linux - UMS crashes with segfault 20 sec after start

Posted: Fri Mar 15, 2019 6:44 am
by Nadahar
It looks like this is the last thing that happens before the crash, so it is probably what causes the segfault:

Code: Select all

/usr/bin/tsmuxer -v
What happens when you run this manually from a terminal? It shouldn't be possible to achieve a segfault from Java whatever you do, so this is probably something resulting from the running of external programs, like for example tsMuxeR. There seems to be at least two versions of tsMuxeR on your system, the one bundled with UMS seems to work without any problem ("/opt/ums791/linux/tsMuxeR -v").