Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6605305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:16:05+00:00 2026-05-25T19:16:05+00:00

Trying to debug a dump file in Windbg. Its a managed that interops with

  • 0

Trying to debug a dump file in Windbg. Its a managed that interops with some Microsoft native libraries. I have setup symbol path to .sympath SRV*c:\SymbolsCash*http://msdl.microsoft.com/download/symbols.

I loaded SOS without any problem. I can run sos commands without any error. I can also run most of the Windbg command fine (like ~, kb, .time etc), however for some command (e.g., !address -summary) I get following error.

Your debugger is not using the correct symbols
In order for this command to work properly, your symbol path
must point to .pdb files that have full type information.

Certain .pdb files (such as the public OS symbols) do not
contain the required information. Contact the group that
provided you with these symbols if you need this command to
work.
Type referenced: ntdll!_NT_TIB

Any ideas what I am missing here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:16:06+00:00Added an answer on May 25, 2026 at 7:16 pm

    From your output, we can see you don’t have symbols for ntdll. Note the line (3rd in the output above) that says you are using “export symbols”. This means that you don’t have the symbols for this module and the debugger is only using the entries from the module’s export table. The structure you need is not included in the limited info that is the export table.

    Your symbol path should look like:

    SRV*<local symbol cache directory>*http://msdl.microsoft.com/download/symbols
    

    example:

    SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    

    If you have your symbol path setup correctly, you can turn on verbose symbol loading by running:

    !sym noisy
    

    Then force a reload for ntdll.dll:

    .reload /f ntdll.dll
    

    Use the output to determine why you are not getting the symbol. Then
    turn off verbose symbol loading by running:

    !sym quiet
    

    Also, I prefer the !lmi <binary> (e.g. !lmi ntdll) over lmvm when troubleshoot symbol loading. The output is a little clearer about what you have. At the end of the !lmi output you will see the line “Load report”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to debug a strange issue with users that have LogMeIn installed.
I am trying to debug some C/Java bindings that use some custom refcounting/locking. I
I'm trying to debug an access violation error in some native code, and I
I'm trying to debug kernel module. I suspect to have there some memory leaks.
Trying to debug an issue with a server and my only log file is
I'm trying to debug an MSBuild task, and I know there is some way
I am trying to debug an ActiveResource call that is not working. What's the
I'm trying to debug into a C dll that is invoked on a Windows
I am trying to add some administration scripts to a Zend Framework project, that
I am trying to debug some stuff and while I'll also RTFM can anyone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.