Am getting an error Memory Fault(coreDump)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aptripathi
    New Member
    • Apr 2008
    • 3

    Am getting an error Memory Fault(coreDump)

    Am getting the above mentioned error
    MemoryFault(Cor edump)while running an executable compiled with ProC

    what shud i do?
    and what can be the cause
  • Savage
    Recognized Expert Top Contributor
    • Feb 2007
    • 1759

    #2
    Originally posted by Aptripathi
    Am getting the above mentioned error
    MemoryFault(Cor edump)while running an executable compiled with ProC

    what shud i do?
    and what can be the cause
    Can you show us your code?

    Comment

    • Aptripathi
      New Member
      • Apr 2008
      • 3

      #3
      Well, I can really show the code. Company policies. If you understand :)
      But, if you could point out to the possible problem, i will be thankful

      Comment

      • Savage
        Recognized Expert Top Contributor
        • Feb 2007
        • 1759

        #4
        Originally posted by Aptripathi
        Well, I can really show the code. Company policies. If you understand :)
        But, if you could point out to the possible problem, i will be thankful

        Check for possible overflowes,acce ssing NULL pointers,and check to see if you do delete all of the heap memory.

        Comment

        Working...