Watch dog reset. Tsk31

My SL6087 keeps restarting, in the backtraces I see:

Watch dog reset. Tsk31:
    _siwiStubsImplementation+0
    _siwiStubsImplementation+0

I am using the location plugin.

Who could be the cause of this reset? What does the 31 mean?

Edit:
A clue:
I commented the gps_start() function from the location plugin, as to disable any GPS related code. Now the reset doesn’t seem to be happening

Edit:
I located my mistake, not enough bounds checking :slight_smile:
The location plugin’s nmea handler doesn’t hand you a valid NMEA message per se, so you have to check.

ok :slight_smile:

Thanks for that info.!! about nmea bound check…

You’re welcome