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. MSDEV crashes .

MSDEV crashes .

Scheduled Pinned Locked Moved C / C++ / MFC
debugging
3 Posts 2 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.
  • F Offline
    F Offline
    FarPointer
    wrote on last edited by
    #1

    Hi, Wen i open a particular project and try to compile it my msdev crashes and wen i debug it i get the following info:- Unhandled exception in MSDEV.EXE(MSPDB60.dll)0x0000005 Access Violation This hapens only for this paricular project . has anyone of you faced similar problems . Thanx in Advance Regards, FarPointer

    W 1 Reply Last reply
    0
    • F FarPointer

      Hi, Wen i open a particular project and try to compile it my msdev crashes and wen i debug it i get the following info:- Unhandled exception in MSDEV.EXE(MSPDB60.dll)0x0000005 Access Violation This hapens only for this paricular project . has anyone of you faced similar problems . Thanx in Advance Regards, FarPointer

      W Offline
      W Offline
      Waldermort
      wrote on last edited by
      #2

      I had a similar problem earlier today. MSDEV crashed when I tried to run my code in the debugger. I tracked the problem down to the initialisation of a basic_string class. For some reason when inisializing the string object the string was too long, even though it was well under the 4294967294 chars specified by MS. Your project may have a similar problem in that something is being initialised beyond it's memory allocation.

      F 1 Reply Last reply
      0
      • W Waldermort

        I had a similar problem earlier today. MSDEV crashed when I tried to run my code in the debugger. I tracked the problem down to the initialisation of a basic_string class. For some reason when inisializing the string object the string was too long, even though it was well under the 4294967294 chars specified by MS. Your project may have a similar problem in that something is being initialised beyond it's memory allocation.

        F Offline
        F Offline
        FarPointer
        wrote on last edited by
        #3

        Well Thanx for showing the interest :- Actually wat i feel is MSPDB60.dll is for Microsoft-Program-DataBase , something like the linker data overriding the compiler data , etc which gets the msdev enter an infinite loop and leading to stack overflow and crash. While in your case it was during runing in my case its during compilation this worked fine in another pc . All i know is iam stuck and need to recreate the whole project(dsz,etc..) Regards, FarPointer

        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