Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. PyQt Application crashing
Forum Updated to NodeBB v4.3 + New Features

PyQt Application crashing

Scheduled Pinned Locked Moved Unsolved Qt for Python
8 Posts 3 Posters 804 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.
  • A Offline
    A Offline
    Adarsh_pandey
    wrote on last edited by
    #1

    I have created a application with the help of pyqt and this a device dependent application where data updated on ui from that usb device and communication has been done by serial . And in to the application there are four different table and its updating according to the data update from device and i have add start communication button to start the communication and updating the table and when device is connected and click on to the start com button .
    But the issue is that after some time when data start updating application got crashed .
    please give me the solution.

    JonBJ 1 Reply Last reply
    0
    • A Adarsh_pandey

      I have created a application with the help of pyqt and this a device dependent application where data updated on ui from that usb device and communication has been done by serial . And in to the application there are four different table and its updating according to the data update from device and i have add start communication button to start the communication and updating the table and when device is connected and click on to the start com button .
      But the issue is that after some time when data start updating application got crashed .
      please give me the solution.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Adarsh_pandey What kind of a solution do you think anyone could give you from this explanation without any code? What does the Python debugger tell you when it "crashes"?

      A 1 Reply Last reply
      0
      • JonBJ JonB

        @Adarsh_pandey What kind of a solution do you think anyone could give you from this explanation without any code? What does the Python debugger tell you when it "crashes"?

        A Offline
        A Offline
        Adarsh_pandey
        wrote on last edited by
        #3

        @JonB Actually the issue is when application got crashed there is no error that why i can not explain

        JonBJ 1 Reply Last reply
        0
        • A Adarsh_pandey

          @JonB Actually the issue is when application got crashed there is no error that why i can not explain

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @Adarsh_pandey
          And you have tried this under the Python debugger (or even a C++ debugger) and it crashes with no error?

          If you can neither explain nor show any code, you'd like someone to tell you what's wrong anyway?

          A 1 Reply Last reply
          0
          • JonBJ JonB

            @Adarsh_pandey
            And you have tried this under the Python debugger (or even a C++ debugger) and it crashes with no error?

            If you can neither explain nor show any code, you'd like someone to tell you what's wrong anyway?

            A Offline
            A Offline
            Adarsh_pandey
            wrote on last edited by
            #5

            @JonB yes I have tried it under python debugger

            jsulmJ 1 Reply Last reply
            0
            • A Adarsh_pandey

              @JonB yes I have tried it under python debugger

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

              @Adarsh_pandey said in PyQt Application crashing:

              yes I have tried it under python debugger

              What was the outcome?
              Do you have stack trace?

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

              1 Reply Last reply
              1
              • A Offline
                A Offline
                Adarsh_pandey
                wrote on last edited by
                #7

                there in to the ui data are updating but after starting the communication and data updating after some time application got crashed and no at that time no output.

                jsulmJ 1 Reply Last reply
                0
                • A Adarsh_pandey

                  there in to the ui data are updating but after starting the communication and data updating after some time application got crashed and no at that time no output.

                  jsulmJ Online
                  jsulmJ Online
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Adarsh_pandey If you're running your app in debugger and it crashes you should have a stack trace which can help to identify the issue. Simply saying it is crashing is not very helpful.

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

                  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