Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Crashes were reported by users using surface 10 pro tablets .
Forum Updated to NodeBB v4.3 + New Features

Crashes were reported by users using surface 10 pro tablets .

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 4 Posters 685 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.
  • D Offline
    D Offline
    DeepakD
    wrote on last edited by
    #1

    Had developed a windows based application in QT with MSVC ; the application is working well and good in all windows laptops and surface systems but recently consistent crashes and misbehavior of application was reported by Surface 10 Pro tablet Users . The Surface Laptop has Intel(R) Core(TM) Ultra 5 135U processor . The application is behaving like this in all Surface 10 Pro Tab it seems . Need help to know if its a DLL issue or hardware issue .

    jsulmJ 1 Reply Last reply
    0
    • D DeepakD

      Had developed a windows based application in QT with MSVC ; the application is working well and good in all windows laptops and surface systems but recently consistent crashes and misbehavior of application was reported by Surface 10 Pro tablet Users . The Surface Laptop has Intel(R) Core(TM) Ultra 5 135U processor . The application is behaving like this in all Surface 10 Pro Tab it seems . Need help to know if its a DLL issue or hardware issue .

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

      @DeepakD Without more information impossible to say.
      Does the app run and then crash? Or does it not start at all?
      You will need a code dump after crash to be able to analyze.

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DeepakD
        wrote on last edited by
        #3

        Hi @jsulm ; the application is a windows based application which is build using QT with MSVC and the application is working quiet well in all PC , laptop and Surface Pro tablet with intel processor (other config was not used) but the application is crashing in surface 10 pro with ultra series intel processor and process are taking drastic time compared to it working in other systems . The application is misbehaving as well . Could you please help me out how to diagnose what the issue might be actually .

        jsulmJ 1 Reply Last reply
        0
        • D DeepakD

          Hi @jsulm ; the application is a windows based application which is build using QT with MSVC and the application is working quiet well in all PC , laptop and Surface Pro tablet with intel processor (other config was not used) but the application is crashing in surface 10 pro with ultra series intel processor and process are taking drastic time compared to it working in other systems . The application is misbehaving as well . Could you please help me out how to diagnose what the issue might be actually .

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

          @DeepakD If your application is crashing then first thing to do is to run it in debugger to see where and why it is crashing.

          "process are taking drastic time compared to it working in other systems" - what does this mean?
          "The application is misbehaving as well" - this does not tell much.

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

          1 Reply Last reply
          1
          • D Offline
            D Offline
            DeepakD
            wrote on last edited by
            #5

            Hi @jsulm , I was able to do few analysis and saw that the application is not able to connect to the COM Ports when using a USB hub ; ie I am using QSerial to detect and connect to ports but ; when I am using a USB hub the application is not connecting to the system . Any idea on this misbehavior .

            jsulmJ 1 Reply Last reply
            0
            • hskoglundH Online
              hskoglundH Online
              hskoglund
              wrote on last edited by
              #6

              Hi just a guess but maybe USB serial ports are turned off in the UEFI

              1 Reply Last reply
              0
              • D DeepakD

                Hi @jsulm , I was able to do few analysis and saw that the application is not able to connect to the COM Ports when using a USB hub ; ie I am using QSerial to detect and connect to ports but ; when I am using a USB hub the application is not connecting to the system . Any idea on this misbehavior .

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

                @DeepakD Please provide more details!
                Do you use QSerialPort? If so do you have error handling and did you check what errors you get (https://doc.qt.io/qt-6/qserialport.html#errorOccurred , https://doc.qt.io/qt-6/qserialport.html#error-prop)?

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

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  DeepakD
                  wrote on last edited by
                  #8

                  @jsulm ; I have error handling implemented ; the connection instability comes when I am plugging in a HUB and connecting to device ; I am using QSerialPort and I can see frequent TimeOut error is happening .

                  1 Reply Last reply
                  0
                  • aha_1980A Offline
                    aha_1980A Offline
                    aha_1980
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @DeepakD Have you thought of this: USB-hubs need power, and especially on battery powered devices this may be a problem.

                    Are these tablets connected to a power supply are are they on battery?

                    Regards

                    Qt has to stay free or it will die.

                    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