This is the same bug as here.
My workaround has been to not delete the runManager at the very end of main()
. This means not using an auto-pointer for the run manager (as is the current practice in most example applications).
This is the same bug as here.
My workaround has been to not delete the runManager at the very end of main()
. This means not using an auto-pointer for the run manager (as is the current practice in most example applications).