Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QSocketNotifier: socket notifiers cannot be enabled from another thread
Forum Updated to NodeBB v4.3 + New Features

QSocketNotifier: socket notifiers cannot be enabled from another thread

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 4.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    clouca
    wrote on last edited by
    #1

    I have developed a program with Udp Sockets. When i am in Debug the Application Output shows this message " QSocketNotifier: socket notifiers cannot be enabled from another thread " . When i Build on Release and execute the program, after a while the program stuck! I don't know why, maybe is has to do with this message " QSocketNotifier: socket notifiers cannot be enabled from another thread ", i am working on the problem one week now.
    Thanks

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      without a single line of source code nobody can say more than you already know from the error message.

      You can lookup the error message in the qt source code and place a breakpoint on this position and check which line of code causes it in your application.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • C Offline
        C Offline
        clouca
        wrote on last edited by
        #3

        yes of course.. i try to find the line that cause this error.. and write it here.
        thanks

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved