Index: main.cpp =================================================================== diff -u -ra0abaaf1ca5aba5da46b0710ce0689f39b02dce9 -reea63d68fc0fb269f8dec64d99f488bcad117220 --- main.cpp (.../main.cpp) (revision a0abaaf1ca5aba5da46b0710ce0689f39b02dce9) +++ main.cpp (.../main.cpp) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) @@ -267,6 +267,17 @@ //! - Initialize the Qml Viewer and starts GUI startGui(); + + qDebug() << "\n _Logger :" << _Logger .thread()->objectName() + << "\n _USBWatcher :" << _USBWatcher .thread()->objectName() + << "\n _CanInterface :" << _CanInterface .thread()->objectName() + << "\n _FrameInterface :" << _FrameInterface .thread()->objectName() + << "\n _MessageAcknowModel :" << _MessageAcknowModel .thread()->objectName() + << "\n _MessageDispatcher :" << _MessageDispatcher .thread()->objectName() + << "\n _ApplicationController :" << _ApplicationController .thread()->objectName() + << "\n _GuiController :" << _GuiController .thread()->objectName() + ; + int app_exec = app.exec(); // Due to Qt Error the CAN Device cannot be disable/enable from withing another thread