Hello-- I'm new to nifi development. I'm working with a minifi graph that runs successfully the first time I set it up, but then each subsequent time it terminates with:
terminate called after throwing an instance of 'std::bad_weak_ptr' what(): bad_weak_ptr Aborted (core dumped) If I rebuild (or even just restart the vm I'm working on), it again works the first time, but not subsequent times. Has anyone seen this type of error before? Thanks, John
