Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error when information is missing #81

Open
mrexodia opened this issue Sep 13, 2023 · 0 comments
Open

Better error when information is missing #81

mrexodia opened this issue Sep 13, 2023 · 0 comments

Comments

@mrexodia
Copy link
Owner

   dp = Dumpulator("c:\\tmp\\dump1.dmp", trace=True)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\site-packages\dumpulator\dumpulator.py", line 322, in __init__
    self._setup_memory()
  File "C:\Python311\Lib\site-packages\dumpulator\dumpulator.py", line 412, in _setup_memory
    for info in self._minidump.memory_info.infos:
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'infos'

This happens if you do not specify the MiniDumpWithFullMemoryInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant