Check out the core-dumper analysis in a recent build, e.g. [here](https://github.com/epics-modules/sequencer/actions/runs/24961923254/job/73089951981#step:17:3). Looks like the known shutdown issue in Base, where threads were not being joined properly before exiting `main()`.
Check out the core-dumper analysis in a recent build, e.g. here.
Looks like the known shutdown issue in Base, where threads were not being joined properly before exiting
main().