On Fri, Oct 26, 2007 at 12:51:17AM +0200, Francois Gouget wrote:
So I had a closer look at the tests that failed to run: ...
- rpcrt4:server crashes and then times out with the message box that
says: This program has performed an illegal operation and will be shut down.
RPCRT4_TEST caused an exception 6c6H in module RPCRT4.DLL at 015f:7fbd90c9. Registers: EAX=000006c6 CS=015f EIP=7fbd90c9 EFLGS=00010246 EBX=0075f978 SS=0167 ESP=0075f868 EBP=0075f9b8 ECX=00000000 DS=0167 ESI=0075f970 FS=300f EDX=00530f14 ES=0167 EDI=0075f890 GS=0000 Bytes at CS:EIP: e9 4a 46 00 00 55 8b ec 83 ec 08 53 56 57 55 fc Stack dump: 7fbde7f5 000006c6 0075f890 00530540 00000019 00411414 0075f890 00431698 004223e4 00000006 0075f970 00431698 00000000 00000000 00431680 0000001a
The above probably does not help much so that this will have to be taken to a debugger...
Actually it does help. 0x6c6 (== 1734) is the key and we have: #define RPC_S_INVALID_BOUND 1734
Huw.