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

Missing information on managed stack (SOS extension)

2 views
Skip to first unread message

Alex F

unread,
May 28, 2009, 1:45:01 AM5/28/09
to
I am trying to make post-mortem debugging of mixed application (C# - C++/CLI
- C++). Dump is created by MiniDumpWriteDump with MiniDumpWithFullMemory
type. After loading sos.dll I execute !dumpstack command. In unmanaged part
of the stack I see source code information (file + line number). In managed
part of the stack I see only function names, without source code lines.
Is this expected behavior or I am missing something?

Jochen Kalmbach [MVP]

unread,
May 28, 2009, 1:55:36 AM5/28/09
to
Hi Alex!

This is an expected behaviour. The CLR-team knows this problem and is
not willing to solve it (at least this is my point of view).

You can try SOSEX, which has source-line support:
http://www.stevestechspot.com/SOSEXV2NowAvailable.aspx

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/

0 new messages