Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Display discrepancy between .time command in WinDbg and AdPlus log

46 views
Skip to first unread message

Olegas

unread,
Aug 3, 2006, 7:56:02 PM8/3/06
to
Hello there,

I noticed something interesting: kernel mode and user mode times are swapped
between a log file generated by AdPlus (ver. 6.03.001) and output from .time
command executed on actual dump file.

For instance: AdPlus produces the following
Kernel time: 0 days 0:16:43.531
User time: 0 days 0:00:28.531

and output from WinDbg’s .time command on the same dump file is listed as
follows:
Kernel time: 0 days 0:00:28.000
User time: 0 days 0:16:43.000

So which one is correct?

Thank you,
Olegas

Drew Bliss [MSFT]

unread,
Aug 3, 2006, 9:23:31 PM8/3/06
to
I'm pretty sure the debugger is correct. I'll check with the owner of
ADPlus to see if anything unusual happens in this area.

"Olegas" <Ole...@community.nospam> wrote in message
news:8E6BE1EE-7BCF-4A00...@microsoft.com...

Olegas

unread,
Aug 4, 2006, 10:33:02 AM8/4/06
to
Drew,

Considering that AdPlus is executing .time command via CDB, I wonder if CDB
is at fault here.

Thank you,
Olegas

Drew Bliss [MSFT]

unread,
Aug 4, 2006, 12:59:37 PM8/4/06
to
windbg and cdb are the same thing, .time for both is implemented in
dbgeng.dll.

The ADPlus author asked for your ADPlus log, can you mail it via
wind...@microsoft.com?

"Olegas" <Ole...@community.nospam> wrote in message

news:1B32B1D8-FAE1-4FCB...@microsoft.com...

Olegas

unread,
Aug 7, 2006, 10:44:02 AM8/7/06
to
Drew,

I've sent the log.

Jeffrey Tan[MSFT]

unread,
Aug 9, 2006, 3:42:58 AM8/9/06
to
Hi Olegas,

Have you got the response from the windbgfb? Is your problem resolved?
Please feel free to tell me, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Olegas

unread,
Aug 9, 2006, 5:52:51 PM8/9/06
to
Jeffrey,
Thank you for the follow up.

Yes, Drew has responded via e-mail stating that AdPlus log displays data
correctly, but the issue resides within “the minidump data collection code”.
That’s why .time command executed on a dump file displays incorrect results.

He further stated that the issue will be fixed in the next release.

Thank you,
Olegas

Jeffrey Tan[MSFT]

unread,
Aug 9, 2006, 9:54:32 PM8/9/06
to
Cool, thanks for sharing with the community!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

0 new messages