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 1055735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:36:33+00:00 2026-05-16T17:36:33+00:00

I am using windbg with xp embedded. Attempting to fetch the operating system symbols

  • 0

I am using windbg with xp embedded. Attempting to fetch the operating system symbols fails with the message “Symbol file could not be found. Defaulted to export symbols for ntdll.dll”. (Is this typical for xp embedded???)

I have no problem locating and loading symbols and source for my own code. However stepping through the code suggests there is a severe mismatch between the code and the symbol file as the location of variables in memory as returned by dv does not appear to agree with the actual memory contents (e.g. assign a variable, but afterwards, the address that dv claims corresponds to it doesn’t appears unchanged).

My sympath lists the symbol directory first, then the cache, then the server so cached symbol files shouldn’t be interfering.

Is this a latent effect of not finding the ntdll symbol files and using another one that doesn’t match correctly or is there something else that could be causing this?

Example:

.sympath D:/Symbols
.symfix+
.srcpath D:/Symbols ** Yes, currently the source is in with the symbols
.reload
** (defaults to export symbols for ntdll.dll since symbol file can't be found)
bp 00401000 (break at a constructor)
g
(program runs till it hits constructor)
l+t
dv /i /t /V ** look up this pointer memory location to check constructor
** We bring up a memory window at the location the this pointer refers to and
** step through the code, but no changes appear in that memory window
** moreover a local LARGE_INTEGER whose value is set with QueryPerformanceCounter
** also appears unchanged after the call
** when the constructor returns we assign the memory address returned by
** new to a global pointer, whose memory address we look up with dt, but
** after the call that address still has 0 in it

Can anyone tell me how to actually fix this?

As a side note we actually run cdb as a server on the xp embedded machine and use the “connect to remote session” option of windbg. The above commands are all executed through windbg.

  • 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-16T17:36:33+00:00Added an answer on May 16, 2026 at 5:36 pm

    Executing !sym noisy before the .reload will let you know why it’s not finding symbols for ntdll.dll. It’s entirely possible that they’re simply not indexed on the symbol server, which generally means you are out of luck (there really isn’t anyone to contact to get this fixed unfortunately).

    As for your other symbol issues:

    1) Is this the release build of your code? If so, it’s entirely expected

    2) If it is the debug build, are you 100% sure that the source you’re pointing to matches the target machine? Make sure you’re 100% before answering 🙂

    -scott

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

Sidebar

Related Questions

We are trying to analyze a w3wp memory dump using windbg and we found
I have a crash dump file that I need to analyze using windbg to
I'm using WINDBG to analyze a dump file for a program that exhibits a
Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files.
I am using WinDBG 6.12.0002.633 X86. I'm having an issue with the command-line debugger
I'm using windbg (the latest available from the MSDN download page). I'm trying to
I have a corruption memory heap problem with an application. by using windbg and
I am using windbg to perform an analysis on a dump. Following are the
How do I dump a struct using windbg, is there a dumpstruct command similar
Folks, Debugging a .net 4.0 app using WinDbg (I'm a beginner to WinDbg). I'm

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.