Fresh install on Ubuntu 14.04.2 x64 following the directions on the wiki. Sometime between instantly and several minutes after launching it with “mono /opt/NzbDrone/NzbDrone.exe” I’ll get this error whether I’ve accessed the web interface or not (–debug not usually included but knew someone would ask for a log):
media@mediatank:~/.config/NzbDrone/logs$ mono --debug /opt/NzbDrone/NzbDrone.exe
[Info] Bootstrap: Starting NzbDrone - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.2850
[Info] MigrationLogger: *** Migrating data source=/home/media/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** Migrating data source=/home/media/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] Router: Application mode: Interactive
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://*:6503/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] SceneMappingService: Updating Scene mappings
[Info] HousekeepingService: Running housecleaning tasks
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
Stacktrace:
Native stacktrace:
mono() [0x4b3f7c] mono() [0x50c30f] mono() [0x423637] /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f56ef75a340] [0x40d16b80]
Debug info from gdb:
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.
=================================================================
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.
Aborted (core dumped)
I managed to get it to stay running long enough to quickly get to the settings menu and enable trace logging. Glancing through the file I don’t see anything that would be too helpful but just in case it’s available here. I’m not sure where the core dump file is but if someone can point me to it I can try uploading it as well.