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. Qt 4.8.0 on Windows CE 5.0 causes system freeze
Forum Updated to NodeBB v4.3 + New Features

Qt 4.8.0 on Windows CE 5.0 causes system freeze

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.3k 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.
  • P Offline
    P Offline
    pokereichlich
    wrote on last edited by
    #1

    Hi,

    I have a mobile application running on a Windows CE 5.0 mobile barcode scanner device
    which does XML-RPC calls via MaiaXML-RPC lib [1]. (Basically for inventory usage)
    After calling a RPC method from a QLineEdit returnPresses() slot, the RPC lib processes
    the request asynchronously with QNetworkAccessManager::post method.
    When the request has finished the return values of the method is processed with finished() signal.
    At this point the whole Windows CE system crashes and has to be rebooted.

    If I place a delay on the RPC server side that the method will return delayed, the application wont crash.
    Doing the same call but from barcode scanner window message works.
    I think its a thread synchronization issue.

    The strange thing is that it only behaves like this if I run the application standalone on the device.
    If I run the application with Visual Studio, no matter if Debug or Release build, everything works fine.
    On Linux/Windows Desktops everything works fine, too.

    The Question is:
    How can I debug this with a frozen Windows CE system?

    [1] http://wiedi.frubar.net/blog/2008/03/08/libmaia-xml-rpc-with-qt4/

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SteveKing
      wrote on last edited by
      #2

      Hi

      I think I've just hit this problem with 4.7.4 on WinCE. Did you ever manage to track down the problem?

      Thanks,
      Steve

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pokereichlich
        wrote on last edited by
        #3

        Hi Steve,

        unfortunately I couldn't solve this. I finally used c#.

        Best regards from Hamburg

        Max

        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