WinDbg question ...

Hi all,

I am investigating the memory dump with WinDbg, and I am experiencing a very
peculiar problem.

It seems that not all Local variables are displayed in the thread context.
Also, it seems the ones that
are displayed may not have the correct data in it. Have anyone experienced
such problem?
What does it mean? I am quite sure that I am using the right symbols.

Thanks,

Ilya.

Ilya,

This is typical of debugging optimized code.

If it is your driver, you may wish to compile it without optimization. If
it is not your driver you cannot do very much about it.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Ilya Levin [mailto:xxxxx@softricity.com]
Sent: Friday, March 01, 2002 11:50 AM
To: File Systems Developers
Subject: [ntfsd] WinDbg question …

Hi all,

I am investigating the memory dump with WinDbg, and I am experiencing a very
peculiar problem.

It seems that not all Local variables are displayed in the thread context.
Also, it seems the ones that
are displayed may not have the correct data in it. Have anyone experienced
such problem?
What does it mean? I am quite sure that I am using the right symbols.

Thanks,

Ilya.


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to %%email.unsub%%

Ensure unoptimized build by

MSC_OPTIMIZATION=/Od

for checked builds.

Max

----- Original Message -----
From: “Ilya Levin”
To: “File Systems Developers”
Sent: Friday, March 01, 2002 7:50 PM
Subject: [ntfsd] WinDbg question …

> Hi all,
>
> I am investigating the memory dump with WinDbg, and I am experiencing a very
> peculiar problem.
>
> It seems that not all Local variables are displayed in the thread context.
> Also, it seems the ones that
> are displayed may not have the correct data in it. Have anyone experienced
> such problem?
> What does it mean? I am quite sure that I am using the right symbols.
>
> Thanks,
>
> Ilya.
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>