Hello! I am having some trouble with Sonarr. It starts up fine, and will run. However, whenever I try to search for a torrent, it crashes. Here is the console from the crash:
=================================================================
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.
What is the problem? Are there other logs that can give me some more information? Thanks!
OK,so i have updated the kernal to Linux 3.19.8-992-lowlatency x86_64. I then rebooted the server, and then ran Sonarr with
mono /opt/NzbDrone/NzbDrone.exe
It ran, and it worked until I tried searching for a show. Then it gave this error:
[Info] NzbSearchService: Searching 2 indexers for [Better Call Saul : S01E07]
Stacktrace:
=================================================================
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.
On further experimentation, it only seems to do this if I do an automatic search. It also crashed when it starts the automatic RSS sync. If I click manual search and then choose a torrent, then it works fine and sends the download to deluge. Are there more detailed logs that I could access?
Yeah, updating to the low latency kernal was an accident. I copied the wrong link for wget. Could that be causing the issue?
I have kickass and rarbg as indexers. Regarding https, both of them have the links as https://thename.whatever, so I believe that means that they are configured as https.
#0 Curl_raw_nequal (first=0x7fc700000001 <error: Cannot access memory at address 0x7fc700000001>, second=second@entry=0x7fc78dde40b9 "User-Agent:", max=max@entry=11) at rawstr.c:115
#1 0x00007fc78dda421f in Curl_checkheaders (data=data@entry=0x7fc764037300, thisheader=thisheader@entry=0x7fc78dde40b9 "User-Agent:") at http.c:178
#2 0x00007fc78dda573f in Curl_http (conn=0x7fc76404e810, done=<optimized out>) at http.c:1733
#3 0x00007fc78ddb701b in Curl_do (connp=connp@entry=0x7fc764037310, done=done@entry=0x7fc78e3fb046) at url.c:5856
#4 0x00007fc78ddc6b57 in multi_runsingle (multi=multi@entry=0x7fc764044a10, now=..., data=data@entry=0x7fc764037300) at multi.c:1241
#5 0x00007fc78ddc7181 in curl_multi_perform (multi_handle=0x7fc764044a10, running_handles=0x7fc78e3fb104) at multi.c:1752
#6 0x00007fc78ddbe7b3 in easy_transfer (multi=0x7fc764044a10) at easy.c:705
#7 easy_perform (events=false, data=0x7fc764037300) at easy.c:784
#8 curl_easy_perform (easy=0x7fc764037300) at easy.c:803
Ok, so I disabled the kickass indexer, and it was able to automatically grab the show. However, it crashed when the 15 minute automatic RSS sync occurred. I disabled this as a temporary measure. Is there anything I can do to help?