T
T
tugo2020-02-05 12:47:36
Qt
tugo, 2020-02-05 12:47:36

Where does the error "QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread" come from if I don't have sockets?

The application writes QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread.
All mentions of this error in Google and SO are connected with work with sockets. But I don't have sockets in my application (or I can't find them).
Where might this message come from?
Is it possible somehow under debugging, catching this message, to go to the source of the message?
I work with QSerialPort, there are streams, QML

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2020-02-05
@SaNNy32

Some part of the application that uses libraries that use sockets internally runs on a separate thread.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question