rpcrt4.dll exception

From: Bill T (btheisen_at_itis.com)
Date: 02/21/05


Date: Mon, 21 Feb 2005 16:20:26 -0600

We have an x86 product that we are porting to CE 5.0. The application
consists of numerous *.exe's & *.dll's and uses MFC, STL, ATL and DCOM.
During input stress testing, we observe various exceptions such as those
below.

Exception ffffffff Thread=83c91d0c Proc=c3c99862 'MainApp.exe'
AKY=00000081 PC=03a422b0(rpcrt4.dll+0x000122b0) ESP=1015e630 EA=00000000
Exception ffffffff Thread=83c91d0c Proc=c3c99862 'MainApp.exe'
AKY=00000081 PC=03a422b0(rpcrt4.dll+0x000122b0) ESP=1015eb28 EA=00000000

The exception output seems to suggest that the exception occurs in
rpcrt4.dll at offset 0x000122b0 (is this a correct assumption?). The rpcrt4
map files indicates that this is within the SelectTransferSyntax() function.
Although I know that this file is part of DCOM. nNeither on-line help nor
internet searches provide information on this function. Does anyone know
what this function does or know why it is exceptioning?



Relevant Pages

  • Re: Interpretting the symbols (WinDbg)
    ... My first post was in the programmer.kernel NG. ... I was testing a VB application that hosts a server control (ATL). ... First chance exceptions are reported before any exception handling. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Interpretting the symbols (WinDbg)
    ... My first post was in the programmer.kernel NG. ... I was testing a VB application that hosts a server control (ATL). ... First chance exceptions are reported before any exception handling. ...
    (microsoft.public.vc.atl)
  • Re: Line number for debugging
    ... I was showing those values to help me find the problem. ... > The easiest way in Delphi requires the building of detailed .map files. ... > this map file in an exception handler to display routine name and line number. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Problem with CoCreateInstance
    ... Can you post the server class' declaration? ... The likeliest reason for E_OUTOFMEMORY is an exception ... > I have a out-of-process COM server designed with ATL ...
    (microsoft.public.vc.atl)
  • Exception Handling issue
    ... I'm using a Symbol Pocket PC device (OS: ... When an exception occurs it's not handled as in "desktop windows" (by ... What technique could i use in order to catch the right exception code / ... with the map files and if something goes wrong we can find out where the ...
    (microsoft.public.windowsce.embedded.vc)