Re: Close but no cigar



Hi Oleg!
A small note: you need to have full-memory dumps in order to get the
manged meta-data...

Yes, of course (or at least the relevant CLR data in the dump). It applies to WinDbg as well, so if the OP can see the managed call stack etc. with WinDbg, VS.NET+SOS should also be able to show it.

Jochen, I remember some time ago there were talks about adding support
for smaller managed dumps in CLR 2.0 / VS 2005.
Have you recently heard anything about it?

Not yet, but I will ask someone from the product team (hopefully to get an answer this or next week).


--
Greetings
  Jochen

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



Relevant Pages

  • Re: memory allocation problem
    ... Thanks again to Oleg for your reply. ... Seth wrote: ... > because that's at the top of the call stack, ... > call a method that does some image processing on its image data. ...
    (microsoft.public.vc.debugger)
  • RE: unhandled exception when opening window
    ... the reply by "Paul F. Williams" does seem to be relevant. ... > It seems that this is not the full call stack, and based on the call stack, ... > I suggest you use Windbg to run this application, ... > Does "Paul F. Williams"'reply in this message help you? ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Event handle leak
    ... (WinDbg), run "!htrace -enable" command when you want to start tracing handles. ... On earlier operating systems, you can try to trace calls to CreateEvent and record the call stack, ... for resource leaks. ...
    (microsoft.public.vc.debugger)
  • Re: Differences in unhandled exception handling between Windows 2000 and 2003?
    ... > What happens if you continue past the AV in windbg? ... I really don't think it's stack. ... but we establish our own stack limit that you all ... >> against that limit, and if the job exceeds it, that job gets an error and is reset. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Symbol Woes (2000 - SP4)
    ... > When in WinDbg, run these commands: ... Hi Oleg, ... the symbol download creates directory names with what ... is tedious to copy each .dbg and .pdb file from the download directory ...
    (microsoft.public.vc.debugger)

Loading