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. Crash analysis

Crash analysis

Scheduled Pinned Locked Moved C / C++ / MFC
helpannouncement
2 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.
  • S Offline
    S Offline
    Shiva Prasad
    wrote on last edited by
    #1

    Hi, I have an application which uses a static library and a load time DLL for which the .lib is required to be added in the project settings. when the application, both .lib file in VC6 works fine when the application in VC8, static lib in VC8, dll's .lib file in VC6 works fine. when the application in VC8, static lib in VC8, dll's .lib file in VC8,the application crashes. Dr.watson is enabled and the Crash dialog shows module name as unknown, version no. 0.0.0.0. The dump.log file also doesn't specify which module the crash is happening. FAULT --> shows to a section which doesn't specify the module name. The dll is having a version number. but the crash doesn't show the dll. Can anybody throw some light where could be the problem. Thanks,

    C 1 Reply Last reply
    0
    • S Shiva Prasad

      Hi, I have an application which uses a static library and a load time DLL for which the .lib is required to be added in the project settings. when the application, both .lib file in VC6 works fine when the application in VC8, static lib in VC8, dll's .lib file in VC6 works fine. when the application in VC8, static lib in VC8, dll's .lib file in VC8,the application crashes. Dr.watson is enabled and the Crash dialog shows module name as unknown, version no. 0.0.0.0. The dump.log file also doesn't specify which module the crash is happening. FAULT --> shows to a section which doesn't specify the module name. The dll is having a version number. but the crash doesn't show the dll. Can anybody throw some light where could be the problem. Thanks,

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Why do people use Dr. Watson to debug their application :confused: ? You should use the debugger from Visual Studio to do such things, it this much more powerfull and it will give you much more information. If the crash doesn't occur in your own source code, use the call stack to trace it back to the root problem.


      Cédric Moonen Software developer
      Charting control [v1.2 - Updated]

      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