Crash in Ekos::Scheduler::findNextJob()
When I run job with repeat close to horizon it crash when it reach horizon.
It seems like call executeJob(currentJob)
in Ekos::Scheduler::findNextJob()
can set currentJob to nullptr. Then there is subsequent call to currentJob->getStepPipeline()
which segfault as currentJob is nullptr.
https://www.indilib.org/forum/ekos/11495-crash-in-sheduler.html