How do I troubleshoot segmentation fault (core dumped) messages under Ubuntu x64 14.04 server install with remote X remote setup via SSH? I followed all the instruction related to install from
Setup JRiver Media Center 20 In Ubuntu 14.04/14.10, Linux Mint 17. Need to merge two systems in to one so have to give up on the Debian installed.
I get the same issue on two other system one is running under ESXi and other was a old Dell Laptop.
from /var/log/syslog
Jan 10 16:51:43 ubuntu kernel: [ 272.000521] mediacenter20[1219]: segfault at 4 ip 00000000f57035b9 sp 00000000fffe96d0 error 4 in libJRImage.so[f569a000+3f5000]
root@ubuntu:/usr/bin# ldd -d mediacenter20
linux-gate.so.1 => (0xf77b7000)
libcryptlib.so => /usr/lib/jriver/Media Center 20/libcryptlib.so (0xf7448000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7422000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7418000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7413000)
libboost_regex.so.1.54.0 => /usr/lib/jriver/Media Center 20/libboost_regex.so.1.54.0 (0xf7360000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf722c000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xf7226000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf713c000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf70f6000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf70d9000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf6f2a000)
/lib/ld-linux.so.2 (0xf77b8000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf6f08000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf6f03000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf6efc000)
root@ubuntu:/usr/lib/jriver/Media Center 20# ldd -d libJRImage.so
linux-gate.so.1 => (0xf7731000)
libcryptlib.so => /usr/lib/jriver/Media Center 20/libcryptlib.so (0xf6f9b000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf6f75000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf6f6f000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf6f66000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf6e32000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xf6e2c000)
libboost_regex.so.1.54.0 => /usr/lib/jriver/Media Center 20/libboost_regex.so.1.54.0 (0xf6d79000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf6c8f000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf6c49000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf6c2c000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf6a7d000)
/lib/ld-linux.so.2 (0xf7732000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf6a5b000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf6a56000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf6a4f000)
root@typhoon:~# dpkg -i MediaCenter-20.0.54.deb
Selecting previously unselected package mediacenter20.
(Reading database ... 61694 files and directories currently installed.)
Preparing to unpack MediaCenter-20.0.54.deb ...
Unpacking mediacenter20 (20.0.54) ...
Setting up mediacenter20 (20.0.54) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Edit: the last dpkg install is from another system with 4th gen i3 processor.
Edit2: I am able to start up xterm via SSH and X11 forwarding. I installed bare bone xfce4 and start it up with startx and I am successfully able to run Mediacenter on Ubuntu system, so all the dependencies are met. I must be missing something related to starting MC in a headless environment.
Edit3: Getting the same message when trying to run under Debian instance under VMWare