Search the Community
Showing results for tags 'SIGSEGV'.
-
Here is a pretty new issue for me while I've been using Media Browser pretty smoothly over the last year. After the server starts up, I can play successfuly a video once. On a second attempt nothing won't play for any media file, i.e. stuck with a black screen and the video duration is undetermined "--:--". I can still navigate in the library though. I'm running Mediabrowser in a docker container (from the official repo). Mediabrowser version is v3.0.5518.7 and Docker is v1.5.0. Docker logs after the issue shows up are the following: --> start.sh script running... Error: [Errno 2] No such file or directory: '/etc/circus.d/MediaBrowser.ini.tpl' ---> Starting circus... 2015-03-03 15:56:25 circus[1] [INFO] Starting master on pid 1 2015-03-03 15:56:25 circus[1] [INFO] Arbiter now waiting for commands 2015-03-03 15:56:25 circus[1] [INFO] MediaBrowser started Stacktrace: Native stacktrace: mono() [0x4b73d8] mono() [0x50f13b] mono() [0x423d22] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f81170ec340] mono() [0x5d63d8] mono() [0x5d93d2] mono() [0x5dd6f3] mono() [0x5de3b9] mono() [0x5f461d] mono() [0x5f4914] [0x400f26b9] Debug info from gdb: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Stacktrace: Native stacktrace: mono() [0x4b73d8] mono() [0x50f13b] mono() [0x423d22] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7fc4f14c8340] mono() [0x4b3436] mono() [0x4b6696] mono() [0x50e0e1] [0x401b7058] Debug info from gdb: ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= It sounds to be a mono issue. I would be very happy if any of you guys have an insight.