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. Interface qtgui freeze and exception
Qt 6.11 is out! See what's new in the release blog

Interface qtgui freeze and exception

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 844 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.
  • G Offline
    G Offline
    Giovanna
    wrote on last edited by
    #1

    Hi,

    I'm experiencing some problems with my embedded application. After some minutes of working, i see a freeze of interface, even if the application is still running. If a try to press buttons or checkboxes an access violation message appears

    Exception 'Access Violation' (14): Thread-Id=05d80002(pth=8af6109c), Proc-Id=04a90002(pprc=91431714) 'nmb3.exe', VM-active=04a90002(pprc=91431714) 'nmb3.exe'
    PC=407ea307(qtgui4.dll+0x0005a307) RA=40d6c82c(qtgui4.dll+0x005dc82c) SP=01c1b928, BVA=00000004
    
    

    The exception is related to qtgui4.dll. I checked if a saturation of virtual memory occurs, but this is not the problem that causes the freeze.
    Any idea?

    Thank you

    kshegunovK 1 Reply Last reply
    0
    • G Giovanna

      Hi,

      I'm experiencing some problems with my embedded application. After some minutes of working, i see a freeze of interface, even if the application is still running. If a try to press buttons or checkboxes an access violation message appears

      Exception 'Access Violation' (14): Thread-Id=05d80002(pth=8af6109c), Proc-Id=04a90002(pprc=91431714) 'nmb3.exe', VM-active=04a90002(pprc=91431714) 'nmb3.exe'
      PC=407ea307(qtgui4.dll+0x0005a307) RA=40d6c82c(qtgui4.dll+0x005dc82c) SP=01c1b928, BVA=00000004
      
      

      The exception is related to qtgui4.dll. I checked if a saturation of virtual memory occurs, but this is not the problem that causes the freeze.
      Any idea?

      Thank you

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      Compile and run a debug build, and post the stack stack trace here.
      qtgui4.dll+0x005dc82c means nothing to me, everything can be at that address.

      Read and abide by the 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