Simple Pvr unstable raspberry pi 1

I’m using simple pvr client for live TV but I get frequent sad face crashes. Is the pi 1 simply not man enough for this or is there something specific going on?
Sorry for the brevity in typing from my phone. I’ve attached a log file which might be useful if I’ve done it right

Hi Paul,

Sorry but the log you’ve provided, does not provide enough information to go on. Could you please provide full debugging logs

Thanks Tom.

My bad; hopefully the logs here should be everything, I hope I’ve done it right:

Pastebin Logs

Hi Paul,

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.OSError'>
                                            Error Contents: [Errno 12] Cannot allocate memory
                                            Traceback (most recent call last):
                                              File "/usr/share/kodi/addons/service.osmc.settings/service.py", line 41, in <module>
                                                m.set_version()
                                              File "/usr/share/kodi/addons/service.osmc.settings/resources/lib/osmc_main.py", line 107, in set_version
                                                process = subprocess.call(['/usr/bin/dpkg-query', '-l', 'rbp-mediacenter-osmc'], stderr=fnull, stdout=fnull)
                                              File "/usr/lib/python2.7/subprocess.py", line 522, in call
                                                return Popen(*popenargs, **kwargs).wait()
                                              File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
                                                errread, errwrite)
                                              File "/usr/lib/python2.7/subprocess.py", line 1231, in _execute_child
                                                self.pid = os.fork()
                                            OSError: [Errno 12] Cannot allocate memory

It appears the pi has ran of memory, trying to find out if there is a solution. Also flagged here in case anyone else has any thoughts.

The above is incorrect, from reading through again this error actual relates to addon, which appears on this list. If you remove this addon, does the issue with pvr persist.

Thanks Tom.

Thanks Tom.