Re: C++ App crashes regularly with Segmentation fault.
Hello Iqbal,
you can also add log output into the class constructor and destructor, so you can see which one is called too early, before the segmentation fault happens.
Best Regards
Andreas Fink