What do you do with impossible backtrace and only one or two occurrences of a crash in ERA?

Like this one for example

Error Name: System Error
Occurrences: 1
First Occurrence: 2023-05-15
Last Occurrence: 2023-05-15
Devices:
    Forerunner® 955 / Solar: 14.20
App Versions: 2.18.2
Languages: chs
Backtrace:
    DataArea.drawGoalValues:184
    CrystalView.checkBoundingBoxes:860

No way in *** that checkBoundingBoxes called drawGoalValues. Do you simply ignore them? Even in drawGoalLine, the "offending" line is

var digitStyle = App.getApp().getView().mDigitStyle;

drawGoalValues is from an onUpdate so obviously the view exist and mDigitStyle is a class variable of that ViewClass, so it too, has to exist. The Forerunner 955 has 131072kb of watch face space and a Sys.getSystemStats just before that line (which is the first line in the function btw) returns

Total memory: 126944 Used memory: 71208 Free memory: 55736

So plenty of memory left.