[ros-dev] Networking

Hartmut Birr hartmut.birr at gmx.de
Tue May 10 23:40:01 CEST 2005


James Tabor wrote:

> Hi WD!
> WaxDragon wrote:
>
>> You are very likely seeing the same problems I am.  If you have tcpip
>> debugging on, you may see messages like this:
>>
> Wow, its funny, ping.exe both of them still resident in memory. I
> executed them
> minutes before the kernel debugs. Strange stuff!?! 8^o dazed and in
> awe, wow can
> you see the nice colors!
> James

That's a result of rev 15069. If a irp is created by
IoBuildDeviceIoControlRequest or IoBuildSynchronousFsdRequest, it must
be always completed by IoCompleteRequest. The changes from rev. 15069
bypass a part of IoCompleteRequest if the irp was canceled. The irp is
still on the threads irp list. A terminated threads waits some time for
completion of all irps on the thread list. If not all irps are removed,
ros does  bucheck. While the waiting time,  you can see ping in memory.

- Hartmut


More information about the Ros-dev mailing list