Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to handle below problem ?
Forum Updated to NodeBB v4.3 + New Features

How to handle below problem ?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
6 Posts 2 Posters 689 Views
  • 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    I get below error message at runtime on my device.

    what should i need to do ?

    QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread

    jsulmJ 1 Reply Last reply
    0
    • Q Qt embedded developer

      @jsulm yes

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #4

      @Qt-embedded-developer Then I guess you have QSocketNotifier which lives in one thread but is used in another. Check that.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      0
      • Q Qt embedded developer

        I get below error message at runtime on my device.

        what should i need to do ?

        QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @Qt-embedded-developer Do you do multi threading?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        Q 1 Reply Last reply
        0
        • jsulmJ jsulm

          @Qt-embedded-developer Do you do multi threading?

          Q Offline
          Q Offline
          Qt embedded developer
          wrote on last edited by
          #3

          @jsulm yes

          jsulmJ 1 Reply Last reply
          0
          • Q Qt embedded developer

            @jsulm yes

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #4

            @Qt-embedded-developer Then I guess you have QSocketNotifier which lives in one thread but is used in another. Check that.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            Q 1 Reply Last reply
            0
            • jsulmJ jsulm

              @Qt-embedded-developer Then I guess you have QSocketNotifier which lives in one thread but is used in another. Check that.

              Q Offline
              Q Offline
              Qt embedded developer
              wrote on last edited by
              #5

              @jsulm yes this happened because 2 App run on same board by taking ssh

              jsulmJ 1 Reply Last reply
              0
              • Q Qt embedded developer

                @jsulm yes this happened because 2 App run on same board by taking ssh

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #6

                @Qt-embedded-developer This has nothing to do with two apps (two processes). This has to do with an app using multiple threads...

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                1

                • Login

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