Application Verifier - Enabling exceptions only for a DLL

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello -
I'm trying to find a way to enable application verifier to only catch
exceptions for my DLL, not for the process that's loading it.
Specifically, we have a JNI DLL that is loaded by java.exe. When I
enabled java.exe for exceptions through App Verifier, I'm nagged by a
whole slew of "First Chance Exceptions" which I don't care about. I
only want exceptions from my DLL.

Is there a way to set appverif so it only catches exceptions from my
DLL?

I'm using Application Verifier v3.3 on Win2003.

.



Relevant Pages

  • Re: unexpected exception handler
    ... manually check ISupportErrorInfo and IErrorInfo if HRESULT is not success? ... COM defines its own exceptions, which are not C++ exceptions and don't ... DLL and EXE are using different compiler, it is not safe to let the ...
    (microsoft.public.vc.language)
  • Re: Gracefully handling a crash
    ... I'm now playing with SetUnhandledExceptionFilter and I do get control ... >> I have a DLL which is called by an application. ... >> exceptions are involved somehow. ...
    (microsoft.public.vc.debugger)
  • Crash Debugging Problems
    ... A Dr Watson of a crash shows most of the threads are in the same code above ... Why don't the try-catch blocks catch these exceptions? ... The last dll ends at 7c396000 and Dr Watson ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Memory allocation methods
    ... all modules are compiled against the same CRT' DLL with the same compiler. ... that case you restrict yourself to a simple C-based API for the DLL. ... I prefer to use either exceptions (but writing exception-safe code is quite ...
    (microsoft.public.win32.programmer.kernel)
  • Re: unexpected exception handler
    ... COM defines its own exceptions, which are not C++ exceptions and don't use ... I keep my solution into separate DLLs and a single EXE which utilizes ... binary standard in C++ means something designed in different ... DLL and EXE are using different compiler, it is not safe to let the ...
    (microsoft.public.vc.language)