Version: 2.0.0.1062
Running on Gentoo Linux, kernel 3.1.6
I pipe stderr and stdout to two separate files:
$ tail nzbdrone.err
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.
and:
$ sudo tail nzbdrone.out
[Info] DownloadDecisionMaker: Processing 325 reports
[Info] RssSyncService: RSS Sync Completed. Reports found: 325, Reports downloaded: 0
[Info] RssSyncService: Starting RSS Sync
[Info] DownloadDecisionMaker: Processing 325 reports
[Info] RssSyncService: RSS Sync Completed. Reports found: 325, Reports downloaded: 0
[Info] RssSyncService: Starting RSS Sync
[Info] DownloadDecisionMaker: Processing 325 reports
[Info] RssSyncService: RSS Sync Completed. Reports found: 325, Reports downloaded: 0
gdir-unix.c:74: assertion ‘dir != NULL && dir->dir != NULL’ failed
gdir-unix.c:99: assertion ‘dir != NULL && dir->dir != 0’ failed
Let me know if there’s anything else that would be helpful.
After restarting NzbDrone it seems to be working fine.