Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. many Exceptions when debugging 64bit MSVC Application

many Exceptions when debugging 64bit MSVC Application

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 971 Views 2 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.
  • T Offline
    T Offline
    themts
    wrote on last edited by
    #1

    Hey guys,

    when I debug a 64bit application with MSVC (2013 or 2015) I get many exceptions in the issue-log.
    They do not stop the application but there are around 24 exceptions when I start my application and another 24 when I stop my application.
    Theses exceptions come from kernelBase.

    :-1: error: Exception at 0x7ffdf4cc1f28, code: 0xeedfade: , flags=0x1 (execution cannot be continued) (first chance)
    

    Is this a known bug?

    CU
    mts

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What version of Qt are you using ? Do you have any external dependencies for your application ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • hskoglundH Offline
        hskoglundH Offline
        hskoglund
        wrote on last edited by
        #3

        Hi, that code 0xeedfade (and its older sibling 0xeedface) are Delphi exception codes, so perhaps you have some Delphi service program running in the background...

        1 Reply Last reply
        0
        • T Offline
          T Offline
          themts
          wrote on last edited by themts
          #4

          @hskoglund
          You are right! I'm loading a dll that I wrote in Delphi. Thank you!!

          -> I googled around and it seams to be a delphi bug - without a solution. As it doesn't influence my application at the moment, I'm gonna ignore it. Tank you guys

          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