Search found 3 matches
- Tue Oct 03, 2023 6:13 am
- Forum: Technical questions
- Topic: MiniDumpFixer can't fix the full dump
- Replies: 8
- Views: 12019
Re: MiniDumpFixer can't fix the full dump
Thanks for your reply I using Google Breakpad to create the crashdump when process crash. In most scenarios, I generate dump files with the MINIDUMP_TYPE set to MiniDumpWithIndirectlyReferencedMemory | MiniDumpWithDataSegs. In my project, the resulting dump file is around 20MB in size. I can success...
- Fri Sep 29, 2023 2:10 pm
- Forum: Technical questions
- Topic: MiniDumpFixer can't fix the full dump
- Replies: 8
- Views: 12019
- Sun Aug 27, 2023 4:08 pm
- Forum: Technical questions
- Topic: MiniDumpFixer can't fix the full dump
- Replies: 8
- Views: 12019
MiniDumpFixer can't fix the full dump
Hi Sir, As mentioned in the subject, I am unable to use MiniDumpFixer to correct the full dump. I am using VMP 3.8.2 (build 1716) to protect my program. In my project, i use Google Breakpad to generate the dump file. i have set the MINIDUMP_TYPE to "MiniDumpWithFullMemory" for ensure Break...