Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Memory dump – 32 or 64 bit

Solved1.59K views11th May 2021
2
Arunkrishna Shreeder [SLC] [DevOps Advocate]4.01K 11th May 2021 0 Comments

Hi Dojo,

How can I check if a memory dump file (.dmp) I have is 32 or 64 bit ?

Thanks in advance.

Miguel Obregon [SLC] [DevOps Catalyst] Answered question 11th May 2021

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
7
Lander Vanhaverbeke [SLC] [DevOps Member]1.00K Posted 11th May 2021 4 Comments

Hi,

You can check this by opening the dmp file in Visual Studio. In the dump summary, check the Process architecture.

  • 64bit dump of 64bit process: x64
  • 32 bit dump of 32 bit process: x86
  • 64 bit dump of 32 bit process: x86 (64-bit-dump)  <— Avoid!

Memory dumps should be taken with the correct bitness. Do not use the task manager to create dumps, but use a tool like procdump. You can find more info here.

Laurens Moutton [SLC] [DevOps Enabler] Posted new comment 11th May 2021
Arunkrishna Shreeder [SLC] [DevOps Advocate] commented 11th May 2021

Thank you for the suggestion, but is there a way to find it without making use of a external software like Visual Studio ?

Lander Vanhaverbeke [SLC] [DevOps Member] commented 11th May 2021

I don’t know any way to do this without 3rd party software.
I can check it for you if you put the dmp on the share.

Can you explain why you need to know? If you’re using procdump (without the -64 option), the dump should have the correct bitness automatically.

Arunkrishna Shreeder [SLC] [DevOps Advocate] commented 11th May 2021

Yes, we have a small problem in that. The correct bitness does not seem to happen. I will check and come back if needed, thanks for now 🙂

Laurens Moutton [SLC] [DevOps Enabler] commented 11th May 2021

If there is no Visual Studio license then a possibility could be to use Windbg. That is part of the Windows SDK (only installing debugging tools will suffice). When opening Winbg, click on “File->Open Crash Dump…”. That will already show in the first displayed text something like “Windows 8 Version 18065 MP (4 procs) Free x64” that x64 shows that it was a memory dump of a 64 bit process. For a 32 bit process it will show something like “… Free x86 compatible”

3
Miguel Obregon [SLC] [DevOps Catalyst]18.84K Posted 11th May 2021 0 Comments

Hi Arunkhrishna,

Before to take the memory dump, you could also check if the process is a 32-bit or 64-bit process. You can double check this using the Task Manager.

  • In the Task Manager, go to the tab ‘Details’

  • Right click in one of the columns and select ‘Select columns’:

  • A pop-up will be displayed with the possible columns to be. Select the column ‘Platform’:

  • You could check now if the process running is a 32-bit/64-bit process. For example, in the screenshot below, DataMinerCube.exe is a 64-bit process

Miguel Obregon [SLC] [DevOps Catalyst] Answered question 11th May 2021
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs