Arch Linux - UMS crashes with segfault 20 sec after start

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

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

Post 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").
Post Reply