What I think is going on is the following:
I start the transmitting and receiving of information on their respective threads. When I stop, I wait for the QTcpServer and QTcpSocket to stop before I delete their class holders. The event loop is then given control and one extra QSocketNotifier issue is thrown. At this point, my thread is gone and I get an unhandled exception where QObject is attempting to access memory that doesn't belong to it (namely the pointer to the thread).
Edit:
How would I handle the default notifier issues? I am confused as I cannot even find out how to get a pointer to it.




Reply With Quote
.
Bookmarks