I am still seeing application crashes during imaging runs.  Both in the nightly build on the StellarMate device itself as well as the MacOS Stable 3.5.2.  Just empirically, it appears to be related to downloading and saving the huge files created by the ASI2600MC.  I can get it to crash pretty consistently if I generate a bunch of bias or flat frames without a decent delay between captures.  I've also seen crashes during imaging runs (guiding and tracking) on both the SM VNC as well as MacOS remote.

I've seen this kind of crash before - when switching to the summary tab:
(From one of the MacOS crash logs)

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [9428]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui              0x000000010fe37b24 QPixmap::cacheKey() const + 4
1   org.qt-project.QtWidgets          0x000000010f915ce5 QLabel::setPixmap(QPixmap const&) + 37
2                                     0x000000010d272eaf 0x10c991000 + 9313967
3   org.qt-project.QtWidgets          0x000000010f81f41c QWidget::event(QEvent*) + 1132
4   org.qt-project.QtWidgets          0x000000010f8c64ab QFrame::event(QEvent*) + 43
5   org.qt-project.QtCore             0x0000000110546558 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 248
6   org.qt-project.QtWidgets          0x000000010f7e5ea1 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 241
7   org.qt-project.QtWidgets          0x000000010f7e7262 QApplication::notify(QObject*, QEvent*) + 466
8   org.qt-project.QtCore             0x0000000110546286 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 166
9   org.qt-project.QtWidgets          0x000000010f81866e QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) + 270


Read More...