Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
You need to have the uncompressed EXE file and a PDB file generated for that 
EXE. You
also need to have the source code that you used when building the EXE. I suppose
these should be enough to read the minidump. 

Original comment by [email protected] on 26 May 2010 at 4:41

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I performed the following experiment with the standart test application 
CrashRptTest:

1. Downloaded CrashRpt v.1.2.4.
2. Compiled the solution CrashRpt in Release configuration. This generated EXE 
and
PDB files.
3. Created a copy of bin folder (named it 'Copy of bin')
4. Downloaded UPX compressor (http://upx.sourceforge.net/). Unzipped it. Copied
upx.exe to the bin folder.
5. Typed 'upx.exe -9 CrashRptTest.exe'. This compressed CrashRptTest.exe and 
redused
it size from 131072 to 44032 bytes.
6. Ran CrashRptTest.exe and pressed the 'Win32 null pointer exception' button. 
This
generated a error report. I exported the report to some folder using the 
'Export...'
button on the Error Report Details dialog. 
7. Unzipped the error report and copied crasdump.dmp to the 'Copy of bin' 
folder.
8. Double-clicked the copied crashdump.dmp file. This opened it in Visual 
Studio.
9. Eventually, I see that the crash occurred on line 668 of crashrpt.cpp:

// Access violation
int *p = 0;
*p = 0; 

So, it is the right place. Seems it works ok.

Does the same technique work for you? Was you able to resolve the issue?

Original comment by [email protected] on 27 May 2010 at 4:17

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I compressed the CrashRptTest.exe with PECompact and it worked, the dump 
pointed me
the error line. But on my application it doesnt work, meaby I didnt set some 
options
to CrashRpt on compiling?

Original comment by [email protected] on 28 May 2010 at 9:41

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Do you have any optimizations enabled (/O compiler switch)? If so, this may be 
the
reason. Try to disable optimizations and read a minidump. 

Original comment by [email protected] on 28 May 2010 at 10:11

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
It seems there is nothing to fix here. PECompact doesn't seem to affect 
minidump.

Original comment by [email protected] on 26 Jun 2010 at 12:23

  • Changed state: WontFix

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
the crashrpttest works ok, but my application after compressing doesnt. Meaby 
its because of TLS?

Original comment by [email protected] on 22 Oct 2010 at 8:30

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Please create a new issue and describe how do you determine your application 
doesn't work? What do you expect to see and what do you see instead?

Original comment by [email protected] on 23 Oct 2010 at 11:32

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Please create a new issue and describe how do you determine your application 
doesn't work? What do you expect to see and what do you see instead?

Original comment by [email protected] on 23 Oct 2010 at 11:32

from crashrpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.