jirentabu / crashrpt

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

can it find out error code in console application project. (dump file.) #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.when I compiler in mfc application project. I can find out where error line 
in source code and get some detail about the error info like this page 
http://crashrpt.sourceforge.net/docs/html/using_minidump.html[^]
2.when i compiler in console application project. I can't find out the error 
line in source code. 
I just get the error reason like Integer division by zero.
3.can crashrpt use on console application project?

Crashrpt Version is : 1.2.4

Original issue reported on code.google.com by ponyw...@gmail.com on 21 Jun 2010 at 3:01

GoogleCodeExporter commented 9 years ago
It should work ok with console applications. Do you have matching PDB files for 
modules?

Original comment by zexspect...@gmail.com on 26 Jun 2010 at 12:26

GoogleCodeExporter commented 9 years ago
I tried to read the minidump generated for crashcon.exe, v.1.2.5, (the console 
test application distributed with crashrpt), and I can read the minidump. I 
think you don't have matching PDB files for your application, or the debugger 
can't find them. 

First of all, ensure that Visual C++ linker generates a PDB file for your 
application.
Then, ensure the debugger loads the PDB for your application (check module 
status in the Modules tab).

Original comment by zexspect...@gmail.com on 26 Jun 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Too few information provided.

Original comment by zexspect...@gmail.com on 3 Jul 2010 at 2:50