fremag / MemoScope.Net

Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
The Unlicense
691 stars 74 forks source link

NullReferenceException when trying to init strings module #216

Open klettier opened 4 years ago

klettier commented 4 years ago

Hi,

Thx for this project I will definitely try to contribute on my spare time.

Tell me if you need more information.

Issue

NullReferenceException when trying to init strings module.

Screen

image

fremag commented 4 years ago

Hi,

The stacktrace is strange, it looks like you've loaded a dump file but the cache is not initialized (so there is a null exception). I've just tested the String module and there was no error.

Could you tell me the version you're using ? Could you give me access to the dump file you try to analyze or the complete log file ?

klettier commented 4 years ago

Hi,

fremag commented 4 years ago

Hi,

Sorry for the late answer, I have some very busy weeks and not a lot time for Memoscope.

I see you're using the latest release. Could you send me (fremag.gh@gmail.com) the log file ? It should be there: C:\Users\\AppData\Roaming\MemoScope\log There is no secret in this file, just some information about user actions or exceptions / stack trace.

Where does the dump file comes from ? A .Net framework application or .Net Core ? What versions ?

Have you tried to open the dump file with WinDbg ?