jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

CrashRpt Compiled in VS2008Express Edition , getting crash.dmp(Structred Exception) debuging crash.dmp stack trace is not proper #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps for reproducing the  problem
1.Compile CrashRpt in VS2008Express Edition
2.getting crash.dmp(Structred Exception) 
    std :: vector<int> a; 
    int m = a.at(0);  //Structred Exception Handler (SEH) called
    get a crash.dmp
3. Debug crash.dmp using VS2008Express Edition , Here StackTace are not 
showing proper but same crash.dmp VS2005 showing prper stack where 
execption had happened

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by anil.s.j...@gmail.com on 3 May 2010 at 2:11

GoogleCodeExporter commented 9 years ago
Microsoft Windows XP [Version 5.1.2600]
Microsoft Visual C++ 2008 Express 
File Version 9.0.21022.8

Microsoft Visual studio 2005
File Version 8.0.50.727.42

Original comment by anil.s.j...@gmail.com on 3 May 2010 at 2:21

GoogleCodeExporter commented 9 years ago
1. What Visual Studio did you use for compiling your application? VS 2005 or
VS208Express?
2. What does it mean "proper stack"? How do you determine the stack is not 
"proper"?
3. What is the load status of program database files? Does it show that PDB 
files are
loaded for modules of your application?

Place minidump files and the appropriate binaries (EXE, PDB) to the same folder 
and
then open the minidump with Visual Studio. This should help, I think. For 
additional
info, see this http://crashrpt.sourceforge.net/docs/html/using_minidump.html

Original comment by zexspect...@gmail.com on 6 May 2010 at 3:31

GoogleCodeExporter commented 9 years ago
Couldn't reproduce. Too few information provided. 

Based on the provided info, I can assume the reporter didn't specify the 
matching PDB
file for his application. 

Original comment by zexspect...@gmail.com on 7 May 2010 at 9:15