You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Does that error happen exactly once every 40 seconds? Maybe you could add a print before and after updateServices to see if it is that which is causing the problem?

    Because generally that error happens if you Ctrl-C out of something that was taking a long time to execute (or some event handler causes the device to run out of memory) but not much else

  • We're adding logs to findout where the problem is stemming from. It probably is related to running out of memory but we changed all of our allocations to be static so not sure why thats happening

About

Avatar for Gordon @Gordon started