Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to find an Access violation error(involving CStringT) in 3rd Party program

How to find an Access violation error(involving CStringT) in 3rd Party program

Scheduled Pinned Locked Moved C / C++ / MFC
c++debugginghelptutorialquestion
4 Posts 3 Posters 0 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.
  • L Offline
    L Offline
    Larry Mills Sr
    wrote on last edited by
    #1

    I get the following error upon program close - NOT while program is running, but when it shuts down: 'Notify.exe': Loaded 'C:\Windows\System32\rsaenh.dll' First-chance exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. Unhandled exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. How do I find the error. Doesn't happen in Debug compilation l only in Release mode. A C++ programming language novice, but striving to learn

    CPalliniC L 2 Replies Last reply
    0
    • L Larry Mills Sr

      I get the following error upon program close - NOT while program is running, but when it shuts down: 'Notify.exe': Loaded 'C:\Windows\System32\rsaenh.dll' First-chance exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. Unhandled exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. How do I find the error. Doesn't happen in Debug compilation l only in Release mode. A C++ programming language novice, but striving to learn

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      Larry Mills Sr wrote:

      I get the following error upon program close - NOT while program is running, but when it shuts down

      :laugh: Welcome in the CP's memorable quotes [^].

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
      [My articles]

      In testa che avete, signor di Ceprano?

      1 Reply Last reply
      0
      • L Larry Mills Sr

        I get the following error upon program close - NOT while program is running, but when it shuts down: 'Notify.exe': Loaded 'C:\Windows\System32\rsaenh.dll' First-chance exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. Unhandled exception at 0x01001df6 in Notify.exe: 0xC0000005: Access violation reading location 0xfeeefeee. How do I find the error. Doesn't happen in Debug compilation l only in Release mode. A C++ programming language novice, but striving to learn

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        More information is needed. How do you know it involves a CString if the application is third party? The rsaenh.dll is a Microsoft DLL which provides cryptographic functionality. The 0xfeeefeee value is heap memory that has been deleted. Btw, you can attach the visual studio debugger to release builds. How to: Debug a Release Build[^] Best Wishes, -David Delaune

        L 1 Reply Last reply
        0
        • L Lost User

          More information is needed. How do you know it involves a CString if the application is third party? The rsaenh.dll is a Microsoft DLL which provides cryptographic functionality. The 0xfeeefeee value is heap memory that has been deleted. Btw, you can attach the visual studio debugger to release builds. How to: Debug a Release Build[^] Best Wishes, -David Delaune

          L Offline
          L Offline
          Larry Mills Sr
          wrote on last edited by
          #4

          I say CStringT because that is what is shown when I ask for debug info ie, " ~CStringT { } " I'm already setup for release build debugging. But as I said I don't use CStringT I use only CString. A C++ programming language novice, but striving to learn

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups