jirentabu / crashrpt

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

Error reporting works in the same class, but fails to catch when application crashes in the function of different class #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
 I have a simple MFC application. There are two files PipingView.cpp and PipingApp.cpp.
I have done registration of crash handlers in InitInstance() of CPipingApp. If 
I crash it in the same function it is caught and report is generated.
But if I crash it in Somefunction() of PipingView it doesn't catch the 
exception.
Can you please tell me if this is a problem or I am missing something.

What version of CrashRpt are you using?
I am using latest version().

What is your version of Visual Studio?
VC 2010

What is your version of Windows operating system?
Windows Vista Business. SP2

Please help me.

Original issue reported on code.google.com by mohan848...@gmail.com on 1 Dec 2011 at 11:49

GoogleCodeExporter commented 9 years ago
CrashRpt version is latest 1.3.0

Original comment by mohan848...@gmail.com on 1 Dec 2011 at 11:51

GoogleCodeExporter commented 9 years ago
Can you attach your code? Its difficult to have without looking at code.

Original comment by zexspect...@gmail.com on 1 Dec 2011 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 3 Dec 2011 at 2:40