This is a new one on me:
Error: Stack Overflow Error Details: 'Failed invoking <symbol>' Time: 2019-06-22T03:13:09Z Part-Number: 006-B2697-00 Firmware-Version: '13.30' Language-Code: eng ConnectIQ-Version: 3.0.11 Filename: 96G15439 Appname: raceQs Stack: - pc: 0x1000c8c4 - pc: 0x1000c8c4 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x1000c9b5 - pc: 0x10006b34 - pc: 0x10009819
The first PC ref, 0x1000c8c4 converted to decimal 268486852 doesn't get a hit in the debug.xml.
The closest hit is 268486820 which is the Ui.popView(0) below.
else if (item == :logOut){
Storage.clearValues();
System.println(" screensMenuDelegate onMenuItem logOut popView");
Ui.popView(0); // close app
But this doesn't make sense as it's part of the log out process which was certainly not in play at the time, so I'm looking in the wrong place.
Any suggestions, please?