Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Release mode ntdll.dll error
Qt 6.11 is out! See what's new in the release blog

Release mode ntdll.dll error

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 6.1k 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.
  • K Offline
    K Offline
    Kewal
    wrote on last edited by
    #1

    I am trying to run the application in release mode and the application just crashes after couple of seconds,. I was able to see the event viewer and gather this information

    Faulting application name: Sourcecode.exe, version: 0.0.0.0, time stamp: 0x4f3cf002
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b60
    Exception code: 0xc0000005
    Fault offset: 0x00052cc7
    Faulting process id: 0x720
    Faulting application start time: 0x01cceca2b2a42e5b
    Faulting application path: c:\Users\998234.LNTIES\Desktop\SiteRite7USapp\Release\Sourcecode.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: f3c3ca47-5895-11e1-b278-001aa0bf805d

    Is there any other way of knowing what is the cause of this error ? and this happens only in release mode

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

      To me it sounds like something is uninitialized, but these bugs can be the hardest to track down. I always find the windows tool application verifier to help me with weird crashing like this.

      http://www.microsoft.com/download/en/details.aspx?id=20028

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kewal
        wrote on last edited by
        #3

        Its actually to do something with the new object creation, When i create a different screen. The application is crashing in release mode

        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