Here is more info. I've zero'ed into the offending interface. This works for the vast majority of users and instances. But enough users are experiencing this. I've added console prints and a user with a modern EDGE 1040 can replicate this error. The webRequest successfully grabs JSON data from the server with a STATUS=200 (this isn't a memory issue that returns a 401 code). It get to the background exit() no problem. The dictionary "outExit" contains the JSON data. This should instantly call "onBackgroundData()", which it does for almost everyone. But in these failure cases, it crashes during the call to onBackgroundData(). There is no LOG file created for the crash. And the IQ logo is different - a greyscale logo not the standard colored one. Any ideas on solving or troubleshooting this?
Could this be a watchdog crash? The BG process doesn't have much code. But it does a webRequest to grab a JSON packet. In the sim my time from onTemporalEvent() to exit() was 640ms just now.
Thanks!