File permission error exceptions are not handled and result in application crashes.
The cause seems to be connecting the file writer methods using Qt signals while executing the measurement in another thread. A workaround might be to add a simple callback mechanism to the measurement object (avoiding using Qt signals and executing file writer operations in the measurement thread).
File permission error exceptions are not handled and result in application crashes.
The cause seems to be connecting the file writer methods using Qt signals while executing the measurement in another thread. A workaround might be to add a simple callback mechanism to the measurement object (avoiding using Qt signals and executing file writer operations in the measurement thread).