I am getting this Symbol not found with a call stack of 0x0000000 regularly. I seem to remember seeing that this is likely in the CIQ code rather than my code. Is this correct? This is on a FR630, all up to date. The app has a tone of stuff going on, logging a GPS track, communicating with a Garmin Alpha via the Tracker Profile, doing HTTP requests every 60 seconds. It seems to have something to do with the activity logging, as it seems I can have the app running extended periods without hitting this, but once I start recording an activity, the crashes happen. Sometimes after a few minutes. Sometimes after 7 or more hours. I don't think I've seen it on a simpler app I have that does more basic activity tracking.
It doesn't matter if it is built for debug or not. I'm pushing the memory limits, but not hitting them. Especially since it also happens in retail mode where the max memory usage I see is 53k.
The full text in CIQ_LOG.TXT is:
ERROR: Symbol Not Found Error
DETAILS:
STORE_ID: 521d494026004bad9c391d035d2049f2
CALLSTACK:
@PC = 0x00000000
Any suggestions on how to track this down?